PdfDocument document = new PdfDocument(PdfConformanceLevel.Pdf_A1B);
// Add a page to the document.
PdfPage page = document.Pages.Add();
You can refer the following assemblies into your project:
Syncfusion.Pdf.Base.dll
Syncfusion.Compression.Base.dll
Please let us know if you need any further assistance .
Regards,
Abirami.
using (PdfLoadedDocument ldoc = new PdfLoadedDocument(PdfInputStream)
but after this point it got stuck and CPU utilization becames 100% and it getting stuck for so long time.
could you please advise how to resolve this. This same line worked for some other pdfs and it was working fine.
for some pdfs this above issue is happening...