Printable Large PDF on the Web

后端 未结 3 999
长发绾君心
长发绾君心 2021-01-05 23:11

The Problem

I have a 35mb PDF file with 130 pages that I need to put online so that people can print off different sections from it each week.

I host the P

3条回答
  •  时光取名叫无心
    2021-01-05 23:26

    Blankasaurus,

    Based on what you've tried, it looks like you are willing to prep the document(s) or I wouldn't suggest this. See if it'll meet your needs... Download ColdFusion and install locally on your PC/VM. You can use CF's cfpdf function to automatically create "thumbnails" (you can set the size) of each of the pages without so much work. Then load it into your favorite gallery script with links to the individual PDFs. Convaluted, I know, but it shouldn't take more than 10 mins once you get the gallery script working.

提交回复
热议问题