[ https://issues.apache.org/jira/browse/PDFBOX-5225 ]


    Tilman Hausherr deleted comment on PDFBOX-5225:
    -----------------------------------------

was (Author: tilman):
It should be fixed now. However we won't have a snapshot build for now because 
of problems with the owasp plugin. See also
https://github.com/jeremylong/DependencyCheck/issues/7178  but it's not their 
fault so please don't write there, the problem is with the NIST server.

You can build yourself, search in the parent pom.xml
{code:xml}
                  <groupId>org.owasp</groupId>
                  <artifactId>dependency-check-maven</artifactId>
                  <version>11.1.0</version>
                  <configuration>
{code}
and there add {{<skip>true</skip>}}. Alternatively run your build with 
{{-DskipTests}}.

> Flattening removes all annotations when widget annotation has no page
> ---------------------------------------------------------------------
>
>                 Key: PDFBOX-5225
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5225
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>    Affects Versions: 2.0.24, 2.0.32, 3.0.3 PDFBox
>            Reporter: Tilman Hausherr
>            Assignee: Tilman Hausherr
>            Priority: Major
>              Labels: flatten
>             Fix For: 2.0.33, 3.0.4 PDFBox, 4.0.0
>
>         Attachments: SourceFailure-saved.pdf, SourceFailure.pdf, 
> screenshot-1.png
>
>
> {code}
>         PDAcroForm acroForm = doc.getDocumentCatalog().getAcroForm();
>         List<PDField> list = new ArrayList<>();
>         list.add(acroForm.getField("VN_NAME"));
>         acroForm.flatten(list, true); 
> {code}
> The code from buildPagesWidgetsMap that is run when there are widgets with 
> missing page references does not consider the field list parameter. So all 
> widgets end up in the map instead of only those we care about.
>  !screenshot-1.png! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to