Posted by a ceTe Software moderator
Hello Marc,
The PDF Reference is available online on Adobe's website.
Click here to go the PDF Reference. You will find documentation on Extended Page Dimensions under section 10.10.1 on page 890.
The difference between ImportedPageArea and ImportedPageData is that, with ImportedPageArea, you can place the imported contents anywhere on the page by specifying the X and Y coordinates and it's relative to the upper left corner of the page whereas with ImportedPageData, the imported page gets added relative to the center of the page. It is mainly used when wanting to add any elements to the center of an existing page.
When using the same page contents multiple times within the same document, it is important to create an ImportedPageContents object once, and use it in the ImportedPageArea and ImportedPageData class constructors. Doing so will prevent the page contents from being embedded in the document multiple times and the data will be shared, reducing the overall size of your document.
Thanks,
ceTe Software Support Team