Skip to content

Commit

Permalink
PDFResources updated, ProcSet commented, #203
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 1, 2023
1 parent cf5db8b commit 178163e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/apache/fop/pdf/PDFResources.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,12 @@ private void populateDictionary() {
put("Pattern", dict);
}

PDFArray procset = new PDFArray(this);
/*PDFArray procset = new PDFArray(this);
procset.add(new PDFName("PDF"));
procset.add(new PDFName("ImageB"));
procset.add(new PDFName("ImageC"));
procset.add(new PDFName("Text"));
put("ProcSet", procset);
put("ProcSet", procset);*/

if (!xObjects.isEmpty()) {
PDFDictionary dict = (PDFDictionary) get("XObject");
Expand Down

0 comments on commit 178163e

Please sign in to comment.