Hello
I’m using Aspose PDF Java 19.8 and I’m looking for a documentation that explains the log result in
Document doc = new Document("")
doc.convert("<log.xml>",“PdfFormat.PDF_A_1B”;ConvertErrorAction.Delete)
i opened the log.xml file and inside i see an xml with several tags but i don’t know what that tags mean.
Do you have a documentation for that?
I’m trying to detect some problem during the conversion process from the xml log file.
Regards
David
@dvivarelli
The LOG file contains the error description which occur during conversion process and API resolves them. In other words, this file does not contain the errors which are present in output PDF document but those which were resolved during conversion.
Furthermore, would you please share a sample LOG file in ZIP format with us. We will log an investigation ticket in our issue tracking system to gather its complete details and information and share the ID with you.