Hello,
The PDF Converter enables you to Append two pdf files together, one at the end of the other.
If you want to insert a pdf file at a specific location of another pdf you can use a new function of the PDF Converter called Split.
Here is the procdure to follow:
1- You will first split your pdf document in tow parts (pdf1) and (pdf2) using the SplitXY function that splits a document at a specific location.
2 - Second you append the first part of your document (pdf1) with the other pdf file using the Append or AppendEx function You will get (pdfA)
3 Finally you append the second part of the document (pdf2) to the resulting file (pdfA)
The SplitXY and Append functions are available in the Document Interface of CDIntf. SplitXY functinon is a very new function to use it please check that you have the latest version of the PDF Converter.
If you need more information about the above or a sample code please contact our Technical Support department
support@amyuni.com
Best Regards.