Is there a way to print to a PDF file using standard Harbour printing commands (SET PRINT ON, SET PRINTER TO, devout()). I really don't need any fancy graphics in my PDF, just a standard report (printing instead of to a real printer to a PDF file)? --
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
Update to my post above. You even don't have to do all the virtual port voodoo, you even don't need a printer. Just print to a text file and call ghostpcl with the adequate parameters:result = HB_processRUN("D:\pcl_ghost\pcl6.exe -sOutputFile=C:\TMP\therealdeal.pdf -sDEVICE=pdfwrite -dBATCH -dNOPAUSE c:\TMP\TMP.TXT"
It is distributed under a GNU GPL license. As I need it only for internal use (don't plan to sell the software commercially) this seems to fit my needs. And as for simplicity, this fits perfectly.
The license was derived from the GNU General Public License, but differs on two key points:
Hi,You can use "CUTEPDF Writer" which is available here and free and can be treated as a printer.HTH,Warm regards,Jayadev