Doc files to pdf conversion problem - character indentation

Hello

We have some problems converting doc files to pdf – Please see attached:
The line numbers on the attached doc file (“source.doc”) which appear on the RIGHT side, appears on the LEFT side on the converted pdf (see attached pdf file (“converted.pdf”)).

Here is the relevant conversion lines of code:

//
// Save as PDF
//
Aspose.Words.Saving.PdfSaveOptions pdfOptions =
New Aspose.Words.Saving.PdfSaveOptions();

pdfOptions.UseHighQualityRendering = true;
pdfOptions.EmbedFullFonts = false;
pdfOptions.EmbedStandardWindowsFonts = false;
pdfOptions.PreserveFormFields = false;
pdfOptions.PrettyFormat = true;
pdfOptions.UseCoreFonts = true;

doc.Save(OutputFileName, pdfOptions);

Your help is appreciated.
Thanks,
LeumiCard developers team

Hi Ofer,

Thanks for your inquiry.

I
have tested the scenario and have managed to reproduce the same issue
at my side. For the sake of correction, I have logged this problem in
our issue tracking system as WORDSNET-10314. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Tahir,

Is there any news ?

we are waiting for a solution to fix this issue.

Thanks,

Leumicard team

Hi there,

Thanks for your patience. I am afraid this issue WORDSNET-10314 has now been postponed till a later date due to some other important issues and new features. We will inform you as soon as there are any further developments. Most likely your issue is related to a new feature request which is RTL dependent.

We apologize for your inconvenience.

Hi Tahir,

we are still waiting for a solution, Is there any fix for this problem ?

please send me mail to : haim_ha@leumi-card.co.il

Thanks,

Leumicard Teams

Hi there,

Thanks for your inquiry. Our development team has completed the analysis of WORDSNET-10314 and the root cause has been identified. This is a missing feature in Aspose.Words. The line number should be rendered on the right side of page. The
implementation of the fix of this issue has been postponed till a later
date. We will inform you as soon as there are any further developments.

We
apologize for any inconvenience.

The issues you have found earlier (filed as WORDSNET-10314) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.