
A 2-d or 3d barecode?gobbledygook


Although I have to enter information and my signature on PDF forms from time to time for work purposes, and I use the method described in my previous post, I have not come across the bar code functionality before. What exactly does the bar code contain? Does it contain just the text you entered in the fields, with each field separated by a Carriage Return and Line Feed? There are several open-source applications to generate 1D and 2D bar codes (my favourite for QR Codes is Portable QR-Code Generator -- see my blog post More tools for creating QR Codes in Linux for details) but there are also several Web sites that can be used to generate 1D and 2D bar codes, for example:1clue wrote:It should solve everything except the 2d/3d bar code part, which I expect won't get fixed.

Code: Select all
<form1>
<Name>Fitzcarraldo</Name>
<Department>IT</Department>
<Extension>18754</Extension>
</form1>
I think you can do that with kde-apps/okular.1clue wrote:Hi,
At the moment I get them, print them, sign them and scan them back in to return to the sender. I'd like to simplify that.
Sign them with a crypto key instead.At the moment I get them, print them, sign them and scan them back in to return to the sender. I'd like to simplify that.


Code: Select all
<?xml version="1.0" encoding="UTF-8"?><form1><DropDownList1/><TextField1>Hello</TextField1><TextField2>fjhkdlsfhjksdhjashd</TextField2><DateTimeField1>2010-03-24</DateTimeField1><RadioButtonList>1</RadioButtonList></form1>
Although it is still available and I installed it under WINE and used it successfully with PDF forms which include automatically-updating barcodes (such as sample_barcoded_demo.pdf) I had downloaded from the Web, the PDF-XChange Viewer Web page states:The FREE PDF viewer download of the PDF-XChange Viewer may be used without limitation for Private, Commercial, Government and all uses, provided it is not -: incorporated or distributed for profit/commercial gain with other software or media distribution of any type - without first gaining permission.
So I installed the newer PDF-XChange Editor under WINE, and it has more features than PDF-XChange Viewer and also works with a PDF form which includes automatically-updating barcodes. The Web page for PDF-XChange Editor states:The PDF-XChange Viewer has been discontinued and replaced by the PDF-XChange Editor which is now available including all the features of the Viewer and much, much more. . .
So you should be able to use it.The FREE download of the PDF-XChange Editor may be used without limitation for Private, Commercial, Government and all uses, provided it is not: incorporated or distributed for profit/commercial gain with other software or media distribution of any type - without first gaining permission.
Code: Select all
$ export WINEPREFIX=$HOME/.wine-pdfxve6
$ export WINEARCH="win32"
$ winecfg # Select Windows 10.
$ cd .wine-pdfxve6/drive_c/
$ # Copy downloaded installer to C: drive:
$ cp ~/Downloads/PDFXVE6.zip .
$ unzip PDFXVE6.zip
$ # Install PDF-XChange Editor:
$ wine PDFXVE6.exeCode: Select all
$ WINEPREFIX="$HOME/.wine-pdfxve6" && WINEARCH="win32" && wine $WINEPREFIX/drive_c/Program\ Files/Tracker\ Software/PDF\ Editor/PDFXEdit.exeThat patch seems to be done already:ct85711 wrote:... The second patch indicates there may be a patch out from Debian that possibly helps resolve this issue? May want to look into that, see if we need that patch or not.
https://bugs.ghostscript.com/show_bug.cgi?id=697334#c5 wrote:This issue is solved in mupdf-1.10-rc2