[Gambas-user] Printing a PDF
Rolf-Werner Eilert
eilert-sprachen at ...221...
Wed Oct 14 09:10:27 CEST 2015
Maybe somewhat silly, but I got stuck here:
From a Gambas program I try to print a PDF file. Up to now (old version
in Gambas2), with PS files, I do
Exec ["kprinter", "--nodialog", "-d", drucker.Name, feld[1]] Wait
where feld[1] holds the path to the ps-file to be printed.
Now when I want a PDF this way, up comes the message "no file to be
printed".
So I guess, kprinter isn't the right way. But what instead?
Thanks for your help
Rolf
More information about the User
mailing list