Skip to content

Commit f6dc4d6

Browse files
committed
PDFBOX-6172: revert change that doesn't belong here
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1932123 13f79535-47bb-0310-9956-ffa450edef68
1 parent c2b1374 commit f6dc4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDCIDFontType2Embedder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ private void buildCIDSet(TreeMap<Integer, Integer> cidToGid) throws IOException
309309
}
310310

311311
InputStream input = new ByteArrayInputStream(bytes);
312-
PDStream stream = new PDStream(document, input, bytes.length < 20 ? null : COSName.FLATE_DECODE);
312+
PDStream stream = new PDStream(document, input, COSName.FLATE_DECODE);
313313

314314
fontDescriptor.setCIDSet(stream);
315315
}

0 commit comments

Comments
 (0)