Search found 5 matches

by Tim
Wed Jan 26 2005
Forum: Visual Basic Community
Topic: Printing HTML syntax to PDF file
Replies: 8
Views: 13103

HTML -> PDF

Thanks for the reply. I've already tried using the 'batchconvert' function, but it displays the printer dialog box for each HTML file being converted. Therefore, this function is unuseable unless the printer dialog box can be suppressed. From other posts here, there are a lot of people who are affec...
by Tim
Tue Jan 25 2005
Forum: Visual Basic Community
Topic: Printing HTML syntax to PDF file
Replies: 8
Views: 13103

HTML -> PDF

Thanks for confirming that I need a delay. This seems to be allowing more HTML files to be concatenated with the PDF, but still throws up a memory error after about 15 or so (even with a 30 second delay between calls to the HTML2PDF utility !) If I write all the HTML files in one go, can I use the H...
by Tim
Mon Jan 24 2005
Forum: Visual Basic Community
Topic: Printing HTML syntax to PDF file
Replies: 8
Views: 13103

HTML -> PDF

OK, I've moved on... I am getting some success with the HTML2PDF utility, whereby I'm creating individual HTML pages on my hard drive and then calling a SHELL session from VB and creating a concatenated PDF file by adding each HTML file to the PDF. However, after about half a dozon or so loops throu...
by Tim
Mon Jan 24 2005
Forum: Visual Basic Community
Topic: Printing HTML syntax to PDF file
Replies: 8
Views: 13103

HTML -> PDF

Thanks for the reply. I guessed it wouldn't convert the HTML string when it was passed to the printer :( Is there a control in VB that allows me to render the HTML and print it as a web page ? I've tried using the HTML2PDF executable - which works - but I get the normal header and footer text from t...
by Tim
Thu Jan 20 2005
Forum: Visual Basic Community
Topic: Printing HTML syntax to PDF file
Replies: 8
Views: 13103

Printing HTML syntax to PDF file

Hi, This is the first time I've tried integrating the PDF converter into a VB 6 application and although it works, it isn't doing what I had hoped ! I've developed a small function which creates a HTML email and sends it - it's received by Outlook and looks fine. At the same time, I'm trying to send...