Jump to content

PDF Mix & Match question


shaggycap

Recommended Posts

I was wondering if anyone had any experience of splitting & appending PDF's?

 

A client has a huge pdf, and he wants to give the user the ability to mix and match the chapters that they want to download. The final final will be 1 pdf, but may consist of various different chapters chosen from a list. The chapters will be ripped from 1 master pdf.

 

Oh, and the PDF is not just text it contains all manner of images,links & the like!

 

And that is what is required.

 

I was wondering if anyone had any pointers regarding this?

I'm thinking PDFLib, but I haven't fully looked into it yet.

 

Thanks guys.

Link to comment
https://forums.phpfreaks.com/topic/47739-pdf-mix-match-question/
Share on other sites

Working with pdf's (generating) isn't that hard just use PHP's pdf library.  In order to do this, you are going to have to have separate parts of the "pdf" saved as seperate files.  (1 file per chapter), preferably save them as an image originally.  Then when someone chooses the chapters they want then retrieve all the images of the chapters they are wanting, and formulate them into a working PDF of the chapters they downloaded.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.