PDF/X-1a standard

1. Is Syncfusion generate PDF files compatible with the PDF/X-1a standard?
2. How PDF merge work? If incoming PDF document will be in standard PDF/X-3, what will be the output standard?

Anatoliy

1 Reply

RS Rajarajeswari S Syncfusion Team November 10, 2007 08:19 AM UTC



Hi,

1. Is Syncfusion generate PDF files compatible with the PDF/X-1a standard?

Sorry, We do not support the above standard. We follow Adobe 1.6 manual and it is still in development stage.

2. How PDF merge work? If incoming PDF document will be in standard PDF/X-3, what will be the output standard?

a) The PDF merge is achieved by using the following Code Snippet.

//Merge PDF Documents;
PDFDocument.Merge( destination_file, source_file);

Please have a look at the sample from the following URL;

C:\Documents and Settings\User Name\My Documents\Syncfusion\EssentialStudio\5.1.0.51\Windows\Pdf.Windows\Samples\2.0\Grid Model\Modify PDF\MergeDocuments

b) There is no support for PDF/X-3 standard also.

Regards,
Raji



Loader.
Up arrow icon