Zitat von
toms:
Hast du schon irgendeine Loesung gefunden?
Nein
Ich habe das nun ganz anders gelöst. (ohne TWebBrowser)
Delphi-Quellcode:
...
// Druckt PDF auf Standard Drucker aus
Result := ShellExecute(Application.Handle, 'print', FileName, nil, nil, SW_SHOW) > 32;
...