Document cannot be rendered properly from Word to PDF conversion

Last post 09-06-2011, 12:59 AM by alexey.noskov. 13 replies.
Sort Posts: Previous Next
  •  06-24-2011, 2:30 AM 312377

    Document cannot be rendered properly from Word to PDF conversion


    I tried to convert from word to pdf.There are total 4 pages in Word file however in the pdf result file include only 3 pages and the last page is blank.Cut out the last page and second page is not rendenered properly.Below is the code i use for conversion.

        Aspose.Words.Document doc = new Aspose.Words.Document(filename);
       doc.Save("D:\\result.pdf", Aspose.Words.SaveFormat.Pdf);

    I cannot attach the files.
    Please find my original files here.
    http://www.mediafire.com/?4chkl74x7ggh4ov

     
  •  06-24-2011, 3:19 AM 312407 in reply to 312377

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hello

     

    Thanks for your request. The problem occurs because you are using floating tables in your document. Unfortunately, Aspose.Words does not fully support positioning of floating tables upon rendering. Your request has been linked to the appropriate issue. You will be notified as soon as this feature is available. Hopefully it will be supported at the end of this month.

     

     Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  06-24-2011, 3:24 AM 312410 in reply to 312407

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi Andrey,

    Thanks for your prompt reply.

    Regards
    Su
     
  •  07-01-2011, 2:47 AM 313949 in reply to 312410

    Re: Document cannot be rendered properly from Word to PDF conversion

    The issues you have found earlier (filed as WORDSNET-1940) have been fixed in this .NET update and in this Java update.
    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-07-2011, 12:09 AM 315032 in reply to 313949

    Re: Document cannot be rendered properly from Word to PDF conversion .NET

    Hi Aspose,

    I updated all the libraries to latest version.
    Aspose.Cells 6.0.0.0
    Aspose.Pdf 6.0.0.0
    Aspose.Slides 5.2.0.0
    Aspose.Words 10.2.0.0

    I tried to convert same word file, it still cuts out some parts of the files.
    Pls advise.






     
  •  07-07-2011, 4:34 AM 315074 in reply to 315032

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi

     

    Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.

     

    Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-11-2011, 8:22 PM 315752 in reply to 315074

    Re: Document cannot be rendered properly from Word to PDF conversion .NET

    Hi Aspose

    Thanks for your help.May I know the status of the issue.


     
  •  07-12-2011, 12:51 AM 315765 in reply to 315752

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hello

     

    Thanks for your request. At the moment this issue is pending for analysis. The responsible developer will analyze the issue and we will be able to provide you an estimate.

     

    Best regards,


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-21-2011, 9:15 PM 317829 in reply to 315765

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi Aspose,

    Thanks for your attention on this issue.May I know how is the status?When is the estimated new release date?
    If you need any information from me in order to analyze this issue, feel free to contact me.

    Regards
    Amerischool
     
  •  07-22-2011, 3:31 AM 317884 in reply to 317829

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi

     

    Thanks for your request. Unfortunately, there is still no news about this issue. I asked the responsible developer to take a look at the issue shortly. We will keep you informed and let you know once the issue is fixed.

    I apologize for inconvenience.

     

    Best regards,


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  07-31-2011, 10:15 PM 319674 in reply to 317884

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi Aspose

    In that case, can you figure out any work around solution to detect whether the file includes any unsupported objects or features or etc.So that , we can deny the uploading of the documents which can cause rendering issue for the time being.

    Any advise???
    Regards
    Amerischool
     
  •  08-01-2011, 1:23 AM 319693 in reply to 319674

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi

     

    Thanks for your request. The problem occurs because in your document there are a lot of floating object. Aspose.Words supports positioning floating objects upon rendering. However, because of complexity and extensively use of these objects, in this particular case Aspose.Words does not render them as expected. As a workaround, you can try redesign your document.

     

    Best regards,


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  09-04-2011, 6:04 AM 326564 in reply to 319674

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi,

    the problem which causes cut of the content is that AW doesn't implement "content push" for floating objects in certain cases. In your case "anchor" of the floating table resides on the 2nd page and thus floating table is positioned there. It should be pushed to the next page but it is not. If this table was inline it would get pushed as expected.

    I cannot give ETA for this one because it's complex and not yet planned into a release. However there are several duplicate issues for it and it seems it is time to start implementation. Anyway it will take at least a month to implement.

     


    Michael Morozoff
    Aspose.Words
    Layout Engine Team Leader
     
  •  09-06-2011, 12:59 AM 327131 in reply to 326564

    Re: Document cannot be rendered properly from Word to PDF conversion

    Hi

     

    Unfortunately, there is no news about this issue yet. As mentioned above this is quite complex case and it will take some time to implement. Unfortunately, due to the reasons mentioned above we did not start to work on this issue yet.

    I apologize for inconvenience.

     

    Best regards,


    Alexey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
View as RSS news feed in XML