Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
We have a large PDF with bookmarks that the client wants to break up into a separate PDF for each volume. It is created through one XML assembly file that callsall theother entity files. I'm not exactly sure how to do this other than to break up the one assembly file into a separate assembly file for each volume. They've tried extracting the volumes from the PDF itself but the bookmarks disappear. Any suggestions are welcome. (Version 6.0, FOSI)
Gareth and Ed responded to my post:
Gareth:
If the document has sequential page numbering and/or cross-references between the volumes then it would be very difficult to print each volume of the document in turn.
If you have some way of flagging where the Volumes begin and end, and have a separate output DTD with the Volume structures, XSL should work for transforming your source into multiple output volumes. Sounds like a lot of work, but transforming to a more versatile output doctype/DTD/Schema may be helpful for other reasons.