I try to reorder the pages in a Pdf-document.
The call to PdfWriter.reorderPages() seems to work fine as long as there are no more than 10 pages in the original document.
With more than 10 pages I get the exception: 'Page reordening requires a single parent in the page tree.', caused by the PdfPages class.
How can I solve this problem ?
 
 

Reply via email to