The sample shows instructions and algorithm of how to create invoice pdf from html with pdf sdk and how to make it run in your VB.NET application. ByteScout PDF Suite is the bundle that provides six different SDK libraries to work with PDF from generating rich PDF reports to extracting data from PDF documents and converting them to HTML. This bundle includes PDF (Generator) SDK, PDF Renderer SDK, PDF Extractor SDK, PDF to HTML SDK, PDF Viewer SDK and PDF Generator SDK for Javascript. It can create invoice pdf from html with pdf sdk in VB.NET.
This prolific sample source code in VB.NET for ByteScout PDF Suite contains various functions and other necessary options you should do calling the API to create invoice pdf from html with pdf sdk. This VB.NET sample code is all you need for your app. Just copy and paste the code, add references (if needs to) and you are all set! Further improvement of the code will make it more robust.
You can download free trial version of ByteScout PDF Suite from our website to see and try many others source code samples for VB.NET.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
Imports System.Drawing.Printing Imports Bytescout.PDF.Converters Module Module1 ''' <summary> ''' This example demonstrates how to create invoice from HTML. ''' </summary> <STAThread> Sub Main() Using converter As New HtmlToPdfConverter() converter.PageSize = PaperKind.Letter converter.Orientation = PaperOrientation.Portrait ' Convert input HTML to output pdf converter.ConvertHtmlToPdf("invoice.html", "result.pdf") End Using ' Open result file in default PDF viewer Process.Start("result.pdf") End Sub End Module
60 Day Free Trial or Visit ByteScout PDF Suite Home Page
Explore ByteScout PDF Suite Documentation
Explore Samples
Sign Up for ByteScout PDF Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
60 Day Free Trial or Visit ByteScout PDF Suite Home Page
Explore ByteScout PDF Suite Documentation
Explore Samples
Sign Up for ByteScout PDF Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: