Skip to content

Commit 8c048aa

Browse files
committed
PDFBOX-5660: improve javadoc
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1929374 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1dcdfd2 commit 8c048aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/color/PDOutputIntent.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ public final class PDOutputIntent implements COSObjectable
4040
{
4141
private final COSDictionary dictionary;
4242

43+
/**
44+
* Create an output intent of GTS_PDFA1 subtype.
45+
*
46+
* @param doc The document.
47+
* @param colorProfile the ICC color profile input stream. You can close it after construction.
48+
* @throws IOException If an I/O error occurs while reading the stream.
49+
* @throws IllegalArgumentException If the stream does not contain valid ICC Profile data.
50+
*/
4351
public PDOutputIntent(PDDocument doc, InputStream colorProfile) throws IOException
4452
{
4553
dictionary = new COSDictionary();

0 commit comments

Comments
 (0)