You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly set built-in fonts on freetext annotations flattening
This logic is closer to how Acrobat displays freetext annotations,
and also fixes NPE while processing such annotations with
PdfContentStreamProcessor after flattening.
DEV-1896
Copy file name to clipboardExpand all lines: itext/src/main/resources/com/itextpdf/text/l10n/error/en.lng
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ error.in.base64.code.reading.stream=Error in Base64 code reading stream.
168
168
error.parsing.cmap.beginbfchar.expected.cosstring.or.cosname.and.not.1=Error parsing CMap beginbfchar, expected {COSString or COSName} and not {1}
169
169
error.reading.objstm=Error reading ObjStm
170
170
error.reading.string=Error reading string
171
+
error.resolving.freetext.font=Cannot resolve annotation's font. It won't be flattened
171
172
error.with.jp.marker=Error with JP Marker
172
173
every.annotation.shall.have.at.least.one.appearance.dictionary=Every annotation shall have at least one appearance dictionary
173
174
exactly.one.colour.space.specification.shall.have.the.value.0x01.in.the.approx.field=Exactly one colour space specification shall have the value 0x01 in the APPROX field.
Copy file name to clipboardExpand all lines: itext/src/main/resources/com/itextpdf/text/l10n/error/nl.lng
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,7 @@ error.in.base64.code.reading.stream=Fout in de Base64 code reading stream.
168
168
error.parsing.cmap.beginbfchar.expected.cosstring.or.cosname.and.not.1=Fout bij het parsen van CMap beginbfchar, {COSString or COSName} verwacht in plaats van {1}
169
169
error.reading.objstm=Fout tijdens het lezen van ObjStm
170
170
error.reading.string=Fout bij het lezen van een string
171
+
error.resolving.freetext.font=Kan het lettertype van annotatie niet oplossen. Het wordt niet afgedrukt
171
172
error.with.jp.marker=Foute JP Marker
172
173
every.annotation.shall.have.at.least.one.appearance.dictionary=Elke annotation moet ten minste 1 appearance dictionary hebben
173
174
exactly.one.colour.space.specification.shall.have.the.value.0x01.in.the.approx.field=Exact 1 colour space specificatie moet de waarde 0x01 in het APPROX veld hebben.
0 commit comments