Dotted Underline in HTML not visible in PDF output generated through Aspose PDF

Hi Aspose Team,

When I convert a HTML having dotted underline in it using Aspose PDF,the dotted line is not visible in the converted PDF output file.

Kindly look into the issue.

Thanks,
VED.

Hi,


<span style=“font-size:10.0pt;font-family:“Arial”,“sans-serif””>Thanks
for using our products.<o:p></o:p>

I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-35430. We will investigate this issue in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.

Hi Aspose Team,

Please provide the fix bit faster.Its an urgent requirement.

Thanks,
VED

Hi there,


Thanks for your inquiry. I’m afraid your reported issue is still not resolved and pending for analysis in queue. However, we’ve recorded urgency of the issue and requested development team to share an ETA at their earliest. We will update you via this forum thread as soon as it is resolved.

Sorry for the inconvenience faced.

Best Regards,

dear team,


Any update on this ?

Hi there,


Thanks for your inquiry. After initial investigation, we have found that your issue’s fix requires of serious changes in legacy code. So due to other priority tasks and complexity of the issue, we’ve planned it’s resolution in Q4,2013. However we will notify you via this forum thread as soon as it is resolved.

Thanks for your patience and cooperation.

Best Regards,

Hi Tilal,

Is there any update on the solution for this particular issue ?

Thanks,
VED.

HI Ved,

Thanks for your patience. We’ve introduced HTML to PDF DOM approach in Aspose.Pdf for .NET 8.5.0. Please download and try latest API with following sample code snippet. Hopefully your issue will be resolved.

HtmlLoadOptions options = new HtmlLoadOptions();<o:p></o:p>

// use the new
conversion engine
<o:p></o:p>

options.UseNewConversionEngine
= true;<o:p></o:p>

// load HTML file<o:p></o:p>

Document pdfDocument
= new Document(myDir

  • “Sample.html”, options);<o:p></o:p>

    // save output as
    PDF format
    <o:p></o:p>

    pdfDocument.Save(myDir + “HTMLtoPDF_DOM.pdf”);<o:p></o:p>


Please feel free to contact us for any further assistance.


Best Regards,

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


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