XPS

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
zaksoft
Posts: 66
Joined: Fri Feb 20 2004

XPS

Post by zaksoft »

Any idea about release date of the upcoming (and seen on advertising) version 3.0 with XPS support ?

TIA
Davide Zaccanti
jk
Posts: 11
Joined: Fri Mar 23 2007

Post by jk »

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.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

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);
jezekjkr
Posts: 11
Joined: Thu Feb 08 2007

XPS Export not found

Post by jezekjkr »

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?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

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.
Post Reply