[iText-questions] Table - vertical column filling

2003-07-03 Thread Cezar FLOROIU
Hi   For PDF generation: I have a table with 2 columns. Is it possible to fill this table in the following way: first I fill first column with cells (vertical). When I reach the end of the page I start to fill the second column with cells. The same for next page and so on until no more recor

[iText-questions] Two questions. Please help

2003-07-03 Thread Cezar FLOROIU
Hi   Please help me, I have two question:   1. How can I align vertically a text in a PdfPCell ?   2. Is it possible to encrypt the PDF document ?   Thanks, Cezar

[iText-questions] iText, PdfImportedPage, PdfReader

2003-07-03 Thread Sullivan, Sean C - MWT
Quoting "Karr, David" <[EMAIL PROTECTED]>: > In Sean Sullivan's article about iText on the O'Reilly website, he > mentions the "templating capability" of iText. In a quick perusal of > the iText documentation, I don't see anything about a template > capability, although I noticed the "PdfTempl

Re: [iText-questions] To Bruno

2003-07-03 Thread Matt Tencati
I don't think you are able to output non-printable characters using jsp. JSP automatically opens the output using a writer which can only output printable characters. You must use a Servlet and use an OutputStream rather than using a JSP. Matt

[iText-questions] To Bruno

2003-07-03 Thread Zaher Afra
Hello and thnx for ur concern i said the code works in a java class only if i comile it using -encoding Cp1256 which means it is not workng properly if i compile it normally i get the same error as in the jsp which is that unicode appears instead of arabic characters, i am using tomcat and broad

Re: [iText-questions] XSL FO

2003-07-03 Thread David Thielen
You might want to look at www.WindwardReports.com -- Original Message -- From: Bruno <[EMAIL PROTECTED]> Date: Tue, 1 Jul 2003 15:48:09 +0200 >Quoting Lloyd Bergman <[EMAIL PROTECTED]>: > >> Does iText support XSL Formatting Objects? > >No, I agreed not t

Re: [iText-questions] BARCODE: com.lowagie.text.DocumentException: Helvetica not found as resource

2003-07-03 Thread Dennis Meyer
Hi, I put it iun the %javahome%/jre/lib/ext directory It should work there as we also use some XML and mail JAR's in the same dir. Also it works on my Laptop running on win2k in the saame configuration. But anyway I will try out the applicatio n lib directory. It builds other PDF without problems

Re: [iText-questions] BARCODE: com.lowagie.text.DocumentException: Helvetica not found as resource

2003-07-03 Thread Alex Potter
Hi > I'm using iText with the 128Barcode. It's a littlebit strange, but I get the > following Exception: > > Helvetica not found as resource. (The *.afm files must exist as resources in > the package com.lowagie.text.pdf.fonts) Where have you put the jar? In WEB-INF/lib? Sounds to me like its not

RE: [iText-questions] BARCODE: com.lowagie.text.DocumentException: Helvetica not found as resource

2003-07-03 Thread Paulo Soares
Some barcodes may have text associated with it and if you got that error it means that all the built-in fonts are not accessible. These fonts are accessed as resources in the package com.lowagie.text.pdf.fonts. Why tomcat can't find them, I don't know, I'm sure others also use tomcat and Linux. Be

[iText-questions] Print

2003-07-03 Thread Naveen
Hi All, I want to print the pdf document without opening it manually is there any method in iText which i can use. Thanks Naveen --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, an

[iText-questions] embed tag

2003-07-03 Thread Erica Marques da Silva
Hi,   I´m trying to use EMBED tag like in the itext faq to not run twice in internet explorer. Really it worked, but ifI have objects in session, these are lost! What Can I do to continue with the session ?   Thanks.

[iText-questions] BARCODE: com.lowagie.text.DocumentException: Helvetica not found as resource

2003-07-03 Thread Dennis Meyer
Hi, I'm using iText with the 128Barcode. It's a littlebit strange, but I get the following Exception: Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts) ExceptionConverter: com.lowagie.text.DocumentException: Helvetica not found as

Re: [iText-questions] Text rotation

2003-07-03 Thread Alex Potter
Paolo Thanks! I ended up using the technique illustrated in text_fields.java from your examples.zip - I couldn't get the hang of the rotation/scaling/transformation using the templates, not being a mathematician :) regards Alex --- This SF.

RE: [iText-questions] CAN ANYONE HELP??????

2003-07-03 Thread Paulo Soares
That's a configuration problem of your jsp, it has nothing to do with iText. You should ask that question to the guys that made the web server. Best Regards, Paulo Soares > -Original Message- > From: Zaher Afra [SMTP:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 10:16 > To: [EMAIL P

Re: [iText-questions] CAN ANYONE HELP??????

2003-07-03 Thread Bruno Lowagie
Zaher Afra wrote: PLEASE SOMEONE REPLY AS I AM WRITING THIS PROBLEM FOR THE SECOND TIME AND I GOT NO REPLYS! Maybe it's because this isn't a JSP mailinglist. As you say yourself: it's not iText causing the problem, because your code works if you run it outside the JSP. The configuration of a web

RE: [iText-questions] Text rotation

2003-07-03 Thread Paulo Soares
There are other ways of doing it but it depends on how you are placing the text in the document. Best Regards, Paulo Soares > -Original Message- > From: Bruno [SMTP:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 6:07 > To: Alex Potter > Cc: [EMAIL PROTECTED] > Subject: Re: [iT

RE: [iText-questions] What is the "template capability" in iText?

2003-07-03 Thread Paulo Soares
Also check PdfStamper. Best Regards, Paulo Soares > -Original Message- > From: Bruno [SMTP:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 6:05 > To: Karr, David > Cc: [EMAIL PROTECTED] > Subject: Re: [iText-questions] What is the "template capability" in > iText? > > Quoting

[iText-questions] CAN ANYONE HELP??????

2003-07-03 Thread Zaher Afra
Hi i have a jsp that creates a pdf file, it works perfectly fine for english characters but when i write arabic characters with in the code of the jsp, and shape them to the form /u0627 etc. using my unicode class they are shaped correclty but they appear in the pdf file in the form of /u0627 et

RE: [iText-questions] Question about compression.....

2003-07-03 Thread Paulo Soares
iText already compresses as much as possible all the objects. I doubt that you have a pdf bigger than a tiff after conversion. Best Regards, Paulo Soares > -Original Message- > From: Paul Agustin [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2003 19:28 > To: [EMAIL PROTECTED] > Su

Re: [iText-questions] Parsing XML attributes

2003-07-03 Thread Bruno
Quoting Michael Hauck <[EMAIL PROTECTED]>: > Hi everyone! > > I have an XML file with the following tag: > > > > What I want to do is to print the values of the attributes to the PDF > file. How can I do this? Do I need to add something to the tagmap? The way class TagMap works, it is not po

[iText-questions] Parsing XML attributes

2003-07-03 Thread Michael Hauck
Hi everyone! I have an XML file with the following tag: What I want to do is to print the values of the attributes to the PDF file. How can I do this? Do I need to add something to the tagmap? Thanks! mike --- This SF.Net email sponsored