Search found 5 matches

by bmsengin
Thu Aug 29, 2013 4:30 pm
Forum: Barcode Reading & Writing
Topic: No barecode recognition on server x64 and 1 barecode on x86
Replies: 2
Views: 7299

Re: No barecode recognition on server x64 and 1 barecode on

Hi, Thanks for you answer but : 1. All version of the .dlls useds are exactly the same between my Desktop and the Server and the redist folder on GDPicture 2. No error, all code is executed successfully but the result is not the same : one barcode and my desktop and zero barcode on the server Please...
by bmsengin
Wed Aug 28, 2013 11:01 am
Forum: Barcode Reading & Writing
Topic: No barecode recognition on server x64 and 1 barecode on x86
Replies: 2
Views: 7299

No barecode recognition on server x64 and 1 barecode on x86

Hi, I have the same application in C# : one on my desktop with windows 7 x86 and an other on a server x64. Application is compiled with option "Any CPU" and all library are in the application folder : GdPicture.NET.9.barcode.1d.reader.64.dll GdPicture.NET.9.barcode.1d.reader.dll GdPicture....
by bmsengin
Sat Aug 10, 2013 3:55 pm
Forum: OCR, MRC & Document understanding
Topic: How to search text into pdf after build a searchable pdf
Replies: 3
Views: 7715

How to search text into pdf after build a searchable pdf

Hi,

In this post you explain how to build a searchable pdf from existing pdf : viewtopic.php?t=1257

But how use it and search some text in folder containing searchable pdf ?

Regards,
Gilles
by bmsengin
Fri Jun 28, 2013 3:38 pm
Forum: Barcode Reading & Writing
Topic: How to test and generate PDF417 barcode ?
Replies: 2
Views: 6746

Re: How to test and generate PDF417 barcode ?

I have solved my problem with an update of GDPicture.

Regards,
Gilles
by bmsengin
Thu Jun 27, 2013 4:29 pm
Forum: Barcode Reading & Writing
Topic: How to test and generate PDF417 barcode ?
Replies: 2
Views: 6746

How to test and generate PDF417 barcode ?

I have an evaluate licence of GD picture .net and i would like to generate PDF417 bar code but i can’t find method like BarcodePDF417Write, it’s seems not exist. GdPictureImaging oGdPictureImaging = new GdPictureImaging(); int imageID = oGdPictureImaging.CreateNewGdPictureImage(300, 50, 16, Color.Wh...