How to switch from spread to single-page?

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
flipcreator
User
Posts: 1
Joined: Wed May 09, 2012 7:53 pm

How to switch from spread to single-page?

Post by flipcreator »

With your PDF SDK, is there a way to convert a PDF from two page spread to single pages?

Like the following PDF

Is there a trick to convert this PDF with spreads to 8 pages instead of 5? I can't find any functions from your SDK can do that. Hopefully you can help.
Attachments
spread.pdf
(1.86 MiB) Downloaded 252 times
Walter-Tracker Supp
User
Posts: 381
Joined: Mon Jun 13, 2011 5:10 pm

Re: How to switch from spread to single-page?

Post by Walter-Tracker Supp »

There is no simple way to split those pages with the SDK since they are really just large single pages. You could attempt to have a go at it using the low level PDF structure manipulation functions, but this will require good knowledge of the PDF format, and you may have to deal with splitting images into two parts yourself.

-Walter
Post Reply