Hi Team,
When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…...PDF/A‑required objects (ICC profile, XMP metadata, etc.). If image compression...After conversion you can remove XMP metadata: doc.getInfo().setMetadata(null);...