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
Copy file name to clipboardExpand all lines: net/converting/convert-pdf-to-pdfa/_index.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ sitemap:
15
15
16
16
{{% alert color="primary" %}}
17
17
18
-
Please note we follow Adobe Preflight for validating PDF/A conformance. All tools on the market have their own “representation” of PDF/A conformance. Please check this article on PDF/A validation tools for reference. We chose Adobe products for verifying how Aspose.PDF produces PDF files because Adobe is at the center of everything connected to PDF.
18
+
Please note we follow Adobe Preflight and veraPDF for validating PDF/A conformance. All tools on the market have their own “representation” of PDF/A conformance. Please check this article on PDF/A validation tools for reference. We chose Adobe products for verifying how Aspose.PDF produces PDF files because Adobe is at the center of everything connected to PDF.
19
19
20
20
{{% /alert %}}
21
21
@@ -31,6 +31,9 @@ Aspose.PDF for .NET presents you online free application ["PDF to PDF/A-1A"](htt
31
31
32
32
The following code snippet also work with [Aspose.PDF.Drawing](/pdf/net/drawing/) library.
33
33
34
+
## Supported standards
35
+
We support the following standards: PDF/A-1b, PDF/A-1a, PDF/A-2b, PDF/A-2u, PDF/A-2a, PDF/A-3b, PDF/A-3u, PDF/A-3a, PDF/A-4, PDF/A-4e, PDF/A-4f.
36
+
34
37
## Convert PDF file to PDF/A-1b
35
38
36
39
The following code snippet shows how to convert PDF files to PDF/A-1b compliant PDF.
In case you have a requirement to attach files to PDF/A compliance format, then we recommend using PDF_A_3A value from Aspose.PDF.PdfFormat enumeration.
0 commit comments