Aspose is distorting the output while converting rtfs to pdf. It is shifting the data to left hand side & out of page.
Attaching the screenshot of the pages & files for reference.
I wrote a simple code for conversion (I already have aspose-words for python license):
import aspose.words as aw
wordToHtml = aw.License()
wordToHtml.set_license(r"Aspose.Words.Python.NET.lic")
in_file = aw.Document(r"C:\Users\thuwalm\Downloads\rt-ds-eot.rtf")
in_file.save("rt-ds-eot.pdf")
@mukulthuwal Could you please attach your input and output documents here for testing? We will check the issue and provide you more information. Unfortunately, screenshots do not give enough information for analysis.
rt-ds-eot.zip (34.5 KB)
Sure @alexey.noskov . Attaching the input & ouput files.
@mukulthuwal
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): WORDSNET-27562
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@mukulthuwal No, the issues look different. In one case the table layout is broken just after loading the document (so the problem is in RTF reader module) and in other case the table layout is broken after rendering (so the problem is in document layout engine).