logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Wednesday, July 31, 2019 4:26:07 AM(UTC)
 
Try to use Clone() method on each page object
https://pdfium.patagames..._PdfPageObject_Clone.htm
kevinm Posted: Tuesday, July 30, 2019 7:25:10 PM(UTC)
 
What if we want to keep the PDF objects from the second and insert them into the first? Is there a way to clone page objects from one page to another, even if they are from separate PDF's? Some scaling would be involved too I suppose.
Paul Rayman Posted: Monday, July 29, 2019 11:59:17 PM(UTC)
 
You can render page content to an image and insert that image to another PDF.
kevinm Posted: Monday, July 29, 2019 11:15:57 AM(UTC)
 
Is it possible to open an existing PDF that has, say, one page already and draw the contents of a separate PDF with one page onto it at a certain location?