You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2019/04/07 12:02:00 UTC

[jira] [Resolved] (PDFBOX-4487) Cannot set documentMergeMode

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

Andreas Lehmkühler resolved PDFBOX-4487.
----------------------------------------
    Resolution: Fixed

The code looks good to me, set to resolved

> 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