Hi,
When rendering a document with customized footnote separator (red underlined line) to pdf using Aspose.Words, I noticed the separator formatting was ignored, and ended up a black thick line.
Code:
Document doc = new Document(@“test.docx”);
doc.Save(@“AsposeOutput.pdf”);
I’ve attached the test documents and screenshot for your reference, could you please take a look into this?
test.zip (23.3 KB)
image.png (5.4 KB)
Thanks