Search found 3 matches
- Tue Apr 13 2004
- Forum: Visual Basic Community
- Topic: Supressing the Print Dialog
- Replies: 5
- Views: 12040
I'm not printing from any specific application. I calling the CDIntf dll and doing a batch print from my custom server side dll(written in VB). Below is the function I'm calling. In a nutshell, I'm passing in the HTML that I want to appear on the PDF. The HTML string passed in is written to disk on ...
- Thu Apr 08 2004
- Forum: Visual Basic Community
- Topic: Supressing the Print Dialog
- Replies: 5
- Views: 12040
Supressing the Print Dialog
Hello all, Currently I've developed a custom dll in VB that utilizes the cdintf210.dll for HTML to PDF creation. The only thing I can't get past is supressing the Print dialog. :? Does anyone know how to keep the Print dialog from coming up? My dll will be called from an ASP page. thanks in advance ...
- Thu Apr 08 2004
- Forum: Visual Basic Community
- Topic: HTML to PDF
- Replies: 1
- Views: 5701
HTML to PDF
I'm kinda stuck here, I need to convert an asp page into a pdf file. Is there any way to stream in the generated HTML content into the PDF Converter to output the PDF? For example, this line of code: (pdf.BatchConvert "C:\somehtmlpage.htm"), will convert an already existing static html pag...