pb with adm64 system
Brought to you by:
hperaza,
ooosawaddee3
Hello
I'm trying to read PDF417 from PDF file
On a i686 (Linux old_server 2.6.32-5-686 #1 SMP Tue May 13 16:33:32 UTC 2014 i686 GNU/Linux) its works fine
But on another server on amd64 (Linux new_server) 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u2 x86_64 GNU/Linux) i d'ont have the same result.
What i do :
pdfimages mypdf.pdf images
convert images-000.pbm page.pbm
pdf417decode page.pbm
On old_server it woks fine i got the goog code
with the same pdf on new server i got not the same string
Thanks for help
Jean-Marc