Hi all,
I'm currently in the process of writing a solution in C# that will convert SPL files to PDF using the ACRODISTLIBX library from the Acrobat SDK. However, when the PdfDistiller class' FileToPDF method is called to convert the SPL file, it is unable to do so, returning an error message stating that invalid PDF parameters are being used.
If we were to convert SPL files manually using Acrobat Distiller XI, the "-F" parameter must be included in order to allow this. I believe the lack of this parameter in the C# solution is the reason for its failure as the error LOG files produced by Distiller being run without the "-F" parameter and those produced by the C# application are identical in content.
My question is: is there anyway to programmatically include the "-F" parameter in the code, or is there a settings or config file I could modify to include this? Alternatively, is there a way to omit the inclusion of this parameter altogether?
Hopefully I've provided sufficient information for a solution.
Should you require any further information, please do not hesitate to ask.
Many thanks,