We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a612b4b commit fcc075bCopy full SHA for fcc075b
1 file changed
CONTRIBUTING.md
@@ -407,8 +407,10 @@ barcode options //innerencoder exec /args exch def
407
Example:
408
```postscript
409
10 10 moveto
410
-(\(01\)09521234543213(3103)000123) (segments=4 includetext alttext=TEST) % Note quoting of parentheses in data
411
-/databarexpandedstacked /uk.co.terryburton.bwipp findresource exec
+(\(01\)09521234543213(3103)000123) % Data: Note quoting of parentheses
+(segments=4 includetext alttext=TEST) % Options
412
+/databarexpandedstacked % Encoder
413
+/uk.co.terryburton.bwipp findresource exec
414
showpage
415
```
416
0 commit comments