Page 1 of 1

How to test and generate PDF417 barcode ?

Posted: Thu Jun 27, 2013 4:29 pm
by bmsengin
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.

Code: Select all

GdPictureImaging oGdPictureImaging = new GdPictureImaging();
int imageID = oGdPictureImaging.CreateNewGdPictureImage(300, 50, 16, Color.White);
oGdPictureImaging.BarcodePDF417Write(....);
I have add a reference to GdPicture.NET.9 and GdPicture.NET.9.PDF to my Visual Studio project.

Could you help me please.

Regards
Gilles

Re: How to test and generate PDF417 barcode ?

Posted: Fri Jun 28, 2013 3:27 pm
by Cedric
I don't understand what your problem is, could you please open a ticket on the support (in French if you're not comfortable enough to use English) so we can help you further?

Re: How to test and generate PDF417 barcode ?

Posted: Fri Jun 28, 2013 3:38 pm
by bmsengin
I have solved my problem with an update of GDPicture.

Regards,
Gilles