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?...by modifying the PageSetup properties in your Aspose.Words document...to set the EmbedFullFonts property to true. Here’s a minimal...