[iText-questions] Need help converting ByteArrayOutputStream to VB.NET equivalent

2010-12-23 Thread John R. Smith, Jr.
I am writing a VB.NET app utilizing iText and have hit a snag trying to convert the following line from java to VB.NET. I am creating a booklet so I need to write the file to memory (need to know the total number of pages) so I can rearrange the pages and then generate the real doc. Can someone t

Re: [iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-06-23 Thread JR Naylor
Thank you very much. This is exactly what I needed. I did not consider creating my own HashMap with those parameters to build the outline without actually inserting PdfDestinations. That is the information I was missing. Thanks again! 1T3XT info wrote: > > JR Naylor wrote: &

[iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-06-19 Thread JR Naylor
lution would be? Edit: I should mention that the 3 pdf's I am merging do NOT have existing bookmarks. Thanks, JR Naylor -- View this message in context: http://www.nabble.com/Creating-Bookmarks-in-merged-PDF-without-inserting-new-pages-tp18016936p18016936.html Sent from the iText - Ge

Re: [iText-questions] iText 2.0.7 was released

2007-11-28 Thread William L. Thomson Jr.
issue. But now no clue? -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the d

[iText-questions] PDF to image

2007-10-18 Thread Euler Melo Jr
Hi, how to convert a pdf file (one page) to a image (png, jpg etc) ? Thanks. Euler Jr. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and

[iText-questions] iText and SWING or AWT

2007-10-18 Thread Euler Melo Jr
How I display a contents of existing pdf file in a JPanel using iText? This is possible? I need display each page in a container (SWING or AWT). - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files

Re: [iText-questions] Announcing releases

2007-05-30 Thread William L. Thomson Jr.
llow releases :) > I'm always open to suggestions. Just a message to this ml would be idea, but not a must. > Hope this helps, Surely ty :) -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part -

Re: [iText-questions] Not using com.sun.* classes

2007-05-30 Thread William L. Thomson Jr.
hours when servers sync http://viewcvs.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/files/ I modified the ArabicText.java example to pass along true and a JPEG quality to test out the code I modified. Seemed to work. http://bugs.gentoo.org/attachment.cgi?id=120713 -- William L. Thomson Jr.

Re: [iText-questions] Not using com.sun.* classes

2007-05-30 Thread William L. Thomson Jr.
shortly. Cool, thanks much. -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE vers

[iText-questions] Not using com.sun.* classes

2007-05-30 Thread William L. Thomson Jr.
ug or etc? Please advise there, thanks. -- William L. Thomson Jr. Gentoo/Java --- ../PdfGraphics2D.java 2007-05-30 12:38:56.0 -0400 +++ com/lowagie/text/pdf/PdfGraphics2D.java 2007-05-30 13:07:37.0 -0400 @@ -99,6 +99,7 @@ import java.util.Iterator; import java.ut

[iText-questions] Announcing releases

2007-05-30 Thread William L. Thomson Jr.
point me in that direction. Thanks much. -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the

Re: [iText-questions] Missing glyphlist.txt when compile from source

2006-12-07 Thread William L. Thomson Jr.
one shipped with the sources. Seems to do the trick ;) Sorry about the false report/patch. -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part - Take Surveys. Earn Cash

[iText-questions] Missing glyphlist.txt when compile from source

2006-12-07 Thread William L. Thomson Jr.
+51,7 @@ + -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [iText-questions] state-based J/NUnit testing of iText considered harmful

2006-12-03 Thread William L. Thomson Jr.
ed allot of these scenarios are kinda unlikely with iText, but those are some of the reasons why JUnit tests could still be beneficial. -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally signed message part ---

[iText-questions] JUnit tests

2006-12-01 Thread William L. Thomson Jr.
them in the build.xml file for iText. That would allow us to run tests after compiling and would really help out. Otherwise very pleased with iText, so my thanks and compliments on the good work ;) -- William L. Thomson Jr. Gentoo/Java signature.asc Description: This is a digitally s

[iText-questions] Text not showing in TextField when PDF created

2006-09-18 Thread jr
I have a text field which I populate via the following the TEXT is not visible until you click on the form field.  If the text is longer than the field it shows.  Is there a way to show it without having to click on it?   TextField text; text = new TextField(writer, border, "name");  

[iText-questions] Value Calculations in PDF with Itext

2006-09-14 Thread jr
when I create it through itext?   Thank you.   Regards,   JR - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier

[iText-questions] PDF in HTML document

2006-03-29 Thread Normandes Jr
Hi,      I'm brazilian and i'm sorry for my english. So, I'm trying build a jsp page with an html inside of it. I can generate a pdf file but it's necessary salve it in HD or open using an PDF viewer. Would you help me? If you don't understand my question please contact me and I will try explain.  

Fwd: RE: [iText-questions] iText and security options

2004-07-01 Thread Herbert Dutra Jr.
to: RE: [iText-questions] iText and security optionsDe: "Paulo Soares" <[EMAIL PROTECTED]>Para: "Herbert Dutra Jr." <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>Data: Thu, 1 Jul 2004 11:36:28 +0100 PDF security is like that, more psychological than real. If you don&#x

[iText-questions] iText and security options

2004-06-30 Thread Herbert Dutra Jr.
Hi there,   I'm using iText to create PDF files and I'm facing some troubles with the security options. When you use Acrobat, you have to type the owner password in order to change the security options (permissions). If you save a copy from that file, the copy will have the same security options o

[iText-questions] PDF/Java Reference Book

2004-02-20 Thread Sliwinski Jr., John J
Can anyone recommend a good PDF/Java reference book. I currently use the iText website but can't find all functional answers and/or examples. John S. CONFIDENTIALITY NOTICE: This E-Mail is intended only for the use of the individual or entity to which it is addressed and may contain inform

[iText-questions] Bold Base Font

2004-02-20 Thread Sliwinski Jr., John J
nt bf = BaseFont.createFont(BaseFont.HELVETICA , BaseFont.CP1252, BaseFont.NOT_EMBEDDED); cb.setFontAndSize(bf,12); Thanks, John J. Sliwinski Jr. Amerihealth Administrators (215-793-3133) CONFIDENTIALITY NOTICE: This E-Mail is intended only for the use of the individual or entity to which

[iText-questions] Test cursor position

2003-08-28 Thread Wakabayashi, JR
page long and it forces an empty page. I want to check and see so I only force the one page break. Thanks. JR --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.c

[iText-questions] Page cursor check

2003-08-28 Thread Wakabayashi, JR
at I don't force a page break . Thanks. JR --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL P

Re: [iText-questions] PDF file opening error

2003-07-25 Thread Kenny G. Dubuisson, Jr.
I upgraded to iText 1.00 and it solved the problem. Thanks, Kenny - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 3:41 AM Subject: Re: [i

Re: [iText-questions] PDF file opening error

2003-07-24 Thread Kenny G. Dubuisson, Jr.
iter.getImportedPage(reader, 1); cb.addTemplate(page, 0, 0); document.newPage(); page = writer.getImportedPage(reader, 2); cb.addTemplate(page, 0, 0); document.newPage(); } Thanks, Kenny - Original Message ----- From: "Kenny G. Dubuisson, J

[iText-questions] PDF file opening error

2003-07-24 Thread Kenny G. Dubuisson, Jr.
I have a web page that allows users to select different sections of a document and then generate a full PDF document from the selections made. Each section is it's own PDF. All works fine except for one section document. When the user adds it, they get the following error (truncated for brevity):

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
ate it. Thanks, Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:09 AM Subject: [iText-questions] Example of HTML "please wait" screen before PDF generation > Hello

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Sorry for the freaking SPAM again. My stupid MS Outlook keeps going psycho on me. Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:11 AM Subject: [iText-questions] Example of HTM

Re: [iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Sorry for the freaking SPAM again. My stupid MS Outlook keeps going psycho on me. Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 11:11 AM Subject: [iText-questions] Example of HTM

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

[iText-questions] Example of HTML "please wait" screen before PDF generation

2003-06-25 Thread Kenny G. Dubuisson, Jr.
Hello all. I've been working on the capability of a "please wait" screen that will display while my PDF is being generated. I got some code from Bruno and I've been trying to make it work to no avail. What the code is supposed to do is write to the output stream in HTML format the "please wait"

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

Re: [iText-questions] empty cells

2003-06-24 Thread Kenny G. Dubuisson, Jr.
Use cell.setFixedHeight(10); to set a row to be 10 points high. HTH, Kenny - Original Message - From: "Benjamin Boigienman" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 9:20 AM Subject: [iText-questions] empty cells > Hi, > > Hiw can I do to set a cell

[iText-questions] FYI...what a difference using Graphics 2d over JPEG for chart insertion

2003-05-29 Thread Kenny G. Dubuisson, Jr.
Hello all. I just wanted to post this for anyone browsing the list wanting to insert charts into their PDF's. I'm using JFreeChart and had been inserting charts as a JPEG image into the PDF document. On advice from this list I have changed this to insert the chart as a Graphics2D object. WOW wh

[iText-questions] com.lowagie.text.Image.getInstance(url) creates new session

2003-04-04 Thread Kenny G. Dubuisson, Jr.
I have a servlet that creates a PDF. In this servlet is a call to another servlet to place a dynamically generated JPEG chart in my PDF doc. The code is: com.lowagie.text.Image chartJPEG = com.lowagie.text.Image.getInstance("http://192.168.1.61/kcmria/servlet/PtsCh art"); cb.addImage(chartJPEG,

Re: [iText-questions] Re: Can you have a second, HTML, stream going to one browser

2003-03-24 Thread Kenny G. Dubuisson, Jr.
I'm eventually going to take this and get a full example working but I just haven't had time recently (I have a big deadline for next Wed). I should get to it around the end of next week. Once I get it all working I'll repost it to the list. Thanks, Kenny - Original Message - From: "Bru

Re: [iText-questions] How to make cell heights smaller than font size allows

2003-03-21 Thread Kenny G. Dubuisson, Jr.
t the desired effect of reducing row height. Take care everyone, Kenny - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 21, 2003 1:28 PM Subject: [iText-questions] How to make cell heights smaller

[iText-questions] How to make cell heights smaller than font size allows

2003-03-21 Thread Kenny G. Dubuisson, Jr.
Hello all. I've run into a little problem. I have a PdfPTable with PdfPCells that I need to "squish up". I want to make the cell height very tight on the text in the cell. To make the cell height smaller I used PdfPCell.setFixedHeight but it seems not to want to make the cell smaller than what

Re: [iText-questions] border

2003-03-20 Thread Kenny G. Dubuisson, Jr.
Use PdfPCell's method: setBorderWidth(0) on a cell. Every cell will need to be set this way. Kenny - Original Message - From: <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; "'Leonard Rosenthol'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 2:20 PM S

Re: [iText-questions] How to reduce timing

2003-03-19 Thread Kenny G. Dubuisson, Jr.
Yes you can use it that way. I would be interested to see your performance testing results. Thanks, Kenny - Original Message - From: "Jaladurgam, Ramana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 10:15 AM Subject: [iText-questions] How to reduce timing

Re: [iText-questions] Can you have a second, HTML, stream going to one browser

2003-03-13 Thread Kenny G. Dubuisson, Jr.
Thanks very much Bruno. I'm gonna pull it apart today and figure you what you are doing. Cya, Kenny - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday,

Re: [iText-questions] Can you have a second, HTML, stream going to one browser

2003-03-12 Thread Kenny G. Dubuisson, Jr.
Sure np. I'm in no hurry for that as long as I get it in the next 5 mins (just kidding of course). Kenny - Original Message - From: "Bruno Lowagie" <[EMAIL PROTECTED]> To: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent:

Re: [iText-questions] Can you have a second, HTML, stream going to one browser

2003-03-12 Thread Kenny G. Dubuisson, Jr.
Sounds great but way over my head :P...would you mind sharing your code for me to look at. Thanks so much Bruno. Kenny - Original Message - From: "Bruno" <[EMAIL PROTECTED]> To: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Se

[iText-questions] Can you have a second, HTML, stream going to one browser

2003-03-12 Thread Kenny G. Dubuisson, Jr.
I hope this isn't off topic. I want to display a "Please Wait" HTML window while my fairly long PDF generation takes place in the browser window. Is there a way to show the wait window, generate the PDF into Acrobat Reader in the browser, and then close the wait window? I've not figured a way to

Re: [iText-questions] PdfPTable row span

2003-03-12 Thread Kenny G. Dubuisson, Jr.
I just use 2 rows and turn off the border between them. HTH, Kenny - Original Message - From: "Ricky M. Codizar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 12, 2003 7:39 AM Subject: Re: [iText-questions] PdfPTable row span > Hi! > > I know that rowspan is not supp

Re: [iText-questions] Styled fonts on a PdfContentByte

2003-03-07 Thread Kenny G. Dubuisson, Jr.
I don't think you can. You must have the separate bold font. Maybe Paulo or Bruno know differently. Take care, Kenny - Original Message - From: "Danny Burkes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 3:54 PM Subject: [iText-questions] Styled fonts on a Pdf

Re: [iText-questions] text to pdf

2003-03-04 Thread Kenny G. Dubuisson, Jr.
Can you paste your code so we could take a look? Thanks, Kenny - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 3:18 PM Subject: [iText-questions] text to pdf > Hi, All > I wrote a simple Java program to convert a text file to pdf line

[iText-questions] PdfPTable default cell alignment not working

2003-02-28 Thread Kenny G. Dubuisson, Jr.
I have a servlet that generates many tables to a PDF doc using iText 0.96. I try to set the default text alignment for all cells of a table by using the following line of code but it doesn't seem to work (I still have to set the alignment for every cell): myTable.getDefaultCell().setHorizontalAlig

[iText-questions] Multiple servlets writing to same PDF stream?

2003-02-14 Thread Kenny G. Dubuisson, Jr.
I have a series of reports being generated by a servlet. I want the reports to all be in one PDF doc that opens in the browser. My question is if I can have multiple servlets called one after the other that could write to this same PDF doc. My problem is that I've got one servlet approaching 7K

Re: [iText-questions] text background color

2003-02-13 Thread Kenny G. Dubuisson, Jr.
Did you try PdfContentByte.setRGBColorFill?  That would be my guess to set that before your showTextAligned.  Hope this helps, Kenny - Original Message - From: David Thielen To: itext Sent: Thursday, February 13, 2003 3:48 PM Subject: [iText-questions] text ba

Re: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
I forgot to put jcommon in Tomcat's lib directory..DOH! Thanks for such quick response in helping me fix it. Take care, Kenny - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]>;

[iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
I have a servlet which generates a chart. The servlet compiles fine. But when I run it, I get the following error (truncated for brevity): java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants If this class is not found, wouldn't I get an error on compilation also. I don't even use

Re: [iText-questions] PdfPCell Row Height

2003-02-06 Thread Kenny G. Dubuisson, Jr.
to set a row height, use the method setFixedHeight on the first cell of a row. For example: PdfPCell cell1 = new PdfPCell(new Phrase("test", bigFont)); cell1.setFixedHeight(16); Hope this helps, Kenny - Original Message - From: "wakabayashi, jr" <[EMAIL

Re: [iText-questions] Table column sizes

2003-02-06 Thread Kenny G. Dubuisson, Jr.
I hate to admit it but it was a hit and miss approach. Sorry for the bad news (:P Kenny - Original Message - From: "Cardosa Kevin J CONT MECH" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 9:53 AM Subject: Re: [iText-questions] Table column sizes > Kenny,

Re: [iText-questions] Table column sizes

2003-02-06 Thread Kenny G. Dubuisson, Jr.
I hate to admit it but it was a hit and miss approach. Sorry for the bad news (:P Kenny - Original Message - From: "Cardosa Kevin J CONT MECH" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 9:53 AM Subject: Re: [iText-questions] Table column sizes > Kenny,

[iText-questions] PdfPCell Row Height

2003-02-06 Thread wakabayashi, jr
ent()); } catch(DocumentException de) { System.err.println(de.getMessage()); } catch(IOException ioe) { System.err.println(ioe.getMessage()); } // step 5: we close the document document.close();

Re: [iText-questions] Table column sizes

2003-02-03 Thread Kenny G. Dubuisson, Jr.
Gerard: Yes you can but you have to do it as percents of the total table size. For example, here is some code I use to create the table and set the total width (from variables I defined) and the percent column widths (which have to total 100): PdfPTable table = new PdfPTable(15); table.setTotalW

Re: [iText-questions] PdfPCell with multiple border widths on one cell

2003-01-30 Thread Kenny G. Dubuisson, Jr.
Ahh...makes sense. Thanks Paulo. Kenny - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 12:25 PM Subject: RE: [iText-qu

Re: [iText-questions] PdfPCell with multiple border widths on one cell

2003-01-30 Thread Kenny G. Dubuisson, Jr.
Hmm...I'm not sure if I know what you mean. Would you mind elaborating just a bit? Thanks Paulo. Kenny - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]>; <[EMAIL PRO

[iText-questions] PdfPCell with multiple border widths on one cell

2003-01-30 Thread Kenny G. Dubuisson, Jr.
Can you have a PdfPCell with a top and bottom border set to width=1 and a left and right border width=2? I haven't found a way to do this. Thanks, Kenny --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld

Re: [iText-questions] Dynamic creation of PDF with JSP

2003-01-30 Thread Kenny G. Dubuisson, Jr.
Lior:   I looked at your code and the what I don't see is the table output code.  It should be something like:   table.writeSelectedRows(0, -1, 32, 210, cb); That may fix it.  Let me know if not.  Thanks, Kenny - Original Message - From: Kenny G. Dubuisson, Jr.

Re: [iText-questions] Dynamic creation of PDF with JSP

2003-01-30 Thread Kenny G. Dubuisson, Jr.
you must fill all 8 cells before the row will print...it is not a cell by cell print.  See if this helps.  If not, I'm going to look at your code and get back to you.   Take care, Kenny - Original Message - From: Lior Shliechkorn To: Kenny G. Dubuisson, Jr. Sent: We

Re: [iText-questions] Dynamic creation of PDF with JSP

2003-01-29 Thread Kenny G. Dubuisson, Jr.
essage - From: Lior Shliechkorn To: Kenny G. Dubuisson, Jr. Sent: Wednesday, January 29, 2003 10:59 AM Subject: Re: [iText-questions] Dynamic creation of PDF with JSP Kenny, Also, how can I determine the end of a page on the PDF. So if my report is in a table t

Re: [iText-questions] Dynamic creation of PDF with JSP

2003-01-29 Thread Kenny G. Dubuisson, Jr.
Sure.  Here is the PDF attached. Kenny - Original Message - From: Lior Shliechkorn To: Kenny G. Dubuisson, Jr. Sent: Wednesday, January 29, 2003 12:09 PM Subject: Re: [iText-questions] Dynamic creation of PDF with JSP One more thing...Would you be able to

Re: [iText-questions] Dynamic creation of PDF with JSP

2003-01-29 Thread Kenny G. Dubuisson, Jr.
Lior:   Here is an example report that I have created.  I hope this helps, Kenny - Original Message - From: Lior Shliechkorn To: Kenny G. Dubuisson, Jr. Sent: Wednesday, January 29, 2003 10:26 AM Subject: Re: [iText-questions] Dynamic creation of PDF with JSP

Re: [iText-questions] Dynamic creation of PDF with JSP

2003-01-29 Thread Kenny G. Dubuisson, Jr.
Lior:   Sounds like you want to do what I did.  I was generating reports via JSP that were pretty long.  I didn't like the fact that there were no page breaks or repeat headers and stuff via the HTML so I decided to try iText.  And I want you to know that I really like it but it did take a b

Re: [iText-questions] Page breaks for long PdfPTable

2003-01-14 Thread Kenny G. Dubuisson, Jr.
t; <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 4:17 AM Subject: RE: [iText-questions] Page breaks for long PdfPTable > PdfPTable won't break rows. That's documented in

[iText-questions] Page breaks for long PdfPTable

2003-01-13 Thread Kenny G. Dubuisson, Jr.
I'm pulling data from a database that generates rows in a PdfPTable. There are more rows than fit on one page. The problem I have is that I can't get the table to page break at the end of the page and continue on the next page (with a new header). What I want it like in http://www.lowagie.com/iT

Re: [iText-questions] How to set PdfPCell width

2003-01-10 Thread Kenny G. Dubuisson, Jr.
ginal Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 3:48 PM Subject: [iText-questions] How to set PdfPCell width > I'm trying to set the width of my cells in a PdfPTable that uses PdfPCells. >

[iText-questions] How to set PdfPCell width

2003-01-10 Thread Kenny G. Dubuisson, Jr.
I'm trying to set the width of my cells in a PdfPTable that uses PdfPCells. I've tried the "setLeft" method to no avail. Could someone tell me how to control a PdfPCell's width. Thanks in advance, Kenny --- This SF.NET email is sponsored by:

[iText-questions] BaseFont.getWidth(Unknown source) error

2003-01-10 Thread Kenny G. Dubuisson, Jr.
I have a servlet that creates a PDF using iText. I'm grabbing a date from the database (as a string) and trying to display it with the following line of code: cb.showTextAligned(PdfContentByte.ALIGN_CENTER, asOfDate, pageWidth / 2, pageHeight - 70, 0); When I use this, I get the following error

[iText-questions] Displaying exceptions from a PDF generating servlet

2003-01-10 Thread Kenny G. Dubuisson, Jr.
I'm just beginning to author a servlet which generates a PDF document (for the browser) from data in a database. I'm having problems with it where, when I have certain lines of code in the servlet, I get an empty browser (not even an empty PDF doc). I must be throwing exceptions that I'm not seei

[iText-questions] Underlined font

2003-01-09 Thread Kenny G. Dubuisson, Jr.
How do I get a BaseFont that is underlined? I looked all through the Java docs and didn't see it mentioned. What I want is TIMES_ROMAN underlined. Thanks, Kenny --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + Lin

Re: [iText-questions] Dash Grid Lines and File Size

2002-12-19 Thread Kenny G. Dubuisson, Jr.
I don't know if this info will help but it works great for me. I am also using iText for PDF generation via servlets and it calls JFreeChart for the embedded chart. But I don't bring the chart in as an JFreeChart Image object; I bring it in as a JPEG Image. My JFreeChart servlet just outputs to

[iText-questions] PDF document error in Acrobat Reader

2002-12-17 Thread Kenny G. Dubuisson, Jr.
I'm getting an error when Acrobat opens to display my PDF I'm generating with iText. The error dialog box states that "Illegal Operation 'ET' outside text object". When I click "OK" to close the error, my document displays as it should. This error just came about when I added table generation to

[iText-questions] Any way to control PdfPCell borders on a side-by-side basis

2002-12-13 Thread Kenny G. Dubuisson, Jr.
I would like to control the borders of a PdfPCell on a side-by-side basis (meaning turn top and bottom off and leave left and right on). Is there any way to do this? Thanks, Kenny --- This sf.net email is sponsored by: With Great Power, Comes

[iText-questions] Generating a test PdfPTable problem

2002-12-13 Thread Kenny G. Dubuisson, Jr.
I'm trying to generate a test PdfPTable to add to my ContentByte document. >From the docs, I would think that the following lines would work (where "cb" is my ContentByte object): PdfPTable table = new PdfPTable(4); table.addCell("Test Cell 1"); table.addCell("Test Cell 2"); table.addCell(

Re: [iText-questions] Newbie servlet won't output anything

2002-12-13 Thread Kenny G. Dubuisson, Jr.
Take care, Kenny - Original Message - From: "SRIDHARAN Aravind" <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 9:39 AM Subject: RE: [iText-questions] Newbie servlet won't output anything

Re: [iText-questions] Newbie servlet won't output anything

2002-12-13 Thread Kenny G. Dubuisson, Jr.
this info helps...let me know if you need more info. Kenny - Original Message - From: "SRIDHARAN Aravind" <[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 8:47 AM Subject: RE: [iText-questions]

Re: [iText-questions] Newbie servlet won't output anything

2002-12-13 Thread Kenny G. Dubuisson, Jr.
;[EMAIL PROTECTED]> To: "'Kenny G. Dubuisson, Jr.'" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 10:00 PM Subject: RE: [iText-questions] Newbie servlet won't output anything > Could you let me in brief the way you did for IE? > Thank you. &

  1   2   >