Converting .htm and .html files to tiff files

Last post 12-02-2011, 2:52 AM by aspose.notifier. 6 replies.
Sort Posts: Previous Next
  •  05-24-2011, 8:32 AM 305632 in reply to 305655

    Aspose.Words

    Hi
    This message was posted using Banckle Live Chat 2 Forum
     
  •  05-24-2011, 9:12 AM 305645 in reply to 305655

    Re: Aspose.Words

    Hello

     

    Thanks for your interest in Aspose.Words. How can I help you?

     

    Best regards, 


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  05-24-2011, 9:28 AM 305655

    Converting .htm and .html files to tiff files .NET

    Attachment: Present (inaccessible)

    Hi,

    When i tried to convert .htm to tiff file i am getting the below mentioned errors:-

     

    1) The textboxes in the .Htm files are not getting displayed.

    2)Instead of displaying buttons it is just displaying the text.

     

    Can you guys please help me  out to resolve this.

     

    Please find the attached files

     

    Thanks & Regards,

    Brijesh

    Filed under: aspose words issue
     
  •  05-24-2011, 9:38 AM 305665 in reply to 305655

    Re: Aspose.Words .NET

    Attachment: Present (inaccessible)

    Hi,

    How can i convert .htm file to a tiff file using Aspose.

    I tried to convert the attached .htm file to tiff but the textboxes and buttons in the .htm file are not getting displayed.

    Could you please help me in converting the attached .htm file to tiff.

    Thanks & Regards,

    Brijesh

    Filed under: Aspose Word Issue
     
  •  05-24-2011, 9:59 AM 305671 in reply to 305665

    Can we convert .htm file to tiff using Aspose?

    Can we convert .htm file to tiff using Aspose?
    This message was posted using Banckle Live Chat 2 Forum
     
  •  05-24-2011, 12:59 PM 305711 in reply to 305671

    Re: Can we convert .htm file to tiff using Aspose?

    Hello

     

    Thanks for your request. Let me clarify; if you try converting your document to DOC format using the code below, you will see that your <input type='text' /> and <input type='submit'/> are converted to FORMTEXT and MACROBUTTON – it is expected behavior. After converting your HTML to TIFF, you should see MACROBUTTON as [Submit] – it is expected behavior too. You do no see FORMTEXT because it is empty and it is expected.

    It is extremely difficult and often impossible to produce image which looks exactly as source HTML. HTML is designed for Web and not for displaying as image.

    Document doc = new Document("C:\\Temp\\in.htm");

     

    doc.Save("C:\\Temp\\out.doc");

    doc.Save("C:\\Temp\\out.tif");

     

    Best regards, 


    Andrey Noskov
    Developer/Technical Support
    Aspose Auckland Team
     
  •  12-02-2011, 2:52 AM 346425 in reply to 305655

    Re: Converting .htm and .html files to tiff files

    The issues you have found earlier (filed as WORDSNET-3248) have been fixed in this .NET update and in this Java update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
View as RSS news feed in XML