Convert right-to-left pdf file to ms word

Hi,

I have downloaded the latest Aspose.Pdf kit version 7.2.0

I have tried to convert a right to left PDF file into ms word

and i get all the hebrew in reverse.

My company needs a 100% hebrew supported product.

Which means we have to be able to :

1, Convert hebrew (can contain english as well) PDF to ms word.

2. Extract hebrew text.

3. Create or update hebrew enabled PDF files

4. Add hebrew bookmarks, anntations, form fields, watermarks

5. Search for hebrew words or phrases in a PDF file and get the exact locations.

I would like to know if all these issues are 100% hebrew enabled.

If so, how can i make the conversion correctly with right to left support ?

Thanks,

Tomer

1, Convert hebrew (can contain english as well) PDF to ms word.

Hi Tomer,

Thanks for your interest in our products.

Can you please share the source PDF document containing Hebrew text so that we can test the scenario at our end.

  1. Extract hebrew text.

Please follow the instructions specified over following link for information on Extract Text from all the Pages using Text Device

  1. Create or update hebrew enabled PDF files
    Please follow the instructions specified over following for details on how to Add Text in an Existing PDF File
  2. Add hebrew bookmarks, annotations, form fields, watermarks

For required information, please visit

  1. Search for hebrew words or phrases in a PDF file and get the exact locations.

Please take a look over following link for required information on Search and Get Text Segments from All Pages of PDF Document

I would like to know if all these issues are 100% hebrew enabled.
If so, how can i make the conversion correctly with right to left support ?

Please note that in recent release versions, we have provided the support for non-English languages including Hebrew. I would suggest you to try using the latest release version of Aspose.Pdf for .NET 7.2.0 and in case you encounter any issue or you have any further query, please feel free to contact.

Hi,

I have added a PDF file that i wanted to convert to ms word.

When i tried to convert it i got question marks (?) instead of hebrew.

Can i have the C# code that allows me to do that on a right to left PDF

Thanks,

Tomer

Hi Tomer,


Thanks for sharing the resource file.

I have tested the scenario where I have used the following code snippet with Aspose.Pdf for .NET 7.2.0 and I am unable to notice any issue. The resultant DOC file contains Hebrew text as shown in input PDF document. For your reference, I have also attached the resultant DOC file which I have generated.

[c#]

// load the
source PDF document<o:p></o:p>

Aspose.Pdf.Document doc = new Aspose.Pdf.Document("d:/pdftest/QueryResults.pdf");

// save the document in Doc format

doc.Save("d:/pdftest/QueryResults.doc", Aspose.Pdf.SaveFormat.Doc);

Hi,

I am sorry but it was my mistake to say that i got question marks.

I did get hebrew but all the words are reversed.

Instead of getting

טלפון i got got

ןופלט

Probably becuase you do not speak hebrew you did not see this.

Can you fix this issue ?

I really need this feature of conversio.

Thanks,

Tomer

Hi Tomer,


Thanks for sharing the details.

I have further analyzed this issue based on the description which you have shared in your previous post and I am able to notice the same problem. For
the sake of correction, I have logged it in our issue tracking system as
PDFNEWNET-34172. We
will investigate this issue in details and will keep you updated on the status
of a correction.

We
apologize for your inconvenience.

Hi,

Was this issue fixed ?

How can i see what is the status of an issue like PDFNEWNET-34172v ?

Hi Tomer,


I am pleased to share that the issue reported earlier has
been resolved and its Hotfix will be included in upcoming release version of
Aspose.Pdf for .NET 7.5.0 (which is planned to release in next week). Please be patient and wait for the new release
version and as soon as it becomes available, we would be more than happy to
update you with the status of availability.

Your patience and comprehension is greatly appreciated in
this regard.

<o:p></o:p>

The issues you have found earlier (filed as PDFNEWNET-34172) have been fixed in Aspose.Pdf for .NET 9.2.0.

The blog post for this release is created over this link


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.