Jump to content

How to convert HTML to TIFF in C#

- - - - -

  • Please log in to reply
3 replies to this topic

#1
Johan1974

Johan1974

    Newbie

  • Members
  • Pip
  • 2 posts
Hello,

Do you have an code example of how i can convert a html page to TIFF?

Thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
I'm a little confused, why do you want to do this?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
Johan1974

Johan1974

    Newbie

  • Members
  • Pip
  • 2 posts
I need to import these pages as TIFF

#4
Vaielab

Vaielab

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 547 posts
The best way would be to lauch a browser (by code, or at least I know their a way to emulate a browser inside a c# form), make it load the page, and than print it with some tiff driver
This could help you Print to TIFF - CodeProject
And this too WebBrowser Class (System.Windows.Forms)
Creating A Simple Web Browser - C# Tutorials | Dream.In.Code




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users