Re: [iText-questions] Is it possible to set a pdf document to print different pages from different paper trays.

2006-06-20 Thread Gareth Edwards
The SOME printers isn't really an issue for me, as this would be something configured on a per printer/per client basis. Is it possible to embed this code in to a pdf document using itext? Cheers Gareth. Leonard Rosenthol wrote: At 07:36 PM 6/19/2006, Gareth Edwards

Re: [iText-questions] Is it possible to set a pdf document to print different pages from different paper trays.

2006-06-19 Thread Gareth Edwards
Could we not use something like? <> setpagedevice Cheers Gareth. Leonard Rosenthol wrote: At 06:15 PM 6/18/2006, Gareth Edwards wrote: If it is possible, is it possible to do this using itext some how? It is not possible - because tray selection is

[iText-questions] Is it possible to set a pdf document to print different pages from different paper trays.

2006-06-18 Thread Gareth Edwards
If it is possible, is it possible to do this using itext some how? Use case is, where the first page of a report prints on pre-printed stationary, and subsequent pages print on plain paper, where the pdf document contains more than one reports, and the page count between the cover pages is not

[iText-questions] Is it possible to copy a page in the current document and have it repeat with-in the document?

2006-06-13 Thread Gareth Edwards
Without saving it to a file and re-reading it in? Cheers Gareth. ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

Re: [iText-questions] Is there a way to get the current y position of the document?

2006-04-23 Thread Gareth Edwards
your own layout with ColumnText. Paulo - Original Message - From: "Gareth Edwards" <[EMAIL PROTECTED]> To: Sent: Sunday, April 23, 2006 11:37 PM Subject: [iText-questions] Is there a way to get the current y position of the document? Just wondering if it is possible

[iText-questions] Is there a way to get the current y position of the document?

2006-04-23 Thread Gareth Edwards
Just wondering if it is possible to get the current y position of a document? Just one example of the use. Just before I start writing a table, I'd like to know where I am in the document? and then where I am in the document when I've completed writing the table. Same could go with Paragraph

[iText-questions] Inline document question

2006-03-19 Thread Gareth Edwards
When you change the content type of a page to render a pdf document, it uses the server file name. ie. document.cfm rather than mydocument.pdf for example, its worse for the email button that doesn't even change the content type. So you end up with an attached pdf document with the name docume

[iText-questions] Communication with pdf container. Ie webbrowser?

2006-03-19 Thread Gareth Edwards
Has anyone done this with the pdf Javascript? Is it difficult to do? If possible could you throw me some examples? Cheers Gareth --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into we

Re: [iText-questions] Can you style a font when using BaseFonts for PDFContentByte?

2005-09-20 Thread Gareth Edwards
tions@lists.sourceforge.net Subject: Re: [iText-questions] Can you style a font when using BaseFonts for PDFContentByte? Gareth Edwards wrote: Whats the trick with the rendition? Take a look at the examples here: http://itextdocs.lowagie.com/tutorial/objects/

Re: [iText-questions] Can you style a font when using BaseFonts for PDFContentByte?

2005-09-16 Thread Gareth Edwards
Whats the trick with the rendition? Bruno Lowagie wrote: Gareth Edwards wrote: When adding text at absolute positions is it possible to style the font? ie. If I have a single true type font, how do I make it bold? The normal font and the bold font of for instance

[iText-questions] Can you style a font when using BaseFonts for PDFContentByte?

2005-09-12 Thread Gareth Edwards
When adding text at absolute positions is it possible to style the font? ie. If I have a single true type font, how do I make it bold? Gareth. -- Kind Regards, Gareth Edwards   the alpha school system PTY LTD Unit 1, 31 Thompson Street Bowen Hills QLD 4006 T  Intl +61 7 3216 0999  F

Re: [iText-questions] Stamping.

2005-06-26 Thread Gareth Edwards
o an event, I think thats what stops me.. unless I'm missing something. I've had a bit of a think about it, and I don't think I can do it? maybe if I write a separate java class for each specific use, I could call it and pass it the document and what ever else it needs? Garet

[iText-questions] Stamping.

2005-06-23 Thread Gareth Edwards
I would like to know if it is possible to write stuff to previous pages in PDF document while generating the report. Kinda need something like writer.getDirectContent(pagenumber); I'm aware of stamping a file that has already been created, and templates, but I cant use page events to put in th

RE: [iText-questions] hyperlink

2005-02-14 Thread Gareth Edwards
throughout the report. Gareth. -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Monday, 14 February 2005 8:12 PM To: Gareth Edwards; hwell316 Cc: itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] hyperlink Are you using the latest iText release? If you are

RE: [iText-questions] hyperlink

2005-02-13 Thread Gareth Edwards
I have tried this, and for some reason the link doesn't work if the anchor is in a table cell? Any ideas? Cheers Gareth. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie Sent: Saturday, 12 February 2005 6:00 PM To: hwell316 Cc: itext-questi

[iText-questions] Coldfusion and itext eventhandlers.

2005-02-08 Thread Gareth Edwards
Anyone know how it is possible to create some sort of wrapper to allow me to use the event handlers/listeners when using itext with Coldfusion? Gareth. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds

RE: [iText-questions] Coldfusion, Listeners, Headers, Images andItext.

2005-02-02 Thread Gareth Edwards
005 11:06 AM To: Gareth Edwards Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Coldfusion, Listeners, Headers, Images andItext. Gareth Edwards wrote: > Listeners are not supported? Has anyone here had any experience with > itext and Coldfusion? i have. what exactly

RE: [iText-questions] Coldfusion, Listeners, Headers, Images and Itext.

2005-02-02 Thread Gareth Edwards
Still don't understand how it could be done. -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 February 2005 9:00 AM To: Gareth Edwards Cc: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Coldfusion, Listeners, Headers, Image

[iText-questions] Coldfusion, Listeners, Headers, Images and Itext.

2005-02-02 Thread Gareth Edwards
I am trying to intergrate Coldfusion and the itext engine for future reports at the company I work for, its not a definite solution yet, but it would be good if I could get everything I need to work. Just a couple of questions. I'm guessing due to the nature of me calling the library via Coldfusi