I’m currently doing some research to find out if I can use your products to convert Word/Excel/PowerPoint files to PDF. It’s a must that these PDF files are in PDF/A format. I’m using the trial versions atm.
//Convert to PDF/A using (FileStream str = File.Open(savePath, FileMode.Open)) { Aspose.Pdf.Pdf pdf = new Aspose.Pdf.Pdf(str); pdf.Conformance = Aspose.Pdf.PdfConformance.PdfA1B; pdf.Close(); }
It’s doesn’t work. I get a blank PDF and Adobe Reader says there was an error while reading the document.
Is there a way I can use your products in the manner I stated above? If so, how can I do this, can you provide me with some code examples?
Aspose.Cells to convert Excel worksheets into PDF format. For more information, please visit Converting to PDF Files
Aspose.Slides to convert PowerPoint presentations to PDF format. For more information, please visit Converting to PDF File (PowerPoint 97-2003 format PPT) and Converting to PDF File (PowerPoint 2007 format PPTX).
You are trying to use Aspose.Pdf to convert resultant PDF into PDF format. But, this product offers the capability to generate PDF documents from scratch and you can also generate PDF/A compliant document with it. But this product is not suitable in your scenario because you are trying to pass an already generated PDF document as an argument to Aspose.Pdf object.
However, in order to edit/manipulate existing PDF documents, you need to try using Aspose.Pdf.Kit which provides the feature of working with existing PDF files. As per your requirement on converting existing PDF file into PDF/A compliant format, I am afraid this feature is currently not supported. However, for the sake of correction, this requirement has already been logged in our issue tracking system as PDFKIENET-10208. Our development team is working over this requirement and once we have some definite news regarding its resolution, we would be pleased to update you with the status of correction.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.