Docx to PDF conversion Arabic font issue in Java

Dear Team,

   Requesting you to help on the below scenario, We are using groupdocs pdf converter java library for pdf conversion, where some of the Arabic fonts are changed after PDF conversion.  Is there any support available from GroupDocs where we can get help on this. 

Please find the attached docx template and its respective converted pdf document for your reference.

ConversionIssue.png (4.8 KB)
SARWA_SCHEDULE_ARABICData.pdf (75.6 KB)

1 Like

@Manikandarajan_S,

Can you please upload/attach DOCX file again? You just attached an image and PDF file.
Secondly, please share API version that you integrated in the project and the sample code.

Hi Team, please find the below requested details, unable to upload the .docx file so please find the shared link.

https://drive.google.com/file/d/1HLKUK8n9GLXR67cIOq_Nr-qjNw4_Rf1f/view?usp=drivesdk //Conversion code
/Setup Conversion configuration/
ConversionConfig conversionConfig = new ConversionConfig();
conversionConfig.setStoragePath(tempLocation);
SaveOptions saveOptions = new ImageSaveOptions();
saveOptions = new PdfSaveOptions();

		/*Initializing the Conversion Handler*/
		ConversionHandler conversionHandler = new ConversionHandler(conversionConfig);
		
		/*Converting Document*/
		GroupDocsInputStream converted = conversionHandler.convert(templatename + "Datatemp" + ".docx",saveOptions);
		
		/*Creating temporary file to save Converted File data*/
		Path result = Paths.get(tempoutFileName);

//Groupdoc version

com.groupdocs
groupdocs-conversion
17.3.0

1 Like

@Manikandarajan_S,

We cannot reproduce this issue using version 19.10. This is the output.pdf (78.5 KB) we got. Please integrate v19.10 in your project and let us know if issue persists.

@atirtahir3 Thanks for the findings. As you said i tried integrating V19.10 in my project but still we are facing the same issue. I forget to mention the Font we used for designing the template.

It works fine with most of the Arabic Fonts but our client requested for this specific one
Font Used for Template design : HelveticaNeueLT Arabic 55 Roman
While using this particular font we are facing that issue i mentioned in the above. fonts.zip (318.7 KB)out.pdf (130.3 KB)
Please find the attached out.pdf file generated using V19.10 for your reference.

1 Like

@Manikandarajan_S,

Thanks for sharing the font details. This scenario has been logged in our internal issue tracking system with ID : CONVERSIONJAVA-818. We are now further investigating it. As there is any update, we’ll notify you.

Hi @atirtahir3,

GoodMorning, Is there any progress on my Issue tracking ID CONVERSIONJAVA-818?
When can we expect the resolution on this? Thanks in Advance.

1 Like

@Manikandarajan_S,

Good Afternoon. This issue is still under investigation. As we have any update or ETA of fix, we’ll notify you.

The issues you have found earlier (filed as CONVERSIONJAVA-818) have been fixed in this update. This message was posted using Bugs notification tool by atirtahir3