We are trying to transform input into PDF-2A format using below code line. Source file is already a PDF/A document. Output file is coming as Black document.
com.aspose.pdf.Document document1 = new com.aspose.pdf.Document("C:\\Docs\\9127\\input_source.pdf");
PdfFormatConversionOptions opts = new PdfFormatConversionOptions("C:\\Users\\Administrator\\Desktop\\aspose\\logFile2.txt", PdfFormat.PDF_A_2A, ConvertErrorAction.Delete);
document1.convert(opts);
document1.save("C:\\Docs\\9127\\output_source.pdf");
Currently, your issue is pending for analysis and is in the queue. Once we complete the analysis of your issue, we will then be able to provide you an estimate.
We are afraid that the earlier logged ticket has not been yet fully investigated and we are not in a position to share any reliable ETA for its fix. We will definitely analyze it on a first come first serve basis and let you know in this forum thread once we have some updates to share. We apologize for the inconvenience.
The issue was investigated and it is expected to be resolved in 23.4 version of the API. We will further inform you once its fix is available. We apologize for the inconvenience.
We are sorry to inform you that the fix against this issue could not be made in upcoming 23.4 version of the API. It has been now scheduled for 23.5 version. We will further inform you as soon as we make some progress in this regard. We are sorry for your inconvenience.