  | 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 Marcel Gil Vega
Back
Please then say me some one possible solution to this issue according to option property and another.
Paulo Soares <psoares@(protected)> wrote: 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" To: 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/
-- ---- ---- ---- ---- ---- ----- Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. <br>Please then say me some one possible solution to this issue according to option property and another. <br><br><b><i>Paulo Soares <psoares@(protected) ></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb (16, 16, 255); margin-left: 5px; padding-left: 5px;"> A best effort is made to respect the rows and columns but they may be <br>adjusted to keep the barcode valid.<br><br>Paulo<br><br>-- -- Original Message -- -- <br>From: "Marcel Gil Vega" <marcelgilvega13@(protected)><br>To: <itext-questions@(protected)> <br>Sent: Tuesday, October 02, 2007 11:05 PM<br>Subject: [iText-questions] PDF417 with rows and columns fixed...<br><br><br>Hi,<br><br>I want to fix the dimension of output pdf417 image by codeRows and <br>codeColumns. In order to do that i wrote this code for example:<br><br>BarcodePDF417 b = new BarcodePDF417();<br>b.CodeRows = 23;<br>b.CodeColumns = 38;<br>b.Options = BarcodePDF417.PDF417_FORCE_BINARY + <br>BarcodePDF417.PDF417_FIXED_RECTANGLE ;<br><br>and after call b .CreateDrawingImage(...) method the values of CodeRows and <br>CodeColumns are different.<br>I suppose it happen due to the AspectRatio value then how can i set the <br>CodeRows and CodeColumns values of output pdf417 bitmap .<br><br >Can i say my output image will be a matrix of r by c where r < = 30 and c <= <br>90?<br><br>Thanks you very much in advantage.<br><br>Mosquets<br><br> <br>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -----<br >This SF.net email is sponsored by: Microsoft<br>Defy all challenges. Microsoft (R) Visual Studio 2005.<br>http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct /01/<br>__ ____ ____ ____ ____ ____ ____ ____ ____ ____<br>iText-questions mailing list<br>iText-questions@(protected)<br>https://lists .sourceforge.net/lists/listinfo/itext-questions<br>Buy the iText book: http://itext.ugent.be/itext-in-action/<br></itext-questions@(protected) .net></marcelgilvega13@(protected)></blockquote><br><p>  <hr size=1>Building a website is a piece of cake. <br>Yahoo! Small Business gives you <a href="http://us.rd.yahoo.com/evt=48251/*http:/ /smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS">all the tools to get online .</a> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- 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/
|
|
 |