Quoting Matt Benson <[EMAIL PROTECTED]>:
> That's a real nice story, but what did you think about
> what I said? j/k :)
I had a solution on paper that corresponds somewhat
with your second suggestion.
> Also, I am no expert on HTML or anything else... I had
> said that hyphenation would not a
Hello
Is it possible to place a header and footer on every page in the pdf
by using an xml file.
i dont find any tags for this!!!
Thanks in advance
Peter Carlsson
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lis
The proposed solution of using a ByteArrayOutputStream does not
work. IE 6 still displays a blank
screen.
I have found a way to fool Internet Explorer into displaying a pdf file served
from a servlet. The trick is to
set the content type= "application/vnd.fdf". This automatically la
That's a real nice story, but what did you think about
what I said? j/k :)
Also, I am no expert on HTML or anything else... I had
said that hyphenation would not apply for HTML. But
would it? The discussion about nowrap in HTML made me
think it might at least apply for Tables...
One more thi
Hi,
you must download
Docs-Website =>Tutorial=>examples.tar.gz
pdf.jsp should be included.
Ingo
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourcefo
Quoting Matt Benson <[EMAIL PROTECTED]>:
> I find this hyphenation character idea interesting.
It brought back some nice memories when they asked me for
that feature. I wrote a text processor in BASIC for my
Tandy TRS 80 4P when I was 14 years old. It contained a
complete Dutch grammatic and wa
Quoting Paulo Soares <[EMAIL PROTECTED]>:
> > - tutorial AcroForms (+ possibly some extra features)
> >
> This definitely needs extra features. I put all the tools needed to
> create forms but it needs a rocket scientist to have it working.
I spent a day figuring it all out.
I already hav
Quoting David Teran <[EMAIL PROTECTED]>:
> Hi,
>
> > - extending HTML parsing: parsing a CSS
> Does this mean that iText can parse HTML and convert it into PDF,
> currently without using CSS and soon with parsing CSS?
No, it can't parse ALL HTML, just some XHTML-tags.
When I rewrite my tutoria
Hi,
> - extending HTML parsing: parsing a CSS
Does this mean that iText can parse HTML and convert it into PDF,
currently without using CSS and soon with parsing CSS?
regards, david
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.so
Does anyone have the pdf.jsp source file?
Thanks,
Ron
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions
I find this hyphenation character idea interesting.
Obviously it would not work for HTML output, so that
writer would not have to care about it. There might
be different approaches to this:
One way would be to create a Word class which can be
added to a Chunk. A Word could be composed of
Sylla
> -Original Message-
> From: Bruno Lowagie [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 15:37
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] iText0.90
>
> Hello all,
>
> I'll be travelling through Catalunya next week, so I wanted
> release 0.90 (based on Paul
ColumnText.go(true) does exactly as the real thing except writing to the
page, including y movement and consuming the text. You'll have to do it all
over again preferably with a clean ColumnText.
Best Regards,
Paulo Soares
> -Original Message-
> From: John R. Telford [SMTP:[EMAIL PROTECT
Incredible !
Today, I can not find again the link that gived me iText0.30
I will get the correct iText version for jdk1.1
Thank you very much for your help,
Philippe
-Message d'origine-
De : Bruno Lowagie [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 27 mars 2002 16:42
À : JOLY Philipp
It would be nice to finish the PDF tutorial before you
get beyond version 0.99, then you could go to 1.00
perfectly.
Also, it would be good if the logo was done by that
time, hopefully also created with iText. Maybe
Phillip Pan could come up with something? He seems to
be good at that sort of t
http://www.geocities.com/itextpdf has a jdk1.1.x for the current version.
Best Regards,
Paulo Soares
> -Original Message-
> From: JOLY Philippe ext DvSI/SIFAC [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 27, 2002 15:25
> To: [EMAIL PROTECTED]
> Subject: RE: [iText-questions]
> I thought that iText0.30 was the good version for jdk1.1, am I wrong ?
You can always download a JDK1.1.x version from:
http://www.geocities.com/itextpdf/
(but you have to compile and jar it yourself)
OK, the site says it's experimental, but don't let this
freighten you. Every iText version (f
I am new to iText and I am trying to create a phone
book like directory. I am using ColumnText to have three columns with listings.
At the top of every column I want to print a header so I am using the
ColumnText.go(true) method. The problem is that when simulate is run it not only
clears th
Hello all,
I'll be travelling through Catalunya next week, so I wanted
release 0.90 (based on Paulo's versions 93 and 94), extended
with the new RtfWriter from Mark Hall soon enough.
I started writing the tutorial about forms, but it's not
yet in the release because I have some ideas concerning
Thank you for your quick answer !
Here is a jpeg showing my vertical alignement problem. My english is not very good :-)
and it is difficult to explain.
I use iText0.30, I am working on an software written with jdk1.1, so I use iText for
jdk1.1
I thought that iText0.30 was the good version fo
On Wed, 27 Mar 2002 13:09:17 +0100
Bruno Lowagie <[EMAIL PROTECTED]> wrote:
> Quoting Gerd Mueller <[EMAIL PROTECTED]>:
>
> > You can see the result in the screenshot (taken from AcrobatReader 4 on
> > Linux)
>
> I didn't receive the attachment.
> Could be the mailing list is preventing attachm
When you first posted this question I didn't understand quite
what you were talking about. These 2 statements make it clear:
> - c.setVerticalAlignement(Element.ALIGN_MIDDLE) and Element.ALIGN_TOP it
> does not work
This functionality has been updated many times.
> - Chunk.setTextRise() does n
Hi,
I use iText (jdk1.1 version) to generate PDF on the fly by servlets.
I have problem with vertical alignement of text in cell.
This is an simplified extract of my real code :
Table table = new Table(1, LignesNumber);
Color backColor;
...
for(i=0; ihttps://lists.sourceforge.net/lists/listinfo
Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>:
> PdfPCell.setNoWrap(boolean) works for PDF generation.
> If set to "true" it suppresses wrapping, even if as a result
> the cell content collides with the adjacent cell or flows
> beyond the table's left margin.
>
> I am not sure about Cell.set
PdfPCell.setNoWrap(boolean) works for PDF generation.
If set to "true" it suppresses wrapping, even if as a result
the cell content collides with the adjacent cell or flows
beyond the table's left margin.
I am not sure about Cell.setNoWrap() since I mostly work with
PdfPTables.
Regards,
Joachi
Quoting Dmitry Kuznetsov <[EMAIL PROTECTED]>:
> Hello iText users,
>
> I try to use XML file to parse it and generate the corresponding PDF.
> Can I set specific encoding for the chunk font in XML file, for example,
> CP1252?
>
Yes, try this:
(I think this was added in iText0.88 or 0.89)
Rem
Hello iText users,
I try to use XML file to parse it and generate the corresponding PDF.
Can I set specific encoding for the chunk font in XML file, for example,
CP1252?
Thanks and best regards
Dmitry Kuznetsov <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
___
Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>:
> Cell.setNoWrap(true)
This method is only implemented for HTML generation,
it doesn't work for PDF (or does it???)
___
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/list
Quoting Fred Herrmann <[EMAIL PROTECTED]>:
> I am having a real problem creating a table without borders. I have
> tried several different approaches with the latest shown below. Could
> someone please tell me what I'm doing wrong?
>
> Thanks,
> Fred
>
> Table myTable = null;
> myTable = new
Gerd,
note sure if the following will solve your problem:
if you enter all line breaks manually,
you should set Cell.setNoWrap(true), so that
line-breaks inserted by the automatic wrapping
don't interfere with your manual line breaks.
Regards,
Joachim Petzold
> -Original Message-
> Fro
Quoting Gerd Mueller <[EMAIL PROTECTED]>:
> You can see the result in the screenshot (taken from AcrobatReader 4 on
> Linux)
I didn't receive the attachment.
Could be the mailing list is preventing attachments.
> in the cell with the text 'anmerkung ...'. It seems that each '\n' causes
> two l
Hi,
I've got a problem with linebreaks in table cell in a PDF document. I create a
simple tablecell by using
new com.lowagie.text.Cell( String content );
The content text contains new lines, e.g. '\n', but not '\r\n'.
You can see the result in the screenshot (taken from AcrobatReader 4 on L
Thanks it worked ... but i had to use "+ fontsize" instead "+
fontsize -2" ( iguees fontsize is the size I specify when I do new
Font(bf,8), that's 8)
Thanks
Sergio
P.S: I'm really sorry for the huge text added at the end of my mials "Este
mensaje y los documentos " ;-)
- Original
helv7B.getBaseFont() only works if the font was constructed with a BaseFont.
You can achieve the same effect with:
BaseFont bf = BaseFont.createFont(BaseFont.HELVETICA_BOLD, "winansi",
false);
helv7B = new Font(bf, 8);
Best Regards,
Paulo Soares
> -Original Message-
> From: Sergio Lopez
Quoting Sergio Lopez Rodriguez <[EMAIL PROTECTED]>:
> > Isn't it simpler to
> > keep a counter in your loop that adds the different items
> > and add the results when the loop is finished?
> I THOUGHT IT IN THE SAME WAY, BUT FOR THE MOMENT, I THINK IT'S STUPID, I
> HAVE TO SHOW THE TOTAL OF PRINT
Quoting Sergio Lopez Rodriguez <[EMAIL PROTECTED]>:
> I need to add subtotals, count and other kind of group functions to a
> report. I think i must use Events, mustn't I?
Why? What do you want to achieve?
Also keep in mind that iText is not like EXCEL.
How do you expect to pass the different v
I need to add subtotals, count and other kind of group functions to a
report. I think i must use Events, mustn't I?
To create the PDF I'm using servlets that extends from a specific Servlet,
let's say I have
CarServlet extends OtherServlet
OtherServlet it's predefinined so I can't chang
37 matches
Mail list logo