Good question! I went over the docs. Three things caught my attention. First, the author mentions 2 versions of PDF::Reuse---1.4 and 1.5. Also, he developed this on Win32 and Abobe, and it's missing meta data and info or hasn't been incorporated into the module yet. Missing items can be added with a batch routine in Adobe. That could be a problem, esp. if you're on a linux box. Second, the author mentions that the mandatory components, prFile and prEnd, must be installed and to double-check that they are indeed working. I would use pmtools to check that out. Basically, retest the module to make sure it is working. Third, he mentions a very specific order in using the components. In this case, you are using prForm; so, the order is prSinglePage, prForm, and prPage. I would suggest redoing your script and start with prSinglePage. If it's still quirky, then prForm, then prPage. He gives each component alternative methods. You might want to play them. All in all, this module appears to me to be rather quirky, but it works---just expect the unexpected. I would try to use prSinglePage instead of prForm.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.