0

Is there a way that I can open a series of webpage URL and loop to print it to pdf?

I tried creating a datawindow and adding ole object control for microsoft web browser, I set the ole object size to display because its responsive and so that I can get all the information before I print. But I am having problems printing the datawindow as it is printing a blank pdf.

Sample links: just disregard the on demand app error.

Link1 Link2 Link3

Any help is much appreciated.

sccydd
  • 23
  • 6

1 Answers1

0

How about adding the Microsoft Web Browser control directly onto a window, load your page, then call the Print method on the ActiveX control directly? You'll need a PDF printer like PrimoPDF.

Brad Wery
  • 191
  • 6