Hi,
I am generating PDF from DOCX value is displaying correct in doc file , but it is overlapping in PDF
How to reslove this ?
DOC FILE:
PDF :
Discussion posts and replies are publicly visible
Hi Sudhir,
This usually happens due to font or layout incompatibility between DOCX and PDF conversion. Try these fixes:
Use standard fonts like Arial or Times New Roman.
Avoid text boxes or floating elements.
Check line spacing and table widths in the DOCX.
If using Appian, regenerate the DOCX from a clean template or convert via an external PDF library (like Aspose or iText) for better layout consistency.