Sign In  Sign Up Live-Chat

PDF conversion into stream taking a very long time

Last post 07-01-2008, 6:47 AM by forever. 20 replies.
Page 1 of 2 (21 items)   1 2 Next >
Sort Posts: Previous Next
  •  02-29-2008, 8:54 AM 115568

    PDF conversion into stream taking a very long time

    Attachment: Present (inaccessible)

    Dear Aspose Team,

    I am sorry if i am bothering you a lot. I am using following code and its taking forever to execute this. Finally i had to kill the operation.

    Pdf pdf = new Pdf();

    pdf.BindFO(@"C:\AccountStatement_T2.xml", @"C:\bar_statement_pdf.xsl");

    byte[] myDataBuffer = pdf.GetBuffer();

    MemoryStream ms = new MemoryStream();

    pdf.Save(ms);

    Please let me know if you need any other information. I have also attached the files witht this post.

    THanks,

    Sankalp

     

     
  •  02-29-2008, 1:34 PM 115612 in reply to 115568

    Re: PDF conversion into stream taking a very long time

    Hi,

    I have tested your files and was able to reproduce the error. I have logged this as PDFNET-4516 in our issue tracking system. We will try our best to resolve this as soon as possible.

    Thanks.

     
  •  03-03-2008, 7:02 AM 115835 in reply to 115612

    Re: PDF conversion into stream taking a very long time

    Thanks for your reply.

    Please update me about the resolution of this issue asap.

    Regards,

    Sankalp Singhal

     
  •  03-03-2008, 11:51 AM 115902 in reply to 115835

    Re: PDF conversion into stream taking a very long time

    Hi,

    I will ask the developers working on this to give you an update.

    Thanks.

     
  •  03-04-2008, 7:52 AM 116053 in reply to 115902

    Re: PDF conversion into stream taking a very long time

    Hi,

    I my test, it takes about 30 seconds. There is some text overlapping in the first page. We are still working on this. Currently I still can't provide exact ETA for this issue. Sorry for the inconvenience.


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-04-2008, 9:00 AM 116070 in reply to 116053

    Re: PDF conversion into stream taking a very long time

    Hi,

    Can you please update me about the changes that you did to decrease the conversion time? In my case it doesnt respond once it encounters pdf.Save(ms) line. Even i tried to run it in debug mode, in that case as well it was taking forever. Finally i had to kill that process to release the processor and memory resources.

    Any quick update will be very helpful. This performance problem is on higher priority for our project than that overlap.

     

    Thanks for your help and support.

    Sankalp Singhal

     
  •  03-04-2008, 6:56 PM 116165 in reply to 116070

    Re: PDF conversion into stream taking a very long time

    Dear Sankalp,

    When I tested with your code with Aspose.Pdf 3.6.2, it taked about 40 seconds. When I added the following lines:

       asposePdf.IsTruetypeFontMapCached = true;
       asposePdf.TruetypeFontMapPath = @"d:\test";

    It takes about 30 seconds. We are still working to improve the performance but it should not hang without response. Can you please check it again?


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-11-2008, 5:29 AM 117144 in reply to 116165

    Re: PDF conversion into stream taking a very long time

    Thanks for your reply. I have checked it again and found the problem in debug mode only. When i execute the page using Ctrl-F5 then it takes around 30 seconds as suggested by you. Anyways that is no more a problem for me as long as it continues to work faster.

    Can you give me any update on the date overlapping issue that you mentioned earlier in this post? If this also resloves, it would be good for our project.

    Thanks for your time,

    Sankalp Singhal

     
  •  03-11-2008, 8:11 PM 117264 in reply to 117144

    Re: PDF conversion into stream taking a very long time

    Dear Sankalp,

    The text overlapping is caused by the end-indent in <fo:list-item-label end-indent="label-end()">. We are still working on it. We will notify you when we find a solution for it. Sorry for the inconvenience.

    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-13-2008, 12:47 AM 117480 in reply to 117264

    Re: PDF conversion into stream taking a very long time

    Thanks a lot,

    we are waiting for your response.

    Regards,

    Sankalp Singhal

     
  •  03-18-2008, 7:05 AM 118147 in reply to 117480

    Re: PDF conversion into stream taking a very long time

    Hi,

    Is there any update on the overlapping issue? Please let us know if you have any ETA for this.

    Thanks for your help and support,

    Sankalp Singhal

     
  •  03-18-2008, 8:37 AM 118167 in reply to 118147

    Re: PDF conversion into stream taking a very long time

    Hi,

    Sorry to tell you this issue has not been resolved because of technical problem. We will discuss it and provide the ETA ASAP.


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-18-2008, 6:30 PM 118278 in reply to 118167

    Re: PDF conversion into stream taking a very long time

    I hope we can resolve this issue at the end of this week or early next week.
    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  03-25-2008, 1:27 AM 118990 in reply to 118278

    Re: PDF conversion into stream taking a very long time

    Hi,

    Do you have any update on the overlapping issue? Please let us know if you need any other information.

    Thanks,

    Sankalp Singhal

     
  •  03-25-2008, 8:15 AM 119059 in reply to 118990

    Re: PDF conversion into stream taking a very long time

    Attachment: Present (inaccessible)

    Hi,

    The bug has been fixed. Please try the attachement before we publish new hotfix. Thanks.

    Best regards.


    Hans Zhang
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
Page 1 of 2 (21 items)   1 2 Next >
View as RSS news feed in XML