We have tested the scenario with Aspose.Pdf for .NET 17.11, as it is always recommended to use latest version of the API and output PDF was still showing Tagged property as “Yes” in the document properties dialog. For your reference, we have attached the generated PDFA file in our environment.
Furthermore, we have observed that the generated PDF/A-1a document, did not pass the compliance test in Adobe Preflight tool. So we have logged an issue as PDFNET-43658 in our issue tracking system. We will further look into the details of the issue and keep you updated with the status of its resolution. Please be patient and spare us little time.
Please note that sometimes issues are used to be document specific and have only been fixed for that specific document. The issue which you have mentioned, was reported for a particular document as well as for a particular PDF format (PDF/A-1b). Since each PDF document has its own structure and complexity level so it cannot be said that same issue will be experienced with every PDF document.
We recommend to use latest version always because each new version comes with new enhancements and more fixes. Moreover, fixes against the issues, reported for older version of the API, are provided in new releases. As far as you are not experiencing any issue with your existing version of the API, you may keep using it and in case you experience any issue, which does not occur with latest version of the API, you may please upgrade your license to get latest version.
In case of any further assistance, please feel free to let us know.
Yes, your understanding is correctly. There is no known issue of Text Grable during PDF to PDF/A-1a conversion. As I stated earlier that it can be document specific and in case you face similar issue with any of your PDFs, please share the document with us. We will test the scenario in our environment and address it accordingly.
In order to generate PDF files from Word format, you need to use Aspose.Words API. In case you have accessible Word Document, you can convert it to PDF and share with us if you face any issue.
We have tested the scenario in our environment and observed that output PDF/UA_1 document did not pass compliance test. Please check following code snippet which was used for testing:
Aspose.Words.Document doc = new Words.Document(dataDir + "2.doc");
Aspose.Words.Saving.PdfSaveOptions saveOption = new Words.Saving.PdfSaveOptions();
saveOption.SaveFormat = Words.SaveFormat.Pdf;
doc.Save(dataDir + "2.pdf", saveOption);
Document document = new Document(dataDir + "2.pdf");
document.Convert(dataDir + "file.log", PdfFormat.PDF_UA_1, ConvertErrorAction.Delete);
document.Save(dataDir + "Converted.pdf");
// Call this method to check if output validates the applied compliance
bool isValid = document.Validate("file.log", PdfFormat.PDF_UA_1)
In above code snippet, you can use Validate() method to determine if output document is PDF/UA compliant or not after converting the document. Furthermore, for observed issue, we have logged it as PDFNET-46429 in our issue tracking system. You can further see the compliance error in attached screenshot. We will definitely let you know as soon as logged issues are resolved. Please spare us little time.
Regretfully the earlier logged ticket is not resolved due to low priority. We will surely inform you as soon as we have some certain updates regarding its resolution. Please spare us some time.
Creating PDF/UA compliant documents is already supported in API. However, the ticket which was logged for non-compliance test results of output PDF, is currently not resolved. We are afraid that its investigation is not yet completed. As soon as it is done, we will inform you about its ETA or resolution. Please spare us some time.
Thank you for your response
Can you please direct me to the documentation and share some code?
And does the output of the conversion pass compliance test?
You may please check working with Tagged PDFs article(s) in our API Documentation. We have tested with our sample files and did not notice any issue during compliance test. However, if you notice any with your PDF, please share it with us. We will test the scenario in our environment and address it accordingly.
But I don’t want to create the tags
I want to keep tags from word document.
as mentioned earlier in out conversation.
and I can’t see information about it.
is it available?
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.