Merging multiple PDFs and outputing single PDF that is PDFA/1A compliant

Hello, we are evaluating your software package to determine if it will meet our requirements. One requirement we haven't been able to verify is the ability to merge multiple PDFs and outputting single PDF that is PDFA/1A compliant.

Is this a capability of Aspose.PDF?

Thanks!

Alex

Hi Alex,

Thanks for your interest in our API’s.

Aspose.Pdf for .NET support the feature to Concatenate PDF Files and once the resultant output is generated, please Convert PDF File to PDF-A.

Please download the latest release of Aspose.Pdf for .NET 17.4.0 and you may also consider requesting a 30 days temporary license to test the scenario without any limitations. Get a temporary license

In case you encounter any issue, please share the input PDF files. We will test the scenario and will reply you accordingly.

Thank you for your prompt reply!

A second question: Does this software support sending a PDF directly to the printer from a web application? We have a requirement where we need the ability to print a PDF but to prevent the user from downloading the PDF from their browser.

Hi Alex,


The PdfViewer class allows you to print a PDF file to the default printer. You need to create a PdfViewer object and open the PDF using the BindPdf method. To specify different print settings, use the PageSettings and PrinterSettings classes. Finally, call the PrintDocumentWithSettings method to print the PDF to the default printer. Please check our documentation page Working with PDF printing (Facades) for more details.

If you still face issues or need further assistance, please feel free to contact us.

We are sorry for this inconvenience.

Best Regards,