Quoting "Eion McIntosh (CHCH)" <[EMAIL PROTECTED]>:

> Hi
> 
> Has anyone had the experience of using Delphi and using the PDF writer,
> installed for Adobe Acrobat, to create a PDF file?
> We have an application which assigns the PDF writer printer driver and
> creates the report as a PDF file format and works brilliantly.
> 
> The only thing is that each time the program goes to write to the file
> it calls the 'Save Dialog' box to to confirm the name of the file.
> The report can create a number of different named files but I do not
> want it to call the 'Save Dialog' box each time to confirm the name  for
> each file.
> 
> Has anybody tried this or got any ideas?

Windows API calls let you pass the filename e.g. StartDoc. This is pretty low 
level stuff, it pays to know what you are doing (I don't quite know where to 
begin :) 


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to