document.newPage();
-Original Message-From: Louis Cornet
[mailto:[EMAIL PROTECTED]Sent: 03 August 2004
15:18To: [EMAIL PROTECTED]Subject:
[iText-questions] iText: PDF page break
Hello,
I am
experiencing your iText package. What a great and useful
tool!
I am
looking for a way
document.newPage();
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 30 July 2004 09:51
To: [EMAIL PROTECTED]
Subject: [iText-questions] page breaks
Hi, how do I force a page break in a document? I have sections in a report
which contain large images so I want t
Thanks Mark, that works a treat.
Simon.
> Ok. Have you tried creating a RTF document in Word with the correct font?
If
> that works, then instead of using the BaseFont, directly construct a
RtfFont
> with the correct font name. That should work.
This e-mail and any attachment is for authorised
Is it possible to use the RTF side of iText and have the resultant document
displayed in the browser, like you can with PDF's?
The last time I used iText we were streaming the PDF straight to the browser
rather than saving the document anywhere so it could be printed, but
disappeared once the brow
Due to a daft design decision (out of our hands) we have to use Word for
reporting rather than PDF. As I've used iText before I would rather use
that than VBScript and word templates
We have some Adobe fonts for barcodes installed on all client machines but I
cannot get them to display in the RT
I can't see where you instantiate myTable[Sherlock Simon] . If you debug your code I think
you'll find that it's your
null.
-Original Message-From: NICOLAU Raffaele
[mailto:[EMAIL PROTECTED]Sent: 31 March 2004 10:51To:
[EMAIL PROTECTED]Subject: [
I'd
like tables for header with image and text in. Examples of some text bold,
some normal and breakable lines (\n) etc would be great.
All
standard pageEvent type stuff no doubt, but I struggled like hell when I went
through for the first time.
Thanks,
Simon
-Original Message--
Well now I'm embarrassed!
Thanks Paulo, that worked a treat.
Cheers, Simon
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: 24 March 2004 10:49
To: Sherlock Simon; [EMAIL PROTECTED]
Subject: RE: [iText-questions] Centring watermark
You don't have to
I'm using the following to display my watermark (text) rotated at 45
degrees.
BaseFont bf = BaseFont.createFont(BaseFont.HELVETICA_BOLD, BaseFont.CP1252,
BaseFont.NOT_EMBEDDED);
PdfContentByte cb = docWriter.getDirectContentUnder();
cb.beginText();
cb.setFontAndSize(bf, 38);
cb.setColorFi
You can't disable saving but use docWriter.setEncryption for everything
else. See http://www.lowagie.com/iText/tutorial/ch01.html for further
details)
Simon
-Original Message-
From: Rémi Guilbert [mailto:[EMAIL PROTECTED]
Sent: 22 March 2004 17:46
To: [EMAIL PROTECTED]
Subject: [iText-qu
If you
follow the link on http://www.lowagie.com/iText/ to
the onJava article you can read how to do it and download the sample
app.
Simon
-Original Message-From: Luis Velando
[mailto:[EMAIL PROTECTED]Sent: 09 March 2004
18:22To: [EMAIL PROTECTED]Subject:
[iText-question
If you
mean stop the PDF from being re-saved once displayed then you can't. You
can disable printing etc but not save, and yes it is a right
pain!
-Original Message-From: Deepak
[mailto:[EMAIL PROTECTED]Sent: 02 March 2004 13:26To:
[EMAIL PROTECTED]Subject: [iText-questions]
>Maybe I'll have to put a big warning above the Table Chapter.
With some pointers (not necessarily a new turoial) towards what shopuld be
being used? I've fallen over here in the past as well :)
Simon
-Original Message-
From: Bruno [mailto:[EMAIL PROTECTED]
Sent: 26 February 2004 08:40
T
All you can really say here is that MS don't release new software for
nothing - IE 5.5 was always horrible to the extent that you can think of 6
as not much more than a bug fix (IMHO of course).
Simon
-Original Message-
From: Alessandro Termignone [mailto:[EMAIL PROTECTED]
Sent: 24 Februa
Running a local web server on my machine I am producing PDF's using Servlets
in J2EE. Howver, if I deploy on our development server at a different site
I get:
java.lang.RuntimeException: The document is not open.
I'm sure it's something simple, but cannot spot it.
Any ideas?
Thanks, Simon
***
Alittle off topic but how do you find JDK1.5.0? Does it have the
performance improvements Sun claim? And to bring it back on topic, aside
from the issue below does iText work OK with it?
Simon
-Original Message-
From: Huttin Pierre [mailto:[EMAIL PROTECTED]
Sent: 11 February 2004 13:33
uno Lowagie [mailto:[EMAIL PROTECTED]
Sent: 09 February 2004 10:51
To: Sherlock Simon; [EMAIL PROTECTED]
Subject: Re: [iText-questions] Wish list
Sherlock Simon wrote:
>Is there a wish list anywhere for iText?
>
>I've only been using it a while but would like the following features
a
5. Include images within the header
-Original Message-
From: Sherlock Simon [mailto:[EMAIL PROTECTED]
Sent: 09 February 2004 10:23
To: [EMAIL PROTECTED]
Subject: [iText-questions] Wish list
Is there a wish list anywhere for iText?
I've only been using it a while but would lik
Is there a wish list anywhere for iText?
I've only been using it a while but would like the following features added:
1. Have Watermark() accept text rather than just an image.
2. Be able to set exact height and width of an image rather than just scale
it
3. Be able to embed new lines within the
I have with 6.0 whereby a watermark (JPG) was displayed OK in 5.x but was
incorrectly in 6.0. Downloading 6.0.1 fixed the problem.
Simon
-Original Message-
From: Larry * [mailto:[EMAIL PROTECTED]
Sent: 05 February 2004 12:59
To: [EMAIL PROTECTED]
Subject: [iText-questions] Using iText wi
>In either case, be sure that your browser is properly configured with the
>Acrobat plugin.
You can do this by choosing Edit|Preferences and checking the 'Display PDF
in Browser' option (on both Reader 5 and 6), otherwise you may find you get
a blank page in your browser.
Simon
-Original Mess
You cannot disable the Save in iText (how I wish you could!)
-Original Message-
From: June Ni [mailto:[EMAIL PROTECTED]
Sent: 27 January 2004 17:03
To: [EMAIL PROTECTED]
Subject: [iText-questions] Problems in setting encryption options
Hi,
This line of code works correctly - only allow
As an aside to this, we are using a watermark (text converted to a JPG) that
is rotated at 45 degress. All works great in Reader 5 but it just renders
as blobs in Acrobat Reader 6..
-Original Message-
From: Gerd Holzner [mailto:[EMAIL PROTECTED]
Sent: 26 January 2004 16:40
To: [EMAIL
23 matches
Mail list logo