Previous | Next | (P-PDF) Developers
Topic: Bypassing the SaveAs Dialog
Conf: (P-PDF) Developers, Msg: 52057
From: aandi
Date: 5/29/2002 04:49 PM
The usual method is NOT to use the printer escape, but the alternative. This is to set the registry (Windows NT) or INI file (Windows 98/95). In Windows 95/98 use the WritePrivateProfileString call from the Windows API to update the INI file.
Always remember to remove your entry when finished, so the next attempt to use PDFWriter will prompt again.