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");

Hi,
is this issue fixed?

@softboy Unfortunately, this feature is not implemented yet. It’s implementation has been postponed and currently is not scheduled for development. Please accept our apologies for your inconvenience.

ok, thanks, is this the same as WORDSNET-10709?( Chinese wraps to the next line when English and Chinese characters combined in one paragraph.) I saw it in another ticket

@softboy Yes, the issues are related.

So, is WORDSNET-10709 fixed?

@softboy Yes, WORDSNET-10709 is fixed. But both issues are related to character spacing control and Asian typography detection. These features are not fully implemented, but separate issues related to them has been already fixed.