[ https://issues.apache.org/jira/browse/PDFBOX-4487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792863#comment-16792863
]
Maruan Sahyoun commented on PDFBOX-4487:
----------------------------------------
[~ManiB] thank you for the report. A snapshot build should be available later today. Let me
know if that fixes the issue.
> Cannot set documentMergeMode
> ----------------------------
>
> Key: PDFBOX-4487
> URL: https://issues.apache.org/jira/browse/PDFBOX-4487
> Project: PDFBox
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 2.0.14
> Reporter: Manuel Buchner
> Assignee: Maruan Sahyoun
> Priority: Major
> Fix For: 2.0.15, 3.0.0 PDFBox
>
>
> {color:#333333}PDFMergerUtility.java{color}
> {color:#333333}(2.0.14){color}
> {color:#333333}The documentMergeMode is default set to PDFBOX_LEGACY_MODE{color}
> {color:#333333}99 private DocumentMergeMode documentMergeMode = DocumentMergeMode.PDFBOX_LEGACY_MODE{color}
> {color:#333333}but there is no setter to change it.{color}
>
> (trunk)
> {color:#333333}In the trunk there is a getter for it.
> BUT there are two setter called the same, doing different things.{color}
> {color:#333333}162 public void setAcroFormMergeMode(DocumentMergeMode theDocumentMergeMode){color}
> {color:#333333} 163 {{color}
> {color:#333333} 164 this.documentMergeMode = theDocumentMergeMode;{color}
> {color:#333333} 165 }{color}
> {color:#333333}1258 public void setAcroFormMergeMode(AcroFormMergeMode theAcroFormMergeMode){color}
> {color:#333333} 1259 {{color}
> {color:#333333} 1260 this.acroFormMergeMode = theAcroFormMergeMode;{color}
> {color:#333333} 1261 }
>
> hopefully the problem is clear{color}
--
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
|