Ordered Bullets and Sub Bullets

We are using Aspose PDF 8.3.1 and are seeing issues related to sub Bullets when converting from HTML to PDF

HTML Input:

Information Technology Department - It’s important to note a key property about session in ASP .NET web applications and IIS, regarding sliding expiration. If sliding expiration is enabled (which it is by default in Visual Studio), the moment a postback occurs within your C# ASP .NET web application, the session timeout counter is refreshed. This means that as long as the user is navigating pages or utilizing controls which issue a postback, the session will remain active. The session timeout problem occurs, such as in the example above, when a user remains on a single page for too long, such as a data-entry page, before clicking the save button.



Thursday August 22, 2013



CCOLL Central Collections Conversion Task Sequence:


  1. SQL Server 2005 unavailable to web sites.

  2. Copy SQL 2005 production to SQL 2012 production.

  3. Spot check of database.

  4. Move 3 web.config files from TEST to PROD (web pay, intranet and IVR)

  5. Test web site connectivity and wait for first successful payment.

  6. Move 3 dSeries app.config files from SYT to PROD

    1. CCWEBPAY_INTRANET_LOAD_FROM_CUBS (M-F at 4:30am)

    2. CCWEBPAY_INTRANET_LOAD_TO_CUBS (M-F at 5am)

    3. CCWEBPAY_INTERNET (Fri - 5pm)



  7. Next day watch for any Intranet site/IVR errors (business hours Friday)

Aspose PDF Output: v 8.3.1 is in attachment. It misses to add the last bullet in case there are sub Bullets “F"Move 3 dSeries app.config files from SYT to PROD

Please let us know if the HTML is formed incorrectly or what else is wrong.

Thanks

Menaka

<?xml:namespace prefix = “v” ns = “urn:schemas-microsoft-com:vml” /><v:shapetype id=”_x0000_t75" stroked=“f” filled=“f” path=“m@4@5l@4@11@9@11@9@5xe” o:preferrelative=“t” o:spt=“75” coordsize=“21600,21600”>
<v:stroke joinstyle=“miter”>
<v:formulas>
<v:f eqn=“if lineDrawn pixelLineWidth 0”>
<v:f eqn=“sum @0 1 0”>
<v:f eqn=“sum 0 0 @1”>
<v:f eqn=“prod @2 1 2”>
<v:f eqn=“prod @3 21600 pixelWidth”>
<v:f eqn=“prod @3 21600 pixelHeight”>
<v:f eqn=“sum @0 0 1”>
<v:f eqn=“prod @6 1 2”>
<v:f eqn=“prod @7 21600 pixelWidth”>
<v:f eqn=“sum @8 21600 0”>
<v:f eqn=“prod @7 21600 pixelHeight”>
<v:f eqn=“sum @10 21600 0”>
</v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
<v:path o:connecttype=“rect” gradientshapeok=“t” o:extrusionok=“f”>

<?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" />

Hi Menaka,


Thanks for your inquiry. While testing the scenario with latest version of Aspose.Pdf for .NET, I’ve found “F” list item is reflecting fine but list style for sub bullets is not being honored. So logged the issue as PDFNEWNET-35731 in our issue tracking system for further investigation and resolution.

Moreover, I will appreciate if you please share your sample cod snippet and output document here. It would help us in investigating the issue.

We are sorry for the inconvenience caused.

Best Regards,

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

For further details, you may check this blog post.


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

HI Menaka,

Thanks for your patience. We are pleased to inform you that your reported issue has been fixed. You may use new DOM approach for HTML to PDF conversion. Please try following code snippet, it will fix the issue.

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(“Input.html”, options);

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

pdfDocument.Save(myDir + “Output.pdf”);

<o:p>
</o:p>

<o:p>Please feel free to contact us for any further assistance.</o:p>


Best Regards,<span style=“font-size:12.0pt;font-family:“Times New Roman”,“serif”;
mso-fareast-font-family:Calibri;mso-fareast-theme-font:minor-latin;mso-font-kerning:
0pt;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA”>