XDoc.PDF
Features
Tech Specs
How-to VB.NET
Pricing
How to Start Convert PDF Work with PDF Modules PDF Document PDF Pages Text Image Graph & Path Annotation, Markup & Drawing Redaction Security Digital Signature Forms Watermark Bookmark Link File Attachment File Metadata Printing Work with Other SDKs Barcode read Barcode create OCR Twain

VB.NET PDF - PDF to HTML Webpage Conversion in VB.NET


VB.NET PDF Converter SDK for Converting PDF to HTML Webpage in Visual Basic .NET





Look for HTML5 PDF Editor?

EdgePDF: ASP.NET PDF Editor is the best HTML5 PDF Editor and ASP.NET PDF Viewer based on XDoc.PDF, JQuery, HTML5. It supports ASP.NET MVC and WebForms projects.


Best VB.NET PDF Document to HTML file Converter SDK for Visual Studio .NET


Support .NET WinForms, ASP.NET MVC in IIS, ASP.NET Ajax, Azure cloud service, DNN (DotNetNuke), SharePoint


Control navigation by using JS (jquery)


Major browser supported, include chrome, firefox, ie, edge, safari, etc


Embed converted html files in html page or iframe


Export PDF form data to html form in .NET WinForms and ASP.NET


Turn PDF images to HTML images in VB.NET


Embed PDF hyperlinks to HTML links in VB.NET


Available zoom setting (fit page, fit width)


.NET component to convert adobe PDF file to html viewer


Quick integrate sample source code to VB.NET class


Embed zoom setting (fit page, fit width)


Free library for .NET framework


Why do we need to convert PDF document to HTML webpage using VB.NET programming code? PDF, known as Portable Document Format, has been widely used by enterprises and institutions for document viewing and exchanging. But if you want to publish a PDF document file in web site, there are two factors that you may need to consider. One is that compared with HTML file, PDF file (a document format that can not be easily edited), is less searchable for search engines. The other is the crashing problem when user is visiting the PDF file using web browser.


Our PDF to HTML converter library control is a 100% clean .NET document image solution, which is designed to help .NET developers convert PDF to HTML webpage using simple VB.NET code. With this Visual PDF to HTML conversion control component, you are able to perform high fidelity PDF to HTML conversion in VB.NET Web applications and VB.NET Windows projects. Converted HTML files preserve all the contents of source PDF file, like font style and anchors, in VB.NET class application. And below demo code will guide you how to finish the PDF to HTML conversion work.




Convert PDF to HTML in VB.NET Demo Code



Add necessary references:


  RasterEdge.Imaging.Basic.dll


  RasterEdge.Imaging.Basic.Codec.dll


  RasterEdge.Imaging.Drawing.dll


  RasterEdge.Imaging.Font.dll


  RasterEdge.Imaging.Processing.dll


  RasterEdge.XDoc.Raster.dll


  RasterEdge.XDoc.Raster.Core.dll


  RasterEdge.XDoc.PDF.dll


  RasterEdge.Imaging.SVG.dll


Use corresponding namespaces;


  using RasterEdge.Imaging.Basic;


  using RasterEdge.XDoc.PDF;


This professional .NET solution that is designed to convert PDF file to HTML web page using VB.NET code efficiently.




' Convert PDF file to HTML5 files
DocumentConverter.ConvertToHtml5("..\1.pdf", "..\output\", RelativeType.SVG)