Announcement

Collapse
No announcement yet.

how we can print barcode ticket ??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how we can print barcode ticket ??

    hello guys,
    i generat some barcode using a function
    i got my barcode on label and gride
    now i want to print my ticket using my tsc printer (barcode printer 38mm*20mm)
    i really find it hard to do
    please i need a solution and an exemple..

  • #2
    please, we really need a solution.
    or how we can get a label as a picture

    Comment


    • #3
      Here is one way to do it, using Draw Action Plugin. It will print the whole page, though.
      Attached Files
      Bas Groothedde
      Imagine Programming :: Blog

      AMS8 Plugins
      IMXLH Compiler

      Comment


      • #4
        Originally posted by Imagine Programming View Post
        Here is one way to do it, using Draw Action Plugin. It will print the whole page, though.
        i think its not very helpfull to print all the page.
        so please how we can save the label of barcode to a picture ?
        than i will use the picture with the pdf generator.
        i think it would be more useful

        Comment


        • #5
          Instead of just saying after Bas has provided you with an example :
          i think its not very helpfull to print all the page.
          so please how we can save the label of barcode to a picture ?
          than i will use the picture with the pdf generator.
          i think it would be more useful
          from Bas's Webpage

          You could also grab the output of the canvas and save it as an image later, see the Userbar Generator example for more information on this and on loading fonts from files.
          Give it a try youself and post back if in trouble - instead of JUST asking someone to do it for you

          Comment


          • #6
            Originally posted by Imagine Programming View Post
            Here is one way to do it, using Draw Action Plugin. It will print the whole page, though.
            Great! How to export barcode image?

            Comment


            • #7
              Originally posted by amedeorossi View Post

              Great! How to export barcode image?
              Really? Dude:

              Originally posted by charliechaps View Post
              Instead of just saying after Bas has provided you with an example :
              from Bas's Webpage
              Give it a try youself and post back if in trouble - instead of JUST asking someone to do it for you
              Try the examples, look at the documentation, try to implement it yourself based on the example in this forum and then ask questions when you encounter problems.
              Bas Groothedde
              Imagine Programming :: Blog

              AMS8 Plugins
              IMXLH Compiler

              Comment


              • #8
                Please i got that problem,
                i didn't understand what is the "Imagehandle"
                i understand that is previously created with one of the functions such as: DrawingImage.New, DrawingImage.Load.
                but it this cas we didn't use those functions. so what function with return the "Imagehandle".

                Comment


                • #9
                  Originally posted by samibioss View Post
                  Please i got that problem,
                  i didn't understand what is the "Imagehandle"
                  i understand that is previously created with one of the functions such as: DrawingImage.New, DrawingImage.Load.
                  but it this cas we didn't use those functions. so what function with return the "Imagehandle".
                  You're on the right track. You need to grab the image from the canvas using `Canvas.GrabImage`, see attached example.
                  Attached Files
                  Bas Groothedde
                  Imagine Programming :: Blog

                  AMS8 Plugins
                  IMXLH Compiler

                  Comment


                  • #10
                    i got it, thank you bro for sharing

                    Comment

                    Working...
                    X