Using the aspose-cells and aspose version 22.12, and aspose-pdf 22.9, there seems to be bold issue for some text. bold.pdf (171.8 KB)
I am using the below code.
Can you please tell me exactly what text seems to have an issue with bold style?
I just ran your code in the Aspose pdf and got the right text conversion. Then I run it without the font exchange and it also seemed okay. I am attaching the output files I got.
Your Pdf document has embedded fonts. You need those fonts installed in the processing machine that is rendering the document. That is very important. When saving as a DOCX does not do font substitution.
I tried your PDF document in .NET 23.1 and java 22.12. I have the Font installed on my machine.
We were able to get correct rendering in DOCX file by running the above code. However, it’s causing some performance issues when handling large PDF files. We’re getting time to replace fonts up to 1 min for some PDF files. Could you please check if this is an existing issue.
@anilmhjn
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-53636
You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.
@srijal
In ticket I write
“When checking on my system (Windows 10) 32GB. the time turned out to be 3.5 seconds in total, of which 2.5 for converting pdf to docx.
Please check the performance and the possibility of its improvement.”