There are couple of ways you can place a part of an existing page to another page:
a) Use the approach shown in ImpositionTest sample (
http://www.pdftron.com/pdfnet/samplecode.html#Imposition) to create a form XObject from an existing page then place to another page. You can use a clip path to hide content from the original page outside the given region (see ElementBuilder sample for additional code snippets).
Re: PDF/A, you can use 'pdftron.PDF.PDFA.PDFACompliance' (as shown in PDF/A sample). Please keep in mind that PDF/A is technically intended for long term archiving, not editing. It is better to run 'PDFACompliance' as the last step (e.g. as part of the archiving process), instead of calling it many times during document creation / editing.
On Friday, June 7, 2013 1:11:20 AM UTC-7, Tien Quan wrote:
Dear sir.
I want to export a part of page of PDF file (like a rectangle on page contain an article) to another PDF file. The input file is a PDF/A, i want the exported file is PDF/A too. How to do it? Yes or No? Have any available sample code for me?
Best regards.