You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you need to convert PDF to PDF/A, you can use ComPDFKit to complete it. The conversion option analyzes the content of existing PDF files and performs a sequence of modifications in order to produce a PDF/A-compliant document. Features that are not suitable for long-term archiving (such as encryption, obsolete compression schemes, missing fonts, or device-dependent color) are replaced with their PDF/A-compliant equivalents. The following code sample shows how to convert PDF to PDF/A-1a in different programming languages.