Home > Back-end >  Two dimensional barcode printing
Two dimensional barcode printing

Time:10-01

Use ZintBarcodeComponent generated two dimensional barcode is visible on the screen, how to print it out in Delphi, best can print in fastreport

CodePudding user response:

ZintBarcodeComponent1. Barcode. Data:=Memo1. Text;

CodePudding user response:

ZintBarcodeComponent1. Barcode. Data:=Memo1. Text;
Which can be changed on the screen the two dimensional barcode
How to print it out, it is best to add into the fastreport print

CodePudding user response:

After the qr code into a picture, any software support the printing.

CodePudding user response:

How to images? Don't understand!

CodePudding user response:

Use ZintBarcodeComponent generated two dimensional barcode is visible on the screen, how to print it out in Delphi, best can print in fastreport
Master?

CodePudding user response:

There is support qr code fastrepot monopoly

CodePudding user response:

Mr Images, fastreport loading pictures

CodePudding user response:

Barcode Studio + Fastreport, can realize the perfect printing of qr code,

Stick a BarcodeStudio illustrate to you
1. The About Barcode studio
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Barcode studio is the set of components for easy:
- the create
- print
- export
The from Embarcadero/Borland Delphi and c + + Builder environments.

Barcode you can display directly to any TCanvas, use graphic Barcode control or use the form one of supported report engines:
- the Quick report
- Report Builder
- Fast report
- RAVE report
- the ACE reporter

Barcode studio contain components for easy select Barcode symbology, export Barcode picture, component for direct print Barcode with easy label the parameters setting a live visual preview... Etc.

2. Main features:
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- Support for Delphi 7 - Delphi XE, c + + Builder.

Most - 2 linear symbologies
. 8/13 EAN, UPC - A, UPC - E, ISBN, JAN (all with 2 or 5 aditional who), Code39, Code93, Code128, Code 2 of 5 (Industrial, Interleaved, Datamatrix, IATA, Invert), Codabar, Code11, OPC,
. Postal symbologies: PostNet, RoyalMail, Dutch4StatePostal, 4 State, Singapore4StatePostalCode, Planet, SwissPostal, Postbar, Telepen, FIM
. Stacked symbologies PDF417, PDF417 Truncated, PDF417 Macro, PDF417 Micro
. 2 d symbologies DataMatrix and QR Code



3. The Supported report engines
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
. FastReport (http://www.fast-report.com/)
. The Quick Report (http://www.qusoft.com/)
. RAVE report (included in the latest Delphi/c + + Builder versions)
. Report Builder (http://www.digital-metaphors.com/)
. The ACE reporter (http://www.sct-associates.com/)
. Direct print to any device using TCanvas, without any report engine, direct Barcode studio the methods call
-----------------------------------------------------------------------------

CodePudding user response:

Into the picture is ok, I've worked,

CodePudding user response:

CodePudding user response:

FASTREPORT support 2 d barcode

CodePudding user response:

Pass the value of the qr code to the qr code in the fastreport components
  • Related