args)
{ System.out.println("subscriptTest
example"); Document document = new
Document(PageSize.LETTER, 50, 50, 50, 50);
try {
RtfWriter2.getInstance(document, new FileOutputStream("subscript.rtf"));
document.addAuthor("scott
purcell"); d
Hello,
I am producing some
text with footnotes which basically require the use of subscripts. Are the
examples here in regards to subscripts the only subscript available in the
package?
http://itext.sourceforge.net/tutorial/objects/chunk/index.html#subsup
It just looks like a
lot of wo
I apologize, I failed to copy the full class file.
I am creating RTF.
Thanks,
Scott
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 19, 2005 3:25 PM
To: Scott Purcell; itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Memory
Hello,
I am creating a
multi-page document in whcih I am embedding images. Below, as you can see, I
have a table, where the left side is some simple text, and the left side is a
embeded thumbnail. All works well, but when I queries upon 10,000 images, the
JVM on my local box(testing) was
Hello,
I have been trying
to create the illusion of a border around a table, where each row is a shaded
color with values. A kind of spreadsheet effect. Anyway, I got the shading of
the rows to work by coloring the cells the color, and skipping every other row
with the color.
Problem from
de as required. http://www.lowagie.com/iText/tutorial/ch12.html#eventtable
HTH Kiers
"Scott Purcell"
<[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED]
18/01/2005 22:21
ry {
RtfWriter2.getInstance(document, new
FileOutputStream("hellofoFO.rtf"));
document.addAuthor("scott purcell");
document.addSubject("This is a test.");
document.open();
Table outer = new
Table(1);
outer.setBorderWidt
Hello,
I am doing a simple
ResultSet query, and I am building a simple table fromt he
results.
All is good, but I
would like to tweak this a bit. In the first column the asset_id is roughly 12
characters long. And the other columns are of course longer. How can I set the
first column to
Hello,
I have been trying
to add images to a table for the past day, and it is driving me nuts that it
does not work.
Below is code that
produces an image element from a query. The image shows up if I throw it on the
document, but when I add it to a cell, it does not show up. Can someone p
Hello,
I have two types of
images in my workflow currently. I have jpg files in a database (oracle 8i) and
gif images that are on a filesystem.
Question: It looks
like I can use the class Jpeg for the images of course, pulling them from the db
into the constructor as bytes[], but how sho
Hello,
I am trying to
create a table where the outer table has a border yet, inside there are no
borders.
I have tried nesting
the tables with the below and it does not work. Does anyone know a work-around
here?
I created an outer
table with a border of 1, then created the real table wi
Hello,
I have been creating
some RFT documents, and just realized that I have never specified any fonts, or
font sizes. I am creating mostly tables, and would like to know how to handle
this type of function.
Thanks,
Scott K Purcell | Developer | VERTIS |
555 Washington Ave. 4th Floor |
I am on a project where we are going to create RTF documents. Part of the scope
document is to use "stylesheets" so tht users can change styles via the
stylesheet menu in Microsoft Word.
I see in the API that there is a stylesheet
"com.lowagie.text.html.simpleparser.StyleSheet".
If this the cl
Hello,
I am sure this
question is asked all the time, and if so, I apologize in advance. Here is the
situation I am trying to fulfill.
I have the need to
produce RTF documents on the fly based upon users queries to a asset management
system we run. Basically the request will create pages
14 matches
Mail list logo