Creating PFD files with VB.
Hello.
What is the best way to produce a PDF file in VB.net? Just want to take some text and variables and put them together in a PFD file. Would like it to be open source if possible. PDFDoc Scout library, PDFSharp or any other suggestions would be appreciated.
Thank you Tony.
Re: Creating PFD files with VB.
The most commonly-used component, as far as I can tell from threads I see around here, is iTextSharp.
Re: Creating PFD files with VB.
Thank you. Will check out and give feed back.