Hello,
I am trying to convert a translated RTF document into a PDF document, and for some reason the special characters are not converting.
Here is the general code:
doc = aw.Document('my_file.rtf')
saveOptions = aw.s…...Aspose-words (python) to convert RTF to PDF Aspose.Words Product...PdfSaveOptions() saveOptions.embed_full_fonts = True doc.save('my_file.pdf'...