QR code type(addBarcode)

PDF-XChange Editor SDK for Developers

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
HomerWu
User
Posts: 91
Joined: Fri Nov 25, 2016 8:19 am

QR code type(addBarcode)

Post by HomerWu »

Hello,

I'm trying to implement the following function:https://sdkhelp.pdf-xchange.com/vie ... Barcode,it can draw a QR code to a pdf document,and we know that QR code has many types,and i found your PDF-XChange Editor can add free text,URL,telephone number and so on,
but in your sample code,i can not found the way to set the QR code type,so any one could please tell how to set the QR code type?

Thanks.
You do not have the required permissions to view the files attached to this post.
Sasha - PDF-XChange
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am

Re: QR code type(addBarcode)

Post by Sasha - PDF-XChange »

Hello HomerWu,

Basically what you are implying to is not QR code types but the types of the text data that we give to the op.document.addBarcode operation. Furthermore, the operation itself does not use any of the types that you see in the dialog - the dialog itself prepares text, based on the given type - that's all, so the operation itself uses only the text given by the dialog. You will have to construct these texts by yourself, if you want to use the operation solely without the dialog usage.

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
HomerWu
User
Posts: 91
Joined: Fri Nov 25, 2016 8:19 am

Re: QR code type(addBarcode)

Post by HomerWu »

Dear Shsha,

Aha, I learned some things about the QR code, thank you very much! :lol:
Sasha - PDF-XChange
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am

Re: QR code type(addBarcode)

Post by Sasha - PDF-XChange »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ