We are using Aspose.PDF for Java (version 25.10) to convert a simple HTML form (~23 KB, no images, minimal styling) into PDF/A-1B.
After conversion, the generated PDF/A file size is around 2 MB, which seems unusually la…...Document doc = new com.aspose.pdf.Document(inputfile...setRemoveUnusedObjec(true); // Optimize PDF document using OptimizationOptions...