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
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:
&
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
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
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
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
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
-
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.
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
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
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
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
+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
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
---
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
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");
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
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.
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
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
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
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
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
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
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
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
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):
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
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
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
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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"
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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,
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:
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
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
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
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
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
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
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
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
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]>;
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
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
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,
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,
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();
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
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
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
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
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.
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
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
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
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
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
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
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
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.
>
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:
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
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
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
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
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
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
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(
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
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]
;[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 - 100 of 123 matches
Mail list logo