I’m converting a RTF that displays a full image properly when shown in MS Word, but when it’s converted using aspose (python version), the image is cut off:
Before in Word:
After in PDF:
Any ideas how to fix?...SaveFormat, PdfSaveOptions # Load the RTF document doc = Document("input...PdfSaveOptions() pdf_options.embed_full_fonts = True # Adjust as needed #...