  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | -none- | -none- 2007-10-02 - By Paulo Soares
Back A best effort is made to respect the rows and columns but they may be adjusted to keep the barcode valid.
Paulo
-- -- Original Message -- -- From: "Marcel Gil Vega" <marcelgilvega13@(protected)> To: <itext-questions@(protected)> Sent: Tuesday, October 02, 2007 11:05 PM Subject: [iText-questions] PDF417 with rows and columns fixed...
Hi,
I want to fix the dimension of output pdf417 image by codeRows and codeColumns. In order to do that i wrote this code for example:
BarcodePDF417 b = new BarcodePDF417(); b.CodeRows = 23; b.CodeColumns = 38; b.Options = BarcodePDF417.PDF417_FORCE_BINARY + BarcodePDF417.PDF417_FIXED_RECTANGLE ;
and after call b.CreateDrawingImage(...) method the values of CodeRows and CodeColumns are different. I suppose it happen due to the AspectRatio value then how can i set the CodeRows and CodeColumns values of output pdf417 bitmap .
Can i say my output image will be a matrix of r by c where r < = 30 and c <= 90?
Thanks you very much in advantage.
Mosquets
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |