Convert PDF to PDF/A
Hi,
Is it possible create a converter from PDF to PDF/A-1b?
Thanks in advance!
SIGN IN To post a reply.
5 Replies
BN
Bhuvaneswari Nagarajan
Syncfusion Team
February 27, 2017 11:43 AM UTC
Hi Jorge,
Thank you for using Syncfusion products,
Conformances can be added only to documents created from scratch. Currently, Essential PDF do not support converting PDF documents to PDF/A-1b or PDF/X-1a conformance documents. We have logged a feature request in our database, and we will let you know once we have implemented this feature.
Please let us know, if you need further assistance.
Regards,
Bhuvaneswari N.
JP
Jorge Pereira
February 27, 2017 03:24 PM UTC
Hi,
Searching throught syncfusion I found this link teaching how to importing pages from an existing document...
https://help.syncfusion.com/file-formats/pdf/working-with-pages
I added a conformance to the new document and apparently it works!
'Load the PDF document.
Dim loadedDocument As New PdfLoadedDocument("Input.pdf")
'Create a new PDF document.
Dim document As New PdfDocument(PdfConformanceLevel.Pdf_A1B)
Dim startIndex As Integer = 0
Dim endIndex As Integer = loadedDocument.Pages.Count - 1
'Import all the pages to the new PDF document.
document.ImportPageRange(loadedDocument, startIndex, endIndex)
'Save the document.
document.Save("Output.pdf")
'Close both document instances.
loadedDocument.Close(True)
document.Close(True)
BN
Bhuvaneswari Nagarajan
Syncfusion Team
February 28, 2017 10:39 AM UTC
Hi Jorge,
We are glad to know that you have found the solution, but this solution will not make the PDF fully A-1b compliant, the conformance may get fail when you check with Adobe Preflight if the existing document has transparent text and non-embedded fonts, because Pdf/A - 1b conformance files must follow the certain rules including color management guidelines and using embedded fonts for rendering. While importing PDF to PDF/A - 1b those rules are not get preserve, so that we are not suggested this solution to you. As we said earlier we have logged the feature request to this in our database, we will let you know once it has been implemented.
Please let us know if you need further assistance.
Regards,
Bhuvaneswari N.
AS
Andrea Scarmagnani
February 27, 2019 04:27 PM UTC
Hi,
at the current time what's the situation?
at the current time what's the situation?
SK
Surya Kumar
Syncfusion Team
February 28, 2019 06:44 AM UTC
Hi Andrea,
Greetings from Syncfusion.
We have provided support for converting an existing PDF in to PDF/A-1b conformance document. More details about the same can be found in the below UG documentation link:
Regards,
Surya Kumar
SIGN IN To post a reply.
- 5 Replies
- 4 Participants
-
JP Jorge Pereira
- Feb 25, 2017 06:13 PM UTC
- Feb 28, 2019 06:44 AM UTC