RE: [iText-questions] Page rotation

2003-08-14 Thread SIMON Pascal
You have to initialize the document with the format you want, and after you can change it whenever you want but it will take effect on the next page Selon Paulo Soares <[EMAIL PROTECTED]>: > That's not possible for the first page. You have to do it before opening the > document. > > Best Regard

Re: [iText-questions] Page rotation

2003-08-14 Thread SIMON Pascal
Yes it's possible, but it will take effect on the next page Selon Roberto Cipollini <[EMAIL PROTECTED]>: > Hi everybody...have a nice very hot summer :)) > > i was wondering if it is possible to rotate [ PageSize.A4.rotate() ] the > page after the open declaration > i've tryed around but the pa

[iText-questions] send printing event

2003-07-23 Thread SIMON Pascal
Hello, I need to prevent user's action when the pdf is loading in an iframe from the server response. I'd like to know if the acrobat plugin sent an event to ie or something like this when it has send the pdf to the printer I tried the onreadystatechange event of the iframe but this event is

RE: [iText-questions] Print document

2003-07-22 Thread SIMON Pascal
. Do you think (Bruno) that the 'totally silent printing' is a security lack? I think so. Pascal SIMON Selon David Pereira <[EMAIL PROTECTED]>: > Can you send me an complete example, please? > > thanks > > -Mensaje original- > De: [EMAIL PROTECTED] >

Re: [iText-questions] Print document

2003-07-21 Thread SIMON Pascal
I'm afraid you're wrong. I 've already done a silent printing without any client confirmation. I just submit a form and the document printing is totally invisible for the client. You have to configure the target as an iframe with some attributes: iframe: ifrCachee=parent.document.createElement

Re: [iText-questions] silent print

2003-07-09 Thread SIMON Pascal
I've the same problem with the example 'print_me.java' from paulo soares web site... Selon SIMON Pascal <[EMAIL PROTECTED]>: > Hello, > > I just try to do silent print throw the addJavascript function: >writer.addJavaScript("this.print(false);&quo

[iText-questions] silent print

2003-07-09 Thread SIMON Pascal
Hello, I just try to do silent print throw the addJavascript function: writer.addJavaScript("this.print(false);",false); But it just print the first page of my pdf (even with \r before ;) thanks in advance --- This SF.Net email sponso

[iText-questions] header box

2003-06-06 Thread SIMON Pascal
Hi, I need to have a box in the header but not in all width. I mean i need a box of 50% width in my header, is it possible? thanks in advance --- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the p