Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to convert html file to pdf

How to convert html file to pdf

Scheduled Pinned Locked Moved C#
xmltutorialcsharphtml
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Inam
    wrote on last edited by
    #1

    I want to convert html file to pdf file. How it will be possible using c# through coding. Actually i have xml file and xsl file too. So if there is a way through which we can create a pdf file if we provide xml and xsl file path or html file path than guide me to that. Thanx in advance Inam

    H 1 Reply Last reply
    0
    • I Inam

      I want to convert html file to pdf file. How it will be possible using c# through coding. Actually i have xml file and xsl file too. So if there is a way through which we can create a pdf file if we provide xml and xsl file path or html file path than guide me to that. Thanx in advance Inam

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      FOP allows you to use an XML file with an FO formatted XSLT and produce PDFs. This was original for Java but there is a .NET port at http://sourceforge.net/projects/fop-dotnet[^]. There's also many products that give you programmatic control to create PDFs (even some that can use templates), such as Tall PDF that advertises here on CodeProject. Just try a search for "PDF" and ".NET". You should find several.

      Microsoft MVP, Visual C# My Articles

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups