Problem on converting from PDF to PowerPoint Arabic Data

I have a problem when try to export data from PDF to PowerPoint the Arabic Data.

but i have some problem on exporting arabic html to (RTL) and arabic letters HTML sayntics to powerpoint
it’s transferred reverse characters
although it is so good on word and PDF
i export it from PDF to PowerPoint


Attached sample from html file and generated power point from PDF
and PDF file

Hi Mohamed,


Thank you for posting.

I have observed your comments and like to share with you that I have moved this thread to Aspose.PDF forum because it is related to Aspose.PDF and my colleague from Aspose.PDF team will investigate it further to help you out.

Best Regards,
Hi Mohamed,

Thanks for your inquiry. I am afraid I am unable to check your shared PPTX due to 0 KB size. However, I have converted your shared PDF to PPTX using Aspose.Pdf for .NET 10.9.0 and noticed that first text line is left aligned however not in reverse order and last page is not rendering. Please check attached PPTX and confirm whether you are facing same issue or some other, so we will log the issue accordingly for further investigation and rectification.

We are sorry for the inconvenience caused.

Best Regards,
Hi Mohammed,

moh_farag_2006:
but i have some problem on exporting arabic html to (RTL) and arabic letters HTML sayntics to powerpoint
it's transferred reverse characters

In addition to above reply, we will appreciate it if you please share you sample code and input/output code regarding other reported issues i.e Arabic HTML to RTL and Arabic HTML to PowerPoint, so we will look into it and guide you accordingly.

Best Regards,

Hi Ahmed,

many thanks for your replay i have checked your attached pptx file and i have found that all the text on the powerpoint
it is still revered for example word “المهمة” reversed as per attached picture.
i will attached for you source code &Input output PDF/PPTX.

Hi Mohammed,


Thanks for sharing the resource files.

I have tested the conversion of PDF to PPTX using Aspose.Pdf for .NET 10.9.0 in VisualStudio 2010 project running over Windows 7 (x64), where I have used a valid Aspose.Pdf for .NET license and as per my observations, the Arabic text is properly rendering inside PPTX. for your reference, I have also attached the output generated over my end.

Hi Nayyer,

many thanks for your replay i have checked your attached pptx file and i have found that the text is not rendered probably.you can make a comparsion between arabic in PDF and PPTX file.it is still revered for example word “المهمة” reversed as per attached picture.
i will attached for you source code &Input output PDF/PPTX.


please i urgently need your feedback in this case as i have a very urgent task on this.

Hi Nayyer,

you can discuss this matter with Arabian team member if you like that in order to check Arabic characters.

Hi Mohammed,


I have again tried viewing the document in PowerPoint 2010 and I am unable to notice any issue. Please note that I am using Windows 7 (x64) where I have Regional and Language settings as English (United States). For your reference, I have attached the image showing characters display in my environment.

Can you please share some details regarding your working environment.

Hi Nayyer,

many thanks for your replay and kindly be informed i have check to open your generated file on both Power Point 2007 and 2010 and it is opened perfect.
but when i open it on PowerPoint 2013 it is opened reversed like the screen shoot attached.So could you please advise me about why power point on Arabic language not opened correctly on PowerPoint 2013.(Try to open this file on PowerPoint 2013).

Hi Mohammed,


Thanks for sharing the details. We are working on testing the scenario while viewing the PPTX file with PowerPoint 2013 and will get back to you soon.

Dear Nayyer,

Many thanks for your replay,i will wait your response and appreciate your fast feedback as we need to proceed on purchasing this tool and wait to check this point.

Hi Mohammed,


We have tested the scenario of viewing resultant PPTX file using PowerPoint 2013 and I am able to reproduce the same issue. For the sake of correction, I have logged this problem
as PDFNEWNET-39688 in our issue tracking system. We will
further look into the details of this problem and will keep you updated on the
status of correction. Please be patient and spare us little time. We are sorry
for this inconvenience.

Hi Nayyer,
I hope that your are well now. Could you please update me about the status of this issue as we want to proceed on buying a license for aspose to our company but we are still waiting your team feedback regarding this issue.
Appreciate your fast feedback,

Hi Mohammed,


Thanks for your inquiry. I am afraid your above reported issue is still not resolved as product team is busy in resolving other issues in the queue, reported earlier. However I have raised the priority of your issue and requested our team to share an ETA at their earliest. We will notify you as soon as we made some significant progress towards issue resolution.

We are sorry for the inconvenience caused.

Best Regards,

Hi Tilal,

Any news regarding the Arabic letters appearance on PowerPoint 2013.
Apperciate your fast feedback in order to proceed on purchasing this product.

Hi Mohamed,


The team is still investigating the issue but I am afraid its not yet resolved. However I have intimated the product team to share the possible ETA and as soon as we have some definite updates, we will let you know.

We are sorry for this inconvenience.

Hi Mohamed,


Thanks for your patience.

We have further investigated earlier reported issue and it appears to be a known issue.

The first point is to identify what direction for Arabic text is right.


We have situation that PowerPoint-2010
and PDF viewers like Adobe Acrobat, Foxit Reader etc. display text in left-to right direction but PowerPoint-2013 displays text in opposite direction. The main problem here is that text rendering libraries like Pango library show this text in right-to-left direction,
like Power-Point-2013 does.

It occurs because all this soft use font with special feature - “OpenType Layout”. This feature causes an arabic text to be rendered in backward direction.
Why PowerPoint-2010, Adobe Acrobat and other PDF viewers doesn’t apply this feature to text? They all can do it but problem text from input document “Farag.pdf” is attached to special embedded font “Times New Roman”. This embedded font is not the usual “Times New Roman” font, it’s only a limited version of it.

This limited font has no OpenType Layout feature in it’s binary data and due to it Acrobat and other soft can’t apply this feature to text and get backward direction.
Why PowerPoint-2013 can apply this feature? My be it use font substitution and gets usual
Times New Roman font for text rendering (Pango library used usual, not-limited “Times New Roman” font in tests).

So at this step we have situation that we can’t “force” PowerPoint-2013 to draw text in usual direction. It will use OpenType Layout feature which orders text to be rendered in backward direction and we can’t “turn off” this feature on PowerPoint-2013 side.
Only one thing that we can do here - it’s an implementation of OpenType Layout support and special font substitution to get font which has OpenType Layout feature. After this implementation text will be rendered in backward direction in both PowerPoint-2010 and PowerPoint-2013, what is wrong by customer’s requirement.

Also implementation of OpenType Layout for Arabic text is a difficult task which requires much time. We haven’t time resources enough for only one task and it was decided to implement this feature only when it would be required by several priority tasks.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan