PDF to HTML conversion issue in .NET

Okay.thank you i will try and update you.

1 Like

Hi.I tried the way you suggested me. It works for Venkatesh.pdf(sample document already shared).

when i convert word document i faced same issue.i will share document and screenshot to you.kindly test that in your end.
dll version will be 20.1

Issue in word document.jpg (133.5 KB)
Document.zip (56.8 KB)

@bharathiGK

This issue is reproduced at our end. We’ve logged it for further investigation and resolution with ID VIEWERNET-2587.

@bharathiGK

CONVERSIONNET-3851 is now resolved in API version 20.8.

Hi.After updating conversion dll to latest. still some word breaking issue arising.

i have attached files for your reference.07Jan2021.zip (158.5 KB)

1 Like

@bharathiGK

We are investigating this issue with ID CONVERSIONNET-4377. You’ll be notified as there’s any update.

@bharathiGK

Please try the following code and let us know if it resolves the issue:

MarkupConvertOptions options = new MarkupConvertOptions();
options.FixedLayout = false;

Have a look at this screenshot.PNG (26.2 KB).

Okay.Thank youconversion without split.png (72.6 KB)

I used same coding.

@bharathiGK

You’re welcome.

The issues you have found earlier (filed as CONVERSIONNET-4377) have been fixed in this update. This message was posted using Bugs notification tool by yevgen-nykytenko