Pdf 1.4

Hello - I’m just wondering - is there any way using Aspose.Words or a combination of any of the other products to produce a PDF in the 1.4 format? It appears as if it’s exporting in the 1.5 format now but is causing some issues with other software.
Thanks.

Actually - I figured it out -

Dim so As New Aspose.Words.Saving.PdfSaveOptions
so.Compliance = Aspose.Words.Saving.PdfCompliance.PdfA1b

Then save with the method that allows a save option. Nice job on this feature.

Hello

It is perfect, that you already resolved the problem. Please let me know in case of any issues. I will be glad to help you.
Please see the following link to learn more about supported compliance levels:
https://reference.aspose.com/words/net/aspose.words.saving/pdfcompliance/
Best regards,