printing external file inside vb6 application
Hi,
In a folder that contains file in pdf format, what I would like to do is in my vb6 program when user clicking on the the "PRINT DOCUMENT" button, the program will looks into the specific folder and print out all the pdf files with start page at page 2 and print 2 copies for each pdf document,
could someone give me idea or some code sample to start with?
Thank a lot!
Re: printing external file inside vb6 application
Re: printing external file inside vb6 application
To print PDF files, you need a PDF control like the Acrobat reader. The thing is they are not free (as I know). :(
But take a look at this
http://www.vbforums.com/showthread.php?t=428812
http://visualbasic.ittoolbox.com/doc...f-from-vb-2979
also this came in a search
http://3d2f.com/tags/print/pdf/vb6/
:wave: