ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Print pdf and set runtime printer

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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