Hi, now with the new version 25.5 the tagging of the simple example above works. Thanks.
On more complex files however, it is not possible to have the tagging, during the convert phase I have an error without a message, this is the stacktrace:
{“declaringClass”:“com.aspose.pdf.internal.l9h.lI”,“methodName”:“lI”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9h.ld”,“methodName”:“\u003cinit\u003e”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9h.lv”,“methodName”:“lj”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9k.l1t”,“methodName”:“le”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9k.l1t”,“methodName”:“lb”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9k.l1t”,“methodName”:“l3n”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9k.l1l”,“methodName”:“l5v”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.internal.l9k.l1t”,“methodName”:“lI”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.ADocument”,“methodName”:“lI”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.ADocument”,“methodName”:“convert”,“lineNumber”:-1},
{“declaringClass”:“com.aspose.pdf.Document”,“methodName”:“convert”,“lineNumber”:-1},
The log file set in the PdfFormatConversionOptions parameter remains empty.
How can I find out where the error occurs?
I have worked with other libraries where it was possible, from code, to insert tags when inserting texts and graphic elements into the PDF, is there a way to do it with Aspose without doing it from covert?
Thank you