printing to pdf

前端 未结 9 1250
迷失自我
迷失自我 2020-12-11 08:35

The existing system has many reports . Using a free pdf printer like dopdf or cutepdf the user can open the report , choose the pdf printer , type in the filename and save t

9条回答
  •  不思量自难忘°
    2020-12-11 08:42

    I use PDFFactory. Is a software similar to others thar work like a virtual printer. Is not very expensive. The particularity is that you can control (using the windows registry) some parámeters to print any document without the user intervention.

    I use it in my Delphi application.

    1. Select the default printer (PDFFactory)
    2. Write the FileName,... on the registry key
    3. Send to print.

    The user should not write anything and not view any config window.

提交回复
热议问题