Skip to content

bonus630/QrCodeDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QrCodeDocker

CorelDraw Addon X7 or Higher, provides a creation of qr codes in offline mode, in batch and customization, uses the zxing library to codify and decodify the qrcode. Dont require internet or autentication. Please see link below to features demonstration

About the Project

QrCodeDocker is an open source project.

The source code is freely available and can be compiled by anyone.

To support development, official precompiled builds are distributed commercially.

How add a new language

Go to folder "Lang" in any project, copy a language xml e replace language code in file name for target language. In language xml, changes author and translate the tags values, dont change tags names. Is required make this in all projects. if doesnt know language code value follow to coreldraw installation folder in language folder and get the folder name, for exemple, <C:\Program Files\Corel\CorelDRAW Graphics Suite X8\Languages>

Build From Source

Anyone can compile the project locally using Visual Studio.

Follow the instructions in the Build section below.

Build Instructions

Build Page

Distribution Model

QrCodeDocker is open source.

You can compile the project yourself for free.

However, precompiled binaries and packaged releases are distributed commercially to support the development of the project.

Options:

  1. Build it yourself (free)
  2. Purchase the ready-to-use compiled version

Download

Precompiled releases are available here:

Buy precompiled

By purchasing the compiled version you support the development of this project.

How to use it in your project - Hello World

Draw a simple Qrcode code contains "Hello World!"

Adds reference

  • ImageRender
  • QrCodeDocker

Third Party Libraries

This project uses the following libraries:

-ZXing.Net
Licensed under the Apache License 2.0 ZXing.Net -Tesseract-ocr Licensed under the Apache License 2.0 Tesseract-ocr

 var codeGen = new br.corp.bonus630.QrCodeDocker.QrCodeGenerator(CorelApplicationObject);
 var imageRender = new br.corp.bonus630.ImageRender.ZXingImageRender();
 codeGen.SetRender(imageRender);
 Corel.Interop.VGCore.Shape code = codeGen.CreateVetorLocal(CorelApplicationObject.ActiveLayer, "Hello World!", 100);

About

CorelDraw Addon X7 or Higher, provides a creation of qr codes in offline mode, in batch and customization, uses the zxing library to codify and decodify the qrcode. Dont require internet or autentication. Please see link below to features demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors