Improve Chinese Character Spacing & Line Wrapping during Word DOC to Html Fixed or PDF Conversion using Java | RDM 113075

words source code:
src.zip (4.8 KB)

origin doc:
关于101台比亚迪K9车辆延期使用电池租赁及充电费用结算问题讨论会议纪要.doc.zip (14.5 KB)

font:
FZXBSJW.zip (1.8 MB)
fsong_GB2312.zip (2.4 MB)

converted problem:
different.png (283.6 KB)

Please have a check.

@hucq_landray_com_cn,

We have logged this issue in our bug tracking system with ID WORDSNET-20899. Your thread has been linked to this issue and you will be notified here as soon as it will get resolved in future. Sorry for the inconvenience.

@hucq_landray_com_cn,

Please also ZIP and attach the following two PDF files here for further testing.

  1. MS Word generated PDF file: Convert your input DOC Word document to PDF format by using ‘Save As’ command of MS Word
  2. Aspose.Words generated PDF file: Use latest version of Aspose.Words on your end and convert input DOC Word document to PDF format and share this file as well.

Use following simple Java code:

Document doc = new Document("C:\\216765\\in.doc");
doc.Save("C:\\216765\\output.pdf");