Any idea about release date of the upcoming (and seen on advertising) version 3.0 with XPS support ?
TIA
XPS
Hi!
There is a note about XPS support in the "Common Driver Interface 300.pdf" installed with the PDF Converter software ("New in version 3.0" section).
In the evaluation version the XPS was mentioned on the title page also.
However, there are no any hints about export to this format neither in the documentation nor in the .h/.lib.
Is this format really supported by the converter?
If yes, what should I do to convert to it and can I see the API restrictions for XPS export?
Thank you.
There is a note about XPS support in the "Common Driver Interface 300.pdf" installed with the PDF Converter software ("New in version 3.0" section).
In the evaluation version the XPS was mentioned on the title page also.
However, there are no any hints about export to this format neither in the documentation nor in the .h/.lib.
Is this format really supported by the converter?
If yes, what should I do to convert to it and can I see the API restrictions for XPS export?
Thank you.
Hello,
The XPS feature is already available in the ActiveX interface, it is misssing from the DLL interface and from the documentation that are currently online. We will upload shorlty a new build that contains a reference to the XPS feature in both the DLL interface and the documentation.
You can use ExportToXPS from the ActiveX interface at the moment using:
pdfDoc.OpenEx(pdfname,"");
pdfDoc.ExportToXPS (outputPath + "XPSExportNone.xps",CDIntfEx.acXPSExportOptions.acXPSExportOptionsNone);
The XPS feature is already available in the ActiveX interface, it is misssing from the DLL interface and from the documentation that are currently online. We will upload shorlty a new build that contains a reference to the XPS feature in both the DLL interface and the documentation.
You can use ExportToXPS from the ActiveX interface at the moment using:
pdfDoc.OpenEx(pdfname,"");
pdfDoc.ExportToXPS (outputPath + "XPSExportNone.xps",CDIntfEx.acXPSExportOptions.acXPSExportOptionsNone);
XPS Export not found
I try export from DLL interfacel ExportToXps ... OK, it is missing now.
But I try ActiveX interface and there is XPS support missing too. Export to XPS do nothing.
I buy new version that in new version will be XPS support.
(export to XLS,RTF in demo is OK,XPS no)
Any idea? Any new version without this bug?
But I try ActiveX interface and there is XPS support missing too. Export to XPS do nothing.
I buy new version that in new version will be XPS support.
(export to XLS,RTF in demo is OK,XPS no)
Any idea? Any new version without this bug?
Hello,
Please check that the Activation Code you are using supports ExportToXPS, if you are not sure, plase send your code to support@amyuni.com to have it verified.
Please check that the Activation Code you are using supports ExportToXPS, if you are not sure, plase send your code to support@amyuni.com to have it verified.