Print Page | Close Window

Generating Barcodes - EAN-13

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=769
Printed Date: 17 May 24 at 10:12AM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Generating Barcodes - EAN-13
Posted By: MrPopup
Subject: Generating Barcodes - EAN-13
Date Posted: 20 Aug 07 at 9:35PM

I am attempting to generate EAN-13 barcodes for inclusion on each pdf page being generated.

No matter the combinations I try I have been unable to get the barcode created/drawn -d drawBarCode always returns 0.  I can get Code39, Code 128 and Interleaved to work, but all only with option 0.

The following code is employed:
 
  str := "1234567890123";
  result := qp.drawBarcode(Left,
       Top,
       50,
       qp.getBarcodeWidth(1,str,2),
       str & "/RC",
       2,
       0);
 
I am using the ActiveX iSedQuickPdf 5.21 (as far as I can tell!).
 
Has anyone managed to achieve the successful creation etc of an EAN-13  barcode with QuickPDF?
 
Any assistance would be greatly appreciated.
 
Thank you.Smile



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk