This content has been marked as final.
Show 2 replies
-
1. Re: Insert XObject in the Resources dict at page level
lrosenth Jul 19, 2010 4:08 AM (in response to joeln3)Shared resources is a deprecated feature of PDF and in fact disallowed in a number of the subset standards due to implementation complexity. So "just say no".
Since you only have a single copy of the actual data in the PDF (which is the big file size use), referring to it in the Resources dictionary of each page isn't a huge hit. And if you want to reduce that size, be sure to use PDF 1.5's Object Compression (aka Full Compression).
-
2. Re: Insert XObject in the Resources dict at page level
joeln3 Jul 19, 2010 4:46 AM (in response to lrosenth)Thank you Leonard. So I'll save my objects somewhere in the PDF and reference them.



