Skip to content

Commit

Permalink
Playground_sample: Remove unwanted changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sri-hari-haran-g committed Aug 27, 2024
1 parent ca12fbf commit 0c7c745
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
// See https://aka.ms/new-console-template for more information

//using Syncfusion.Pdf;
//using Syncfusion.Pdf.Parsing;

////Get stream from an existing PDF document.
//FileStream docStream = new FileStream(Path.GetFullPath(@"Data/Input.pdf"), FileMode.Open, FileAccess.Read);

////Load an existing PDF document.
//PdfLoadedDocument loadedDocument = new PdfLoadedDocument(docStream);

////Set the conformance for PDF/A-1b conversion.
//loadedDocument.Conformance = PdfConformanceLevel.Pdf_A1B;

//loadedDocument.PdfAConversionProgress += pdfAConversion_TrackProgress;

////Event handler for Track PDF to PDF/A conversion process
//void pdfAConversion_TrackProgress(object sender, PdfAConversionProgressEventArgs arguments)
//{
// Console.WriteLine(String.Format("PDF to PDF/A conversion process " + arguments.ProgressValue + "% completed"));
// Console.ReadLine();
//}

using Syncfusion.Pdf;
using Syncfusion.Pdf.Parsing;

0 comments on commit 0c7c745

Please sign in to comment.