Pdf Converting Shifting Error

Hi,

While converting pdf our word doc , shift occurs in the pdf document.
We use Aspose.Word 14.5.0 and Aspose.PDF 9.3.0.0 in our project.

I attached word doc, Incorrect pdf document and error images.

Thanks

Hi Ahmet,

Thanks for your inquiry.

I have converted the shared Doc file to Pdf using Aspose.Words 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-10449. 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,

Does this problem solved?

Thanks.

Hi Ahmet,

Thanks for your inquiry. I regret to share with you that your issue (WORDSNET-10449) has been postponed due to missing feature WORDSNET-832 (Make table layout as close to Word as possible) which is related to your issue.

After
the fix of WORDSNET-832, our development team will look into your
issue. I will be sure to inform you via this forum thread as soon as
this feature is available.

We apologize for your inconvenience.

Hi Tahir,

What about this error? Our customers are waiting our solving and we wait you.

We expect an immediate solution.

Thanks

Hi Ahmet,

Thanks for your inquiry. I have verified the status of your issue from our issue tracking system and regret to share with you that your issue is still postponed due to missing feature WORDSNET-832. Keeping in view the complexity and the amount of work involved in implementing this feature, I am afraid, we can not share the ETA of this feature at the moment. We will inform you via this forum thread as soon as there is any update available on your issue and the missing feature (WORDSNET-832).

We apologize for your inconvenience.

Hi Tahir,

Is there any change in this situation?

Thanks

Hi Ahmet,

Thanks for your patience. We do understand your situation, however I am afraid, at the moment we can’t provide you the ETA for this issue. We will inform you via this thread as soon as this issue is resolved.

We apologize for your inconvenience.

Hi,

What about this error? Any change?

Our customers not patience in this situation.

Thanks.

Hi Ahmet,

Thanks for your patience. I regret to share with you that there is no ETA available for your issue at the moment. As you know your issue is related to missing feature WORDSNET-832. This missing feature has already highest priority in our issue tracking
system and our development team is actively working on it. We will inform you as soon as there are any further developments.

As a workaround of this issue, please insert page break below the TOC. Hope this helps you.

Document doc = new Document(MyDir + "LEK_8.doc");
DocumentBuilder builder = new DocumentBuilder(doc);
foreach (Field field in doc.Range.Fields)
{
    if (field.Type == FieldType.FieldTOC)
    {
        builder.MoveTo(field.End);
        builder.InsertBreak(BreakType.PageBreak);
        break;
    }
}
doc.Save(MyDir + "Out.pdf");

We apologize for your inconvenience.

Hi Tahir,

Unfortunately i can not use this method, because my program is not specified for one document or system.

Could you please share me an ETA for this issue?

Hi Ahmet,

Thanks
for your patience.

Unfortunately, there is no ETA
available for your issue at the moment. We are really very sorry for your inconvenience.

Hi,

I wonder if there is a chagement about this situation ETA.
Could you please share me information?

Thanks.

Hi Ahmet,

Thanks for your inquiry. Unfortunately, at the moment we cannot provide
you any reliable estimate and this issue is not likely to be fixed in
the near future because the parent issue is WORDSNET-832 which is not resolved
yet. We will inform you via this thread as soon as this issue is
resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-10449) have been fixed in this Aspose.Words for .NET 22.12 update also available on NuGet.