T O P I C R E V I E W |
lorife |
Posted - Jun 07 2022 : 02:56:01 Hello, is it possible to set the printer runtime when I print a PDF?
I don't see an option to set printer name or the printer bin
thanks |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 27 2022 : 17:36:52 Hi Bernd
When printing, ImageEn (by default) does not consider the DPI or document size. You would need to add some code to handle that (should not require much).
Nigel Xequte Software www.imageen.com
|
King-Soft |
Posted - Jun 27 2022 : 02:21:26 If i print a DIN-A3-PDF, the Printer prints on a DiN-A4-Sheet. The PDF-Component don't recognize sizes of PDF-sheets.
Is this possible in the future?
Best Regards Bernd |
xequte |
Posted - Jun 07 2022 : 15:11:17 Hi
ImageEn just uses the current VCL printer, so you should set it via the global Printers var, e.g.
Printer.Printer := 5;
https://docwiki.embarcadero.com/Libraries/Alexandria/en/Vcl.Printers.TPrinter
Nigel Xequte Software www.imageen.com
|