Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PDF creating in VB.NET 03 1

Status
Not open for further replies.

trafficstudent

Programmer
Joined
Oct 21, 2005
Messages
106
Location
US
Does anyone know if you can create pdf files in VB.Net 03 without having to pay for a third party sdk? I have scoured the web in search of snippets of code and I cannot find any examples that perform the service without third party software. Any information will help tremendously
 
I did ask this question a while ago, without any joy.

But, I just searched "html to pdf command line" on g00gle and found loads of hits for free software. It really depends on what you are creating a pdf from?

If you are creating a document within your app, you could use (or search "pdf printer" for others), it is a print driver and you could use vb's PrintDocument to create your pdf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top