You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Gilad Denneboom (JIRA)" <ji...@apache.org> on 2011/06/07 13:55:58 UTC

[jira] [Created] (PDFBOX-1031) PDFMergerUtility - form fields disappear

PDFMergerUtility - form fields disappear
----------------------------------------

                 Key: PDFBOX-1031
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1031
             Project: PDFBox
          Issue Type: Bug
          Components: Utilities
    Affects Versions: 1.5.0
         Environment: Windows 7, Acrobat Pro 9, Eclipse Helios SR2
            Reporter: Gilad Denneboom


I merge 2 PDF files with fields in them,  but the result PDF contains no fields.
I believe this is related to https://issues.apache.org/jira/browse/PDFBOX-930, which remains unsolved.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PDFBOX-1031) PDFMergerUtility - form fields disappear

Posted by "Gerhard Temper (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086895#comment-13086895 ] 

Gerhard Temper commented on PDFBOX-1031:
----------------------------------------

See also: https://issues.apache.org/jira/browse/PDFBOX-1100

> PDFMergerUtility - form fields disappear
> ----------------------------------------
>
>                 Key: PDFBOX-1031
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1031
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.5.0
>         Environment: Windows 7, Acrobat Pro 9, Eclipse Helios SR2
>            Reporter: Gilad Denneboom
>              Labels: form, util
>         Attachments: 1.pdf, 2.pdf, 3.pdf
>
>
> I merge 2 PDF files with fields in them,  but the result PDF contains no fields.
> I believe this is related to https://issues.apache.org/jira/browse/PDFBOX-930, which remains unsolved.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (PDFBOX-1031) PDFMergerUtility - form fields disappear

Posted by "Gilad Denneboom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilad Denneboom updated PDFBOX-1031:
------------------------------------

    Attachment: 3.pdf
                2.pdf
                1.pdf

1 and 2 are the input files. 3 is the result.

> PDFMergerUtility - form fields disappear
> ----------------------------------------
>
>                 Key: PDFBOX-1031
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1031
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.5.0
>         Environment: Windows 7, Acrobat Pro 9, Eclipse Helios SR2
>            Reporter: Gilad Denneboom
>              Labels: form, util
>         Attachments: 1.pdf, 2.pdf, 3.pdf
>
>
> I merge 2 PDF files with fields in them,  but the result PDF contains no fields.
> I believe this is related to https://issues.apache.org/jira/browse/PDFBOX-930, which remains unsolved.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (PDFBOX-1031) PDFMergerUtility - form fields disappear

Posted by "Gilad Denneboom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13045381#comment-13045381 ] 

Gilad Denneboom commented on PDFBOX-1031:
-----------------------------------------

Here's my code:
		PDFMergerUtility merger = new PDFMergerUtility();
		merger.setDestinationFileName("c:/gilad/input/3.pdf");
		merger.addSource("c:/gilad/input/1.pdf");
		merger.addSource("c:/gilad/input/2.pdf");
		merger.mergeDocuments();

> PDFMergerUtility - form fields disappear
> ----------------------------------------
>
>                 Key: PDFBOX-1031
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1031
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 1.5.0
>         Environment: Windows 7, Acrobat Pro 9, Eclipse Helios SR2
>            Reporter: Gilad Denneboom
>              Labels: form, util
>         Attachments: 1.pdf, 2.pdf, 3.pdf
>
>
> I merge 2 PDF files with fields in them,  but the result PDF contains no fields.
> I believe this is related to https://issues.apache.org/jira/browse/PDFBOX-930, which remains unsolved.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira