From 4109934b35e977bf25e2ab21a86221f691d3ec71 Mon Sep 17 00:00:00 2001 From: Srihariharan Date: Wed, 29 May 2024 12:26:35 +0530 Subject: [PATCH] update_conformance: Update the PDF to PDF/A conformance page. --- File-Formats/PDF/Working-with-PDF-Conformance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/File-Formats/PDF/Working-with-PDF-Conformance.md b/File-Formats/PDF/Working-with-PDF-Conformance.md index b3f3e2a6e..9499d1096 100644 --- a/File-Formats/PDF/Working-with-PDF-Conformance.md +++ b/File-Formats/PDF/Working-with-PDF-Conformance.md @@ -1194,7 +1194,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync ## PDF to PDF/A conversion -An existing PDF document can be converted to PDF/A conformance document, by setting the [Conformance](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Conformance) value in the [PdfLoadedDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) to ```Pdf_A1B```,```Pdf_A2B```,```Pdf_A3B```, and ```Pdf_A``` of [PdfConformanceLevel](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfConformanceLevel.html). Refer to the following code sample to achieve the same. +An existing PDF document can be converted to PDF/A conformance document, by setting the [Conformance](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_Conformance) value in the [PdfLoadedDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) to ```Pdf_A1B```,```Pdf_A2B```,```Pdf_A3B```, and ```Pdf_A4``` of [PdfConformanceLevel](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.PdfConformanceLevel.html). Refer to the following code sample to achieve the same. N> To convert the existing PDF to PDF/A conformance document in .NET Core, you need to include the Syncfusion.Pdf.Imaging.Portable assembly reference in the .NET Core project.