PDF Output Problem

Bruno Del Sol bruno.delsol at bydesign.fr
Sun Sep 6 02:46:54 EDT 2020


   Hi Das,

   Here is a basic valid pdf print job method :


   Do $cdevice.$assign(kDevOmnisPDF)

   Do $prefs.$reportfile.$assign(mypath.pdf)

   Begin print job (send to PDF)

   Set report name report1

   Print report

   Set report name report2

   Print report

   .../...


   End print job

   ## now $ctask.$pdfcomplete is called

   Regards Bruno

By Design
[1]http://www.bydesign.fr
Bruno Del Sol
[2]bruno.delsol at bydesign.fr
46, rue de La Tour d'Auvergne
75009 Paris (France)

   Le 06/09/2020 à 03:10, Das Goravani a écrit :

References

   1. http://www.bydesign.fr/
   2. mailto:bruno.delsol at bydesign.fr



More information about the omnisdev-en mailing list