Sign In  Sign Up Live-Chat

Problem Redering UnorderedList

Last post 10-23-2007, 12:52 AM by kappi. 14 replies.
Sort Posts: Previous Next
  •  08-20-2007, 5:17 AM 91445

    Problem Redering UnorderedList

    Hi,

    We are using evaluation version of Aspose.pdf 3.5.3.0. We are planning to buy Aspose.pdf.

    but we are facing the problem in Aspose.pdf when assign a html string to a paragraph which is supporting HTML tags(IsHtmlTagSupported=true). but it is not rendering as it is.

    Our input string is as follows

    TestMessage

    • One
    • Two
    • Three

    But its rendering like as follows

    • One
    • Two
    • Three

    TestMessage

    Kindly advice what to do.

    Thanks

    Karthik Kumar

    Verizon Data Services India.

     

     

     
  •  08-20-2007, 6:45 AM 91463 in reply to 91445

    Re: Problem Redering UnorderedList

    Hi,

    Thank you for considering Aspose.

    I think this bug has already been fixed. Please check with latest version of Aspose.Pdf.

    Thanks.

     
  •  09-03-2007, 4:08 AM 93221 in reply to 91463

    Re: Problem Redering UnorderedList

    Thanks for you favorable reply.I'll check it.

    Karthik Kumar

    Verizon Data Services India

     
  •  09-13-2007, 9:06 AM 94811 in reply to 93221

    Re: Problem Redering UnorderedList

    Now the problem is diffrent.

    We have purchased Aspose.pdf (3.5.8.0) version and we are using the same.

    When we put the HTML string in Cell , the HTML part is not rendered as it is.

    Following is the html we give as input

    This is test message

    • One
    • Two
    • Three

    This is another test message

    but the output is

    This is test message

    This is another test message

    • One
    • Two
    • Three

    If HTML is having unordered list then the output will have the unordered list at the end even if we have the text below the unordered list. so we are not able to put our Aspose.pdf dll in production.

    Please advise me what to do.

    Thanks

    Karthik Kumar D

    Analyst

    Verizon Data Services India

     
  •  09-13-2007, 11:16 AM 94842 in reply to 94811

    Re: Problem Redering UnorderedList

    Hi,

    Can you please post your complete code and any input files that you might be using so that we can more accurately determine the cause of the problem.

    Thanks.

     
  •  09-14-2007, 1:11 AM 94914 in reply to 94842

    Re: Problem Redering UnorderedList

    Hi,

    I am able to reproduce this bug and logged as PDFNET-3605. We will try to fix it as soon as possible.

    Thanks.
     
  •  09-14-2007, 2:50 AM 94924 in reply to 94842

    Re: Problem Redering UnorderedList

    Hi,

    As our company security policy does not allow us to upload any code and files i just give the sample piece of code to render the pdf.

    Using Aspose.pdf

    Pdf pdf = new Pdf();

    Section section  = pdf.Sections.Add();

    Aspose.Pdf.Table table = new Aspose.Pdf.Table();

    Row row  = table.Rows.Add();

    row.Border = new BorderInfo((int)BorderSide.All,0.5.F, new Color(232,232,160));

    Cell cell = row.Cells.Add("<UL><LI>One</LI><LI>Two</LI><LI>Three</LI></UL>This is test message");

    ((Text).cell.Paragraphs[0]).IsHtmlTagSupported = true;

    pdf.Save("Test.pdf",SaveType.OpenInAcrobat,Response);

    Response.End();

    The above code should render the UnOrderedList first then the test message but its not.

    Its rendering the UnOrderedList at the End.

    Hope this code help you to find our problem.

    Thanks

    Karthik Kumar

    Verizon Data Services India

     

     

     
  •  09-25-2007, 12:35 AM 95991 in reply to 94924

    Re: Problem Redering UnorderedList

    Do you have any update on this?

    Thanks

    Karthik

     
  •  09-25-2007, 4:07 AM 96018 in reply to 95991

    Re: Problem Redering UnorderedList

    Adeel,

    As we have to go to production tomorrow and our senior management people like  SVP and EDVP of Verizon IT are going to see the appliction what we developed, i need that bug has to be fixed. Even we have purchaged Aspose.pdf 3.5.8.0 version still we are facing that problem. Can you please let me know when it will be fixed so that we can plan accordingly.

    Thanks

    Karthik Kumar

    VDSI

     

     
  •  09-25-2007, 5:41 AM 96036 in reply to 96018

    Re: Problem Redering UnorderedList

    Hi,

    I will ask the developer to give you an ETA on this. We are trying to fix this as soon as possible.

    Sorry for the inconvenience.

    Thanks.

     
  •  09-26-2007, 1:42 AM 96199 in reply to 96018

    Re: Problem Redering UnorderedList

    Hi,

    Thank you very much for considering Aspose.Pdf. We will fix it by Sept.28th. Thanks again for your patience.


    Cynthia Hu
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  09-26-2007, 9:30 AM 96261 in reply to 95991

    Re: Problem Redering UnorderedList

    Attachment: Present (inaccessible)
    Hi,

    The bug has been fixed. Please try the attached dll.

    Best regards.

    Hans Zhang
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  10-02-2007, 11:52 PM 97110 in reply to 96261

    Re: Problem Redering UnorderedList

    Hi

    Thanks. Its working fine.

    but i have doubt to use it. since we have alreay (1 month back) puchased Aspose.pdf ( 3.5.8.0), can we use this dll with license file in production or we need to contact Aspose to get the original version of latest dll, because Aspose has to support next one year from date of purchasing.

    Kindly Clarify.

    Karthik Kumar

    VDSI

     

     
  •  10-03-2007, 1:28 AM 97115 in reply to 97110

    Re: Problem Redering UnorderedList

    Dear Karthik,

    You can use this version before we publishing official hotfix. Since you purchased our support for one year, you can upgrade to the latest version freely during the year.

    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  10-23-2007, 12:52 AM 99642 in reply to 97115

    Re: Problem Redering UnorderedList

    Hi,

    Thanks. we got the latest hotfix of Aspose.pdf . Its working fine.

    Thanks

    Karthik

    Verizon Data Services India

     
View as RSS news feed in XML