Link to home
Start Free TrialLog in
Avatar of Choli
Choli

asked on

Create PDF from VB

Hi All

I'm evaluating different options to create a PDF from VB. In my opinion, there should be some different ways to create them:

1. Using Acrobate
Perhaps the best or most effective way to go. But too expensive (because I have some hundred clients)

2. Using a PDF Printer
Probably a cheap way but I have to be able to create an Index with 'link'-capability, which is not possible with pure PDF printers...

3. Using Ghost Writer
Hmm... I tried that. Again I have to get the licences (because it's commercial use...) and with my first steps I faild to connect to GW. Does someone knows where to get detailled information about Ghost Writer?

4. Create it on my own
I can remember that at a certain point in my XML-learning process I got in touch with a special function that was able to create a PDF (was it FO?). Is there a way to do the same in VB?

I'll be glad about every hint!

Thanx in Advance
Choli
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

pdfcreator is a really solid pdf creation tool that works as a print driver, is written in VB, and is Open-Source to boot!

http://sourceforge.net/projects/pdfcreator/
Crystal Reports and Active Reports (from DataDynamics) can also generate PFDs files.
SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi

You could use the Print Preview : http://www.ppreview.net
it can generate PDF, without any other external soft.

Creating yourself PDF by hand is not so easy, PDF format is not so easy to anderstand.

If could send you some sources to start writing PDF.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of StephenSimpsonx
StephenSimpsonx

Docuprinter LT is an inexpensive PDF printer driver.  http://neevia.com/pricingDPLT.asp

We had an an application once where we used FTF files to fill in a fillable PDF using visual basic.  Works well with forms.

Try Pegasus Imaging Print Pro

www.pegasusimaging.com

I've tried it and it works very well!!!