Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8219311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:06:48+00:00 2026-06-07T13:06:48+00:00

I am using Google Chart QR code , I have to send data more

  • 0

I am using Google Chart QR code , I have to send data more then 2k , I read document on

https://developers.google.com/chart/infographics/docs/qr_codes

its says that

The data to encode. Data can be digits (0-9), alphanumeric characters, binary bytes data,
or Kanji. You cannot mix data types within a QR code. The data must be UTF-8 
URL-encoded.Note that URLs have a 2K maximum length, so if you want to encode more than 
 2K bytes (minus the other URL characters), you will have to send your data using POST.

Can any one have sample that how can I send data using POST for Google QR – Code

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T13:06:50+00:00Added an answer on June 7, 2026 at 1:06 pm

    I have used zxing library to solve my problem, I have downloaded Zxing Project and create DLL of it then reference that DLL into my project.

    Encoding

            QRCodeWriter writer = new com.google.zxing.qrcode.QRCodeWriter();
            string str = string.Empty;
            for (int i = 0; i < 2000 ; i++)
                str += i;
    
            ByteMatrix byteMatrix = writer.encode(str, com.google.zxing.BarcodeFormat.QR_CODE, 300, 300);
    
            ImageConverter converter = new ImageConverter();
            // Sample of DexExpress Control 
            ASPxBinaryImage1.ContentBytes = (byte[])converter.ConvertTo(byteMatrix.ToBitmap(), typeof(byte[]));
    
            byte[] b = (byte[])converter.ConvertTo(byteMatrix.ToBitmap(), typeof(byte[]));
            string s = System.Convert.ToBase64String(b);
            //Sample of ASP.net Control
            image1.Attributes.Add("src", "data:image/png;base64," + s);
    

    Decoding

            string strb64 = System.Convert.ToBase64String(b);
    
            QRCodeReader reader = new QRCodeReader();
            byte[] imageBytes = Convert.FromBase64String(strb64);
            MemoryStream ms = new MemoryStream(imageBytes, 0, imageBytes.Length);
    
            Bitmap bmp = new Bitmap(ms);
    
            LuminanceSource s = new RGBLuminanceSource(bmp, bmp.Width, bmp.Height);
            BinaryBitmap bb = new BinaryBitmap(new GlobalHistogramBinarizer(s));
    
    
            Result result = reader.decode(bb);
    
            //Store result into string
            string resultText = result.Text;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

https://developers.google.com/chart/infographics/docs/formulas Image Charts are deprecated. I can't find the source. The replacement, using JS,
Hi I am using http://code.google.com/apis/chart/docs/gallery/googleometer_chart.html I have: <img src=http://chart.apis.google.com/chart?cht=bvg&chs=250x150&chd=s:egbdf&chxt=x,y&chxs=0,ff0000,12,0,lt|1,0000ff,10,1,lt&chm=o,000000,0,-1,10|V,000000,0,-1,1:15,,:4:10|H,000000,0,-1,3:9,,:8:17&chxl=0:|E|G|B|D|F usemap =#chart /> <map name='chart'>
I am trying to program a bar chart using Google Visualizations. https://developers.google.com/chart/interactive/docs/gallery/barchart The bar
I'm using Google Chart ( http://code.google.com/apis/chart/ ) to produce some graphs for my company.
Using google area chart: http://code.google.com/apis/chart/interactive/docs/gallery/areachart.html Does anyone know how I can freelly manipulate the
I have a Google Chart (using the Google Visualization API , not Google Charts
I am using the Google Checkout API to code a simple store. I have
I have implemented a bluetooth connection using the now-classic Google Bluetooth Chat code. However,
I have been trying to plot these on a scatter chart using google api.
I was using a jquery plugin to talk with bosh: https://github.com/maxpowel/jQuery-XMPP-plugin I read that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.