ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

PDF417 Barcode Printing

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

  • PDF417 Barcode Printing

    Hey Guys

    Hope you are doing well.I am new to the Barcode printing.Does anyone have an example(DDS,RPG) of PDF417 Barcode printing in AS/400?


    Thanks in Advance.

    Regards
    Nanda.

  • #2
    Re: PDF417 Barcode Printing

    print file
    Code:
    A       R  #PDF417B
    A          EDI#P        512A       BARCODE(PDF417 *VRT +
    A                                  X'00' (*WIDTH 0.010) +
    A                                  (*PDF417 12 *MIN 5))
    A                                  POSITION(0.475 4.031)
    create
    Code:
     CREATE COMMAND: CRTPRTF FILE(mylib/AFPDEMOP1)     
                             SRCFILE(mylib/QDDSSRC)    
                             DEVTYPE(*AFPDS)
    Talk to the guy in charge and tell him to give up 1 month at his timeshare in Florida
    and buy TLAshford.
    I'm here to chew bubble gum and kick @#%@#%@#%.....and I'm all outta bubble gum !
    Yes I'm talking to you squirrel nuts.

    Comment


    • #3
      Re: PDF417 Barcode Printing

      Thanks AS400PRO for your reply. I need to include some text data in the barcode like Amount = 50$ which would later be scanned using a scanner... Is it possible to embed data in thie PDF417?

      Will I be able to print this Barcode to the HP Printer connected to my LAN? Do I need to configure my printer for some special settings for printing PDF417 Barcode?

      Thank you once again for your help.

      Regards
      Nanda.

      Comment


      • #4
        Re: PDF417 Barcode Printing

        I dont know the answer to any of those questions....But I often wonder will
        Hillary make a good president?

        You can print anything on an HP as long as the font is there. Other than that
        Google is your friend.
        I'm here to chew bubble gum and kick @#%@#%@#%.....and I'm all outta bubble gum !
        Yes I'm talking to you squirrel nuts.

        Comment


        • mlopez01
          mlopez01 commented
          Editing a comment
          Twelve years on and the answer is "No".

      • #5
        Re: PDF417 Barcode Printing

        Thank You AS400PRO.

        If anyone else has someother examples please let me know.

        Regards
        Nanda.

        Comment


        • #6
          Re: PDF417 Barcode Printing

          Hi

          I tried to print the PDF417 Barcode to the printer attached to my LAN.The spool file is being created but when I try to print it to the HP printer, the status goes to HLD... Even If I release the spool file for printing it goes to HLD.But I am able to print other text files to my printer attached to my LAN.

          Do I have to do anything special to make this print?

          Thank you

          Regards
          Nanda.

          Comment

          Working...
          X