Hi Alex,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for using our product.
Are you using a PDF file with image or Text elements? If PDF has text elements then PDF to XPS conversion will have text elements in it. Please check it and in case you face any issue, please share your template file with us to show us the issue. We will check it and get back to you soon.
Sorry for the inconvenience caused,
Hello.
Hi Alex,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for sharing the files.
I have tested your issue with the latest version Aspose.Pdf for .NET v7.3 and I am unable to reproduce the issue. I have attached my resultant XPS file for reference. Please download and try the latest version and if you still face the issue, please share your sample code with us to help us reproduce the issue.
Sorry for the inconvenience,
Hello.
Hi Alex,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Please accept my apologies as I am able to see the mentioned issue with the latest version of Aspose.Pdf for .NET. I have registered the issue in our issue tracking system with issue id: PDFNEWNET-34226. We will notify you via this forum thread regarding any updates against the issue.
Also, Aspose.Pdf provides a feature to print a PDF file to XPS and as per my testing using that feature the output is fine. If feasible, you may try this feature for now as a work around.
Regarding issue related to other products, I am moving this thread to Aspose.Total forum so other product representatives can reply you accordingly.
Sorry for the inconvenience,
AlexPod:
I have the same RTL issue when I try to convert Excel........... to XPS.For Excel:Aspose.Cells.Workbook book = new Aspose.Cells.Workbook(@"D:\Projects\ConvertToXPS\Files\Input\Example.xlsx",(new Aspose.Cells.LoadOptions() { Region = Aspose.Cells.CountryCode.Israel, LanguageCode = Aspose.Cells.CountryCode.Israel }));using (FileStream fs = new FileStream(@"D:\Projects\ConvertToXPS\Files\Output\XPSfromExcel.xps", FileMode.Create)){book.Save(fs, Aspose.Cells.SaveFormat.XPS);}
Hello.
Hello.
Hi Alex,
I even tried to add a line (in bold) but in vain).
string filePath = “e:\test2\ExampleNew.xlsx”;
Workbook workbook = new Workbook(filePath);
workbook.Worksheets[0].DisplayRightToLeft = true;
workbook.Save(filePath + “.out.xps”);
Hello.
CELLSNET-41042 issue is solved.
The issues you have found earlier (filed as PDFNEWNET-34226) have been fixed in Aspose.Pdf for .NET 9.8.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.