Aspose.Words.Document doc = new Aspose.Words.Document(dir + "aws.docx");
using MemoryStream pdfDocStream = new();
PdfSaveOptions options = new PdfSaveOptions();
doc.Save(pdfDocStream, options);
Aspose.Pdf.Document document = new Aspose.Pdf.Document(pdfDocStream);
document.Convert(dir + "log.xml",PdfFormat.PDF_UA_1,ConvertErrorAction.Delete,ConvertTransparencyAction.Default);
document.Save( dir +"Transformed.pdf");
With the above mentioned source code we are trying to apply Pdf Compliance to a Pdf document but found that PdfA4 there is no equivalent compliance format for the same.
Also, when we try to apply PdfUa1 we see that the compliance level does not apply to the pdf document.
Output for PdfUa1: Transformed.pdf (95.3 KB)
@sujaiswal
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-54813
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@sujaiswal
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-54838
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
PDFNET-54813 (Implementation PDF/A-4 support) - The priority of the task was increased two months ago, develop team are working on it, there are no ready results yet. This is where you should request the support team for priority tasks.
PDFNET-54838 (Incorrect converting to PDF/UA-1) task is still in the queue.
PDFNET-54764 was not raised or discussed in this topic