luigi.zurolo
posted this
26 November 2018
Hi Rosario,
those are not PDF tags, which are available under the output profile, PDF settings, Custom properties and they are normally encoded as XMP properties inside the PDF structure.
The sample you pasted it is an embedded XObject of the type Image definition, so in simple words an image which has been embedded into a PDF page. You can find those "properties" in any PDF Scanshare creates since it is a standard of the PDF itself.
I think you are talking just about specific compressions of the image object when referring to the FlatDecode, DCTDecode and CCITTFaxDecode, and we normally use MRC and Jpeg / JBIG compressions which produce the smallest PDF at the better quality since our images are embedded in JPEG format. FlatDecode for example is used for Text, ZIP and PNG streams inside a PDF while CCITTFaxDecode is mostly used for TIFF streams.
We don't provide a so deep control on the PDF creation but just on the quality image and color level, and all embedded images are always JPEG.