Hello
We discovered that html export for rtf documents containing textboxes is not correct in terms of positionning (screenshot bad.png)
The same textboxes saved as std .doc are correctly rendered (screenshot good.png)
Is this a known issue ?
Sebastien
with attachments
Hi Sebastien,
doc.Save(MyDir + @"16.7.0.html", SaveFormat.HtmlFixed);
I confirm that with HtmlFixed mode I get a much better display
However I have two issues with that:
_ The output is very big because each word is surrounded by a span with exact positionning
_ I do not manage anymore to do highlight of phrases because words are split by these spans
Is there a mode where aspose produces a per line rather than per word ?
It would diminish the total size while conserving the formatting and would help to do phrases matching
Hi Sebastien,
Even with doc.JoinRunsWithSameFormatting(), we still have one span per word and per space
I didnt see any options in HtmlFixedSaveOptions class which reduces this number of spans
We would be very happy with a feature that can gather more words in a single span (per line for ex)
The issues you have found earlier (filed as WORDSNET-14160) have been fixed in this Aspose.Words for .NET 16.10.0 update and this Aspose.Words for Java 16.10.0 update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.
Thanks for the improvement
However, it seems that you are still generating one span per word when the text is justified rather than one span per line
It could also be handled with one span per line + some css trick like text-justify, no ?
exalead_rd:
Thanks for the improvement
However, it seems that you are still generating one span per word when the text is justified rather than one span per line
It could also be handled with one span per line + some css trick like text-justify, no ?
Do you know if there is already a target date for the fix on the justified text ?
We have a customer who is waiting for it
Thanks
Hi Sebastien,