Hello Support,
When converting a DOCX file to PDF using Aspose.Words, an empty self-closing <w:hyperlink> element is incorrectly rendered as visible text in the PDF output.
The element <w:hyperlink w:anchor="_bookmark0…...pathlib import Path file = r'test.docx' doc = Document(file) doc...save(pdf_filename, save_options) test.docx (17.6 KB) test.pdf (75.1 KB) alexey...