Datamatrix confusion #258
-
I'm trying to add a Datamatrix barcode to a document. In the documentation it just states that you just put in the data string you want and it will generate it. In the example code there are three items in parens. ((01)09521234543213(21)4X7Y1Z1(10)00123(99)EXAMPLE) Since I don't know what should be in the Parens, I try it will just (99) and I get: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
A careful, accurate and descriptive introduction to what you are trying to achieve.
Which documentation exactly?
I count four?
<...snip...> Why did you try without parens? Your description boils down to this: Here are a few random snippets without any real context, and the only context I'm going to give is to "generate a 25 character barcode". I did random things (like remove the parens, just because) and it still didn't work. How to make it work?
Please demonstrate that you have understood the problem that you are trying to solve by narrowing things down to a single carefully considered issue. As it is, an adequate response may or may not require that the responder teach you about the different barcode types (carriers/symbologies), application-specific variants such as GS1 Data Matrix, structure data formats including GS1 Application Identifier syntax, PostScript document editing, ... Lots of general things that are not specific to your use of BWIPP. There's really no way to tell what details you require. Start here: http://www.catb.org/~esr/faqs/smart-questions.html#beprecise |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I get the error from your call but no error when I remove the call.
The only thing I can think of is somehow your code is making a call and some code in my file is intercepting it. The original PS code was created from a Microsoft Word source. There are a lot of extra code included that I don't know what is for so that could be the problem, The only place in my source the has ashow is just below
%%BeginResource: file Pscript_Win_Basic 5.0 0
d/A/ashow
I know I can't have you debug this code, so at this time I don't think we can use your utility.
Thanks for all your help.
Bill Bennett
IT Specialist ll | CalPERS Enterprise Solutions Development Division | (916) 795-1311
From: Terry Burton ***@***.***>
Sent: Monday, January 22, 2024 2:00 PM
To: bwipp/postscriptbarcode ***@***.***>
Cc: Bennett, William ***@***.***>; Author ***@***.***>
Subject: [**External**] - Re: [bwipp/postscriptbarcode] Datamatrix confusion (Discussion #258)
CAUTION: This email originated from outside the CalPERS organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
OFFENDING COMMAND: ashow
The ashow command is not being executed by BWIPP with that input, so your problem is elsewhere.
-
Reply to this email directly, view it on GitHub<#258 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFQ5FA6BIBC4S3GBC36HON3YP3OONAVCNFSM6AAAAABCFT7PYSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DEMJTHA2DC>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
The sample to which you refer is for GS1 DataMatrix with structured data in Application Identifier standard format, and not generic Data Matrix with unstructured data. Yet the wiki documentation to which you refer is for Data Matrix.
You'll need to work out which barcode type you need and ensure that code is generated that calls the correct encoder.