QR

This forum is for eXpress++ general support.
Message
Author
User avatar
rdonnay
Site Admin
Posts: 4875
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: QR

#11 Post by rdonnay »

Please attach your QRCode JPG file to a message on this thread so we can all see it.
The eXpress train is coming - and it has more cars.

MIGUELON
Posts: 153
Joined: Wed Feb 10, 2010 10:55 am

Re: QR

#12 Post by MIGUELON »

I'm sending it to you.
It might be that the QR code is faulty.

Regards

MIGUELON
Posts: 153
Joined: Wed Feb 10, 2010 10:55 am

Re: QR

#13 Post by MIGUELON »

I'm sending it to you.
It might be that the QR code is faulty.

Regards
Attachments
202521052833.PNG
202521052833.PNG (365 Bytes) Viewed 803 times

User avatar
Tom
Posts: 1303
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: QR

#14 Post by Tom »

Did you add AUTOSCALE?
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
rdonnay
Site Admin
Posts: 4875
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: QR

#15 Post by rdonnay »

This code works for me:

Code: Select all

#INCLUDE "dcprint.ch"

FUNCTION Main()

DCPRINT ON NAME 'Microsoft Print to PDF' TOFILE OUTFILE 'test.pdf'

@ 10,0 dcprint say 'this is a test'

@ 12,0 dcprint bitmap '\test\miguelon\qrcode.png' scale 10

dcprint off

RETURN nil

* -----------

PROC appsys ; return
The eXpress train is coming - and it has more cars.

MIGUELON
Posts: 153
Joined: Wed Feb 10, 2010 10:55 am

Re: QR

#16 Post by MIGUELON »

SOLVED
Thank you all so much for your help! I'd been looking for a solution for two days because I couldn't print QR codes.
The problem was a corrupted driver.
Thanks to everyone, I'm very happy. I've attached a picture of the result.
Regards, everyone.
Attachments
WhatsApp Image 2025-10-30 at 22.28.52.jpeg
WhatsApp Image 2025-10-30 at 22.28.52.jpeg (160.71 KiB) Viewed 783 times

Post Reply