JIMSMITH 0 Posted January 3 I want to print to an Evolis Pebble printer using Delphi Berlin. Has anyone done this before? Is this possible since I see C++, C#, Swift, Python, and Swift examples? I have not seen any examples writing to this printer using Delphi. TIA Share this post Link to post
Vandrovnik 215 Posted January 3 Does it have Windows printer driver? If it does, you can probably print on it the same way you can print on common printers (for example, using Fastreport in Delphi). Share this post Link to post
Anders Melander 1830 Posted January 3 It's an EOL'ed product and it seems the manufacturer would prefer to pretend it doesn't exist. A bit of Googling got me this though: https://myplace.evolis.com/s/product/pebble-4/01t5p00000CXScZAAX?language=en_US&tabset-4085f=2 So it does have a Windows printer driver. Just not a recent one :-/ Share this post Link to post
Anders Melander 1830 Posted January 3 1 hour ago, Vandrovnik said: using Fastreport in Delphi ...or simply TPrinter.Canvas Share this post Link to post