RE: [iText-questions] iText: PDF page break

2004-08-03 Thread Sherlock, Simon
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

RE: [iText-questions] page breaks

2004-07-30 Thread Sherlock, Simon
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

RE: [iText-questions] Adobe font in RTF's

2004-07-29 Thread Sherlock, Simon
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

[iText-questions] RTFs in browser

2004-07-29 Thread Sherlock, Simon
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

[iText-questions] Adobe font in RTF's

2004-07-29 Thread Sherlock, Simon
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

RE: [iText-questions] setFontAndSize(...) supposed problem ..

2004-03-31 Thread Sherlock Simon
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: [

RE: [iText-questions] add images to a header

2004-03-30 Thread Sherlock Simon
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--

RE: [iText-questions] Centring watermark

2004-03-24 Thread Sherlock Simon
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

[iText-questions] Centring watermark

2004-03-23 Thread Sherlock Simon
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

RE: [iText-questions] pdf file protection

2004-03-23 Thread Sherlock Simon
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

RE: [iText-questions] Generating an PDF from a Servlet

2004-03-09 Thread Sherlock Simon
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

RE: [iText-questions] Please Help me..

2004-03-02 Thread Sherlock Simon
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]

RE: [iText-questions] Vertical alignment in table cells

2004-02-26 Thread Sherlock Simon
>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

RE: [iText-questions] servlet display pdf problems with IE 5.50

2004-02-25 Thread Sherlock Simon
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

[iText-questions] Deployment problem

2004-02-16 Thread Sherlock Simon
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 ***

RE: [iText-questions] warning with J2SE 1.5.0

2004-02-12 Thread Sherlock 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

RE: [iText-questions] Wish list

2004-02-09 Thread Sherlock Simon
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

RE: [iText-questions] Wish list

2004-02-09 Thread Sherlock Simon
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

[iText-questions] Wish list

2004-02-09 Thread Sherlock Simon
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

RE: [iText-questions] Using iText with Acrobat 6.0

2004-02-05 Thread Sherlock Simon
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

RE: [iText-questions] Problems opening PDF's

2004-01-28 Thread Sherlock Simon
>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

RE: [iText-questions] Problems in setting encryption options

2004-01-27 Thread Sherlock Simon
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

RE: [iText-questions] Hidden fields not transmitted in Acrobat 6. x

2004-01-27 Thread Sherlock Simon
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