Does product Aspose total for java support ISO 15930 (PDF/X) and ISO 24517 (PDF/E) standard? I see in the documentation at link Key Features of Aspose.PDF|Aspose.PDF for .NET)  that it supports it, but does version Aspose total for java support it?"
thanks
Aspose.Total for Java supports the ISO 15930 (PDF/X) and ISO 24517 (PDF/E) standards. For detailed information on the features and capabilities related to these standards, please refer to the official documentation.
If you have specific implementation questions or need examples, feel free to ask!
I can’t find information about Aspose.Total for Java supports the ISO 15930 (PDF/X) and ISO 24517 (PDF/E) , could you send me the link ?
thanks
Generally, features supported in .NET are also supported in its counterpart Java. However, there might be slight variations in implementation or compatibility depending on the specific libraries and frameworks used. I am moving your thread to the respective category, where one of our colleagues from the Aspose.PDF team will assist you soon.
You can please use below code snippet for PDF to PDF/X Conversion:
Document doc = new Document(dataDir + "input.pdf");
doc.convert(dataDir + "log.xml", PdfFormat.PDF_X_4, ConvertErrorAction.Delete);
doc.save(dataDir + "output.pdf");
About PDF to PDF/E Conversion, we have logged below feature request in our issue tracking system. The ticket has been associated with this forum thread and as soon it is resolved, we will notify you. Please be patient and spare us some time.
- PDFJAVA-45407