Re: [iText-questions] "rights enabled" documents

2005-03-30 Thread Leonard Rosenthol
At 07:18 PM 3/30/2005, [EMAIL PROTECTED] wrote: I do have a question though - as it stands the user cannot save the PDF offline with the data in the form.  You mean a user of Reader. Obviously, a user with Acrobat Standard or Professional has no problems saving. I have seen some

RE: [iText-questions] How to append the data to already present pdf

2005-03-30 Thread Paulo Soares
You can't use the same file for input and output. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Harikrishna_K > Sent: Wednesday, March 30, 2005 11:36 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] How to append the

RE: [iText-questions] Re: Get the actual x,y in page

2005-03-30 Thread Paulo Soares
Use a generic tag event. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marco > Sent: Wednesday, March 30, 2005 8:39 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Re: Get the actual x,y in page > > > You have PdfW

RE: [iText-questions] how to imported the pdf page with its crop value(not media box)

2005-03-30 Thread Paulo Soares
PdfContentByte cb = writer.getDirectContent(); cb.saveState(); cb.rectangle(...); cb.clip(); cb.newPath(); cb.addTemplate(...); cb.restoreState(); > -Original Message- > From: Andy Chan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 9:24 AM > To: Paulo Soares > Subject: Re: [

[iText-questions] Re: Get the actual x,y in page

2005-03-30 Thread Marco
> You have PdfWriter.getVerticalPosition() Thank you very much, this is what I need. And for horizontal width, there is anything? I need only know the space for new Chunk("="), because I know width of images at left and right of Chunk. Marco ---

RE: [iText-questions] Displaying an image. How to?

2005-03-30 Thread Paulo Soares
Did you load the URL to a byte array? Until that works (and it doesn't have anything to do with itext) it's no use to make any guesses. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ide Mile > Sent: Wednesday, March 30, 2005 7:29 AM > To: itext

RE: Re[2]: [iText-questions] PdfStamper, AcroFields - cyrillic font problem

2005-03-30 Thread Paulo Soares
It doesn't matter what you see while editing. The font doesn't have cyrillic and that's it. > -Original Message- > From: Constantine Voronin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 30, 2005 2:51 AM > To: Paulo Soares > Subject: Re[2]: [iText-questions] PdfStamper, AcroFields -