On 19.05.2003 21:27:51 Daniela W�rthinger wrote: > how can I find out whether a PDF generated with FOP has the following > properties?
The first two can be checked in a good ASCII editor. > - embedded ICC-Profiles Look for "/ICCBased" to find out if an image (XObject) has a reference to an ICC profile. > - lossless compression If you find the string "/DCTDecode" in the PDF you have lossy image compression somewhere. > - comments about overprinting and filling I don't understand what exactly you need here. Do you really just want to find out where a PDF has the above properties or do you want to control these properties? I hope that helps. Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
