11-07-2008, 17:15
|
cheedallarajesh
Joined on 11-06-2008
Posts 5
|
pdf tagging using barcodes
|
 
 
|
|
|
Hi, I am trying to find a way to tag pdf documents with 2D Datamatrix barcode (on each page of the pdf document) so that when we get the pdf back from our clients thru fax (pdf printed and signed by our clients) then we can read the barcode and route it accordingly.
We are evaluating LeadTools pro for this. I am able to generate datamatrix barcode. But the code I was trying generates inconsistence rasterimage and barcode in it. I created a Raster Image using following code: RasterImage image = new RasterImage(RasterMemoryFlags.Conventional, 500, 500, 1, RasterByteOrder.Bgr, RasterViewPerspective.TopLeft, null, IntPtr.Zero, 0); As the width/height is 500/500 and the barcode that I create using dynamic text varies in size and the resulted image looks pretty bad (a small portion of the image is barcode and rest is black).
Is there a way to create barcode image and insert into pdf document? If I could get a sample C# code would be much appreciated, or atleast point me to where to look for help.
Thanks,
|
|
|
|
|
Report
|
|
|
|