Quote:
Originally Posted by SoCal Bob
The Connect software will not allow me to transfer books printed in Adobe Acrobat 7.0. the Operation Manual says the PDF must be "...Version 1.4 or before)." (page 34). Anyone know a work around or do I just produce RTF files?
Thanks for your help.
|
This is probably no more than a simple check of the PDF header at the very beginning of the generated file. If it says '%PDF-1.4' (or ... -1.3, etc.) it's accepted.
It is possible to tweak this by hand, but PDF is a binary format, and an ordinary text editor may damage the file. I use Emacs when I want to do something like that.
In Acrobat Pro 7, I only know two ways to change version: a) use the Adobe PDF printer, and check that the selected settings are for PDF 1.4 or earlier. (I believe default settings are for this, but you can also use the PDF/A settings); or b) use Adobe Distiller, which uses the same settings. I have not found any way to set this in Acrobat Pro itself, as far as I recall. Pro 8 may provide it somewhere, though.