Andrew Sengul created PDFBOX-1496:
-------------------------------------

             Summary: Can't add multiple form XObjects to a PDF - they become 
duplicated
                 Key: PDFBOX-1496
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1496
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel, Utilities
    Affects Versions: 1.7.1
         Environment: Ubuntu Linux 12.04 w/ OpenJRE 
            Reporter: Andrew Sengul


I've been trying to paste multiple small PDFs into a big one as form XObjects. 
I want to paste a bunch of little PDFs into a large one. This image illustrates 
what I'm trying to do:

https://imageshack.us/photo/my-images/59/pdfsampleimagepasterigh.png/

The Test 1-3 boxes would be the little PDFs I want to insert. When I try to do 
this, I get this result:

https://imageshack.us/photo/my-images/15/pdfsampleimagepastewron.png/

The last form to be pasted is just duplicated three times. It seems that 
instead of adding multiple XObjects, I am just adding multiple references to a 
single XObject, and whenever I try to add another XObject it just overwrites 
the XObject that the form instances were referring to. It seems I can't insert 
multiple forms, just multiple references to a single one.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to