Hi
oxps to pdf conversion is supported ?
Hi
oxps to pdf conversion is supported ?
Hi Aravind,
Thanks for contacting support.
I am afraid the requested feature is currently not supported. For the sake of implementation, I have logged this requirement in our issue tracking system under the New Features list as PDFNEWNET-37289. We will further investigate this requirement in detail and will keep you updated on the status of the correction.
We apologize for your inconvenience.
Hi
Hi Aravind,
Hello,
Hi Nir,nir-1:
Hello,I need this feature too.Is it supported in the latest Aspose.Pdf version?
Any news on this?
Hi Nir,
Any update regarding adding OXPS to PDF conversion support ?
You can please try following code snippet with Aspose.PDF for .NET 20.8 and let us know in case you face any issue. We tested this with some basic OXPS files and did not notice any issue:
Aspose.Pdf.LoadOptions xps_option = new Aspose.Pdf.XpsLoadOptions();
Aspose.Pdf.Document xps_document = new Aspose.Pdf.Document(dataDir + "sample1.oxps", xps_option);
xps_document.Save(dataDir + "oxps.pdf");