PDF Version 1.4

I’m converting Word documents into PDF. Currently the converted PDF files are version 1.5.
The documentation says that, any document loaded into Aspose.Words can be converted to PDF that conforms to the PDF 1.5 or PDF/A-1b specification.
I am converting the files using the following code:

doc.Save(strTempFile, Aspose.Words.SaveFormat.Pdf);

How can I covert the Word files into PDF version 1.4, rather than 1.5

Many Thanks

This message was posted using Page2Forum from How-to: Convert a Document to PDF - Aspose.Words for .NET

Hello
Thanks for your inquiry. Unfortunately, there is now way to set PDF 1.4 compliance level. Please see the following link to learn more about supported compliance levels:
https://reference.aspose.com/words/net/aspose.words.saving/pdfcompliance/
May I ask you, why you need PDF 1.4?
Best regards,