ihabunek / pdf417-py

PDF417 barcode generator for Python
Other
84 stars 28 forks source link

Request for Rows parameter. #1

Closed suchislife801 closed 7 years ago

suchislife801 commented 7 years ago

# Convert to code words codes = encode(output, columns=13, rows=39, security_level=7)

ihabunek commented 7 years ago

Number of rows is dependant on the amount of code words (which depend on the amount of data and the security level) and the number of columns selected. You can't set it explicitely.