Integration of QRCode Font encoder in IIS5/ASP environment
4 posts • Page 1 of 1
Integration of QRCode Font encoder in IIS5/ASP environment
In the past, I have used your DataMatrix font encoder in a VBScript/ASP environment on an IIS5 webserver to encode text data for formatting using your DataMatrix font.
My code looked like:
Set dm = Server.CreateObject("Morovia.DataMatrixFontEncoder")
dm.DataMatrixTargetSizeID=2
strBCDM = dm.Encode(strBarcodeText)
Set dm = Nothing
strBarcodeText is the source text
strBCDM is the encoded text that I would then print (using my own printing routines) with the truetype font.
This was with verson 3.33 of the DataMatrix Font Encoder.
Now, I want to do the same thing with a QRCode. I purchased a licence for version 5 of the QRCode Font Encoder software, but I can't find a reference to how I can use it this way.
All I need is to put in some text and get out a string that I can print using the QRCode font. Version 5 seems to be quite different from the DataMatrix version 3, as far as the COM Object goes.
Can you help?
My code looked like:
Set dm = Server.CreateObject("Morovia.DataMatrixFontEncoder")
dm.DataMatrixTargetSizeID=2
strBCDM = dm.Encode(strBarcodeText)
Set dm = Nothing
strBarcodeText is the source text
strBCDM is the encoded text that I would then print (using my own printing routines) with the truetype font.
This was with verson 3.33 of the DataMatrix Font Encoder.
Now, I want to do the same thing with a QRCode. I purchased a licence for version 5 of the QRCode Font Encoder software, but I can't find a reference to how I can use it this way.
All I need is to put in some text and get out a string that I can print using the QRCode font. Version 5 seems to be quite different from the DataMatrix version 3, as far as the COM Object goes.
Can you help?
- LanceC
Re: Integration of QRCode Font encoder in IIS5/ASP environment
You can find sample VBScript to extract Barcode String in KB10621: http://mdn.morovia.com/kb/Obtaining-Bar ... 10621.html
The information above is provided "AS IS", with no warranties, and confers no rights.
-
glitch - Support Engineer
- Posts: 198
- Joined: Wed May 14, 2008 2:42 pm
Re: Integration of QRCode Font encoder in IIS5/ASP environment
Thank glitch.
But I don't see QRCodeEncodeSet function in the documentation. Where can I find a list of the available functions accessible from the COM object?
But I don't see QRCodeEncodeSet function in the documentation. Where can I find a list of the available functions accessible from the COM object?
- LanceC
Re: Integration of QRCode Font encoder in IIS5/ASP environment
It is documented in chapter 5. They were written for Crystal Reports; however you can also call them in VBScript.
http://mdn.morovia.com/manuals/qrcode-f ... on-library
http://mdn.morovia.com/manuals/qrcode-f ... on-library
The information above is provided "AS IS", with no warranties, and confers no rights.
-
glitch - Support Engineer
- Posts: 198
- Joined: Wed May 14, 2008 2:42 pm
4 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest