split PDF's into pages ?

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
tdreher
Posts: 4
Joined: Tue Aug 03 2004

split PDF's into pages ?

Post by tdreher »

Hallo, we use the PDF developer Version of the PDF Converter and PDF Creator. From our application we print lots of reports etc. After the printingjobs we have to split the PDF into several pages. Is there a way to split a PDF with the amyuni converter or creator in pages or extract some pages into another PDF ? For example there is a PDF with 100 pages and we want to extract or split page 5-10 and 15-16 etc. into two other PDFs.

i have heard and tried with the PDFsplit.exe but dont get the right syntax.

i also tried to think about a bad workaround with the creator: make a copy of PDF and use deletepage funktion (in creator) to delete all other pages.

There is no way to print the pages in own printjobs because of the performance and the time we spent to make a complete change in the print behaviour of our programm.

Thanks for a little help

Thomas
DGW
Posts: 2
Joined: Tue Aug 03 2004

Post by DGW »

Hello Thomas,

I cannot offer any advice at the moment but I am experiencing a similar problem in our application.

If we run a batch of statements for example, I want to create a new PDF file for each customer but have not been able to do it..

Anyone got any ideas....

David
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You can use the SplitXY function of CDINTFEx.Document to split the PDF document according to the customer names.

If you have on top of each page the name of the customer you can specify that the document

Here is how SplitXY works:

SplitXY("FileName",X position, Y position)

FileName: is a string containing the full path and name of the pdf file to be splitted.

X position: is the x position in of the text object containing the customer names

y position: is the y position in twips of the text object containing the customer names

Hope this helps,
Post Reply