You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2019/02/08 13:26:00 UTC

[jira] [Resolved] (PDFBOX-4233) Flatten does not work properly on field with type 0 font

     [ https://issues.apache.org/jira/browse/PDFBOX-4233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr resolved PDFBOX-4233.
-------------------------------------
       Resolution: Fixed
         Assignee: Tilman Hausherr
    Fix Version/s: 3.0.0 PDFBox
                   2.0.14

The changes don't make the problem go away, but the log messages will show the causes and ways out.

> Flatten does not work properly on field with type 0 font
> --------------------------------------------------------
>
>                 Key: PDFBOX-4233
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4233
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>    Affects Versions: 2.0.10
>         Environment: win10, JDK 1.8
>            Reporter: rumburak
>            Assignee: Tilman Hausherr
>            Priority: Major
>             Fix For: 2.0.14, 3.0.0 PDFBox
>
>         Attachments: sampleform_filled.pdf, sampleform_filled_flattened.pdf, sampleform_filled_in_acrobat_reader.png
>
>
> Pdf form *sampleform_filled.pdf* contains one field called "txtField" with this content: "ěščřžýáíéúůóďťĚŠČŘŽÝÁÍÉÚŮÓĎŤ".  The font used in this field is "/F5"
> when you run this code:
>  
> {code:java}
> try {
>  PDDocument sourcePdfForm = PDDocument.load(new File("sampleform_filled.pdf"));
>  PDAcroForm acroForm = sourcePdfForm.getDocumentCatalog()
>  .getAcroForm();
>  acroForm.flatten();
>  sourcePdfForm.save("sampleform_filled_flattened.pdf");
> } catch (IOException e) {
>  e.printStackTrace();
> }{code}
>  
>  
> You will get *sampleform_filled_flattened.pdf* with empty or not visible content of the field.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org