Hi,
I'm currently evaluating Spire.PDF for converting to XPS. I am using the following code:
PdfDocument doc = new PdfDocument();
doc.LoadFromFile(inputFilePath);
doc.SaveToFile(outputFilePath, FileFormat.XPS);
I have some PDF documents where the conversion results in empty XPS documents (white pages).
One of the documents couldn't be saved at all (0 KB file produced, process seems to hang).
I would like to provide you the documents, but don't want to upload it public.
Because of these test results, the component doesn't suit my needs actually.
Can you please check the issues (please tell me how I can provide you the sample documents privately) and give me some information about if and in what time frame you could solve these?
Best Regards
Andreas P.