Dear all,

We are currently using PDFBox 2.x in one of our projects and we would like to 
upgrade it to 3.x.
However, we are relying on the cloneMerge method from the PDFCloneUtility class 
which is not available in 3.x.

We are merging a PDResources from a PDPage into a freshly created PDResources:
        
        PDFCloneUtility cloner = ...;
        PDPage page = ...;
        PDResources resources = new PDResources();
        cloner.cloneMerge(page.getResources(), resources);

Do we have any alternatives in 3.x to replace the previous snippet of code in 
such a handy way?

Thank you in advance for your time,
Sincerely,
Ludovic

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

Reply via email to