Making Driver License Barcode

meanlilfukkr

Junior Contributor
Regular Member
Joined
Mar 5, 2023
Threads
0
Post Replies
7
Status
away
Last seen
download ByteScout BarCode Generator v7.3.1.1185 has every type of barcode you will need in this game
its plug and play bro .
photoshop for DLs my ninjas scan whichever id u want to make then click on layers and make them from your scan
Does this generator allow you to control latching? Been tryna create 1:1 barcodes, but haven't figure it out yet. I know 21done.ph claims to have perfected the 1:1 barcode for Illinois... and claims their barcodes pass Intellicheck, BCS (even the latest update), and any system using AgeID... Your thoughts?
 

meanlilfukkr

Junior Contributor
Regular Member
Joined
Mar 5, 2023
Threads
0
Post Replies
7
Status
away
Last seen
his won't pass scanner verification due to the special characters missing.

what you want to do is take a scan from a real barcode, convert it to base64, then in software (i use php for my website to do it), convert back from base64, and text replace all the values. don't forget to add the correct state/province AAMVA code. the AAMVA code is the first 6 digits after the ANSI tag. in this case it's VA (636000)

make sure to replace that with the appropriate state code for the dl you're printing.
Tryna follow this advice. But what do you mean by special characters missing? I have a real DL to pull the info from. I've done a bit of research on base 64 but not sure how the php part works. Any additional guidance would be appreciated.
 

Grape executor

Junior Contributor
Regular Member
Joined
Mar 9, 2023
Threads
0
Post Replies
2
Status
away
Last seen
I have 200+barcode requirements. How can I contact you to make it?
 

Shady1991

Junior Contributor
Regular Member
Joined
Mar 12, 2023
Threads
0
Post Replies
5
Status
away
Last seen
This is the formatting of the pdf417 coding off a California DL

<AAMVA>
<user>
<last e="DCS">last name </last>
<first e="DAC">first name</first>
<middle e="DAD">middle initial</middle>
<dob e="DBB">1967-10-17</dob>
<eyes e="DAY">BRO</eyes>
<hair e="DAZ">BLK</hair>
<sex e="DBC">F</sex>
<height e="DAU">5'1"</height>
<weight e="DAW">120</weight>
<street e="DAG">address </street>
<city e="DAI"></city>
<state e="DAJ">CA</state>
<postal e="DAK">94545-0000</postal>
<country e="DCG">USA</country>
<id e="DAQ">DL number</id>
<issued e="DBD">2023-03-06</issued>
<expires e="DBA">2028-10-17</expires>
</user>
<head>
<filetype name="File Type">ANSI</filetype>
<format name="Data Format">11</format>
<issuer name="Issuer Identification Number">636014</issuer>
<state name="Issuer Name">California</state>
<st name="Issuer Name Abbreviated">CA</st>
<version name="AAMVA Version Number">09</version>
<jurver name="Jurisdiction Version Number">01</jurver>
<entries name="Number of Entries">02</entries>
</head>
<subfile designator="DL" offset="41" length="273">
<element id="DAQ" name="Customer ID Number"> B4054868</element>
<element id="DCS" name="Customer Family Name">BASTO</element>
<element id="DDE" name="Family name truncation">N</element>
<element id="DAC" name="Driver First Name">CARMINA</element>
<element id="DDF" name="First name truncation">N</element>
<element id="DAD" name="Driver Middle Name or Initial">A
</element>
<element id="DDG" name="Middle name truncation">ARMANSEC</element>
<element id="DCA" name="Jurisdiction-specific vehicle class"
>C</element>
<element id="DCB" name="Jurisdiction-specific restriction co
des">NONE</element>
<element id="DCD" name="Jurisdiction-specific endorsement co
des">NONE</element>
<element id="DBD" name="Document Issue Date">03062023
</element>
<element id="DBB" name="Date of Birth">10171967</element>
<element id="DBA" name="Document Expiration Date">10172028
</element>
<element id="DBC" name="Physical Description - Sex">2
</element>
<element id="DAU" name="Physical Description - Height">061 I
N</element>
<element id="DAY" name="Physical Description - Eye Color">BR
O</element>
<element id="DAG" name="Address - Street 1">enter here</element>
<element id="DAI" name="Address - City">City here</element>
<element id="DAJ" name="Address - Jurisdiction Code">CA
</element>
<element id="DAK" name="Address - Postal Code">945450000
</element>
<element id="DCF" name="Document Discriminator">03/06/202357
9A5/BBFD/28</element>
<element id="DCG" name="Country Identification">USA</element
>
<element id="DAW" name="Physical Description - Weight">120
</element>
<element id="DAZ" name="Hair color">BLK</element>
<element id="DCK" name="Inventory control number">23065E3390
8920401</element>
<element id="DDA" name="Compliance Type">N</element>
<element id="DDB" name="Card Revision Date">08292017
</element>
<element id="DDK" name="Organ Donor Indicator">1</element>
</subfile>
<subfile designator="ZC" offset="314" length="24">
<element id="A" name="Optional field A">BRN</element>
<element id="B" name="Optional field B">BLK</element>
<element id="C" name="Optional field C">
</element>
<element id="D" name="Optional field D">
</element>
</subfile>
</AAMVA>
 

Users who are viewing this thread

Top