Re: [iText-questions] Usage Right For Acrobat Reader Problem

2007-03-05 Thread Kent Smith
Gentlemen, You are addressing the exact problem I need to solve, almost. My case has one difference. I have a PDF Acroform that I created with my licensed copy of Adobe Acrobat Pro ver 8. I am the author of the PDF form and need to set the password security and enable user rights. My (C# iTextS

[iText-questions] Checkbox in a PdfPCell

2007-03-05 Thread Mike Buchanan
Using the example, RegisterForm1 in chapter 15, I attempted to insert a checkbox in a PdfPCell but it doesn't show up. I even sized it as half as big as the example and I still could not get it into the cell. I have attached the java source, the input text file and the output pdf. The checkbox

[iText-questions] Add an annotation on page 2

2007-03-05 Thread Tony Chhun
Hello, I Have implemented a function to add a screen annotation with an appearance stream. My problem is that when I add an annotation on page 1 ofa pdf document, Adobe can read it easily, but when I try to add it i=on the second page, Adobe display it, but nothing happen when I click on it. Quit

Re: [iText-questions] Paragraph FirstLineIndent

2007-03-05 Thread Mitch Freed
Paulo Soares consiste.pt> writes: > > This is another thing, there's a reason why quoting is good to know what > we're talking about. A \n is equivalent to starting a new Paragraph and > will always indent. Why is this Paulo? Can this be changed? If I submit a change, could it be reviewed and

Re: [iText-questions] meta info not filled in when using PDFCopy

2007-03-05 Thread Stuart Jansen
On Mon, 2007-03-05 at 11:18 -0800, Racer Online wrote: > I have tried add the meta information to the document using the > document.addTitle, .addSubject, etc. functions. However, these > functions never seem to actually set the PDF meta attributes. The > fields are always left blank. > > Suggesti

[iText-questions] meta info not filled in when using PDFCopy

2007-03-05 Thread Racer Online
I have been trying to fill in the meta information (e.g. title, subject, author) into an iText generated PDF which was created using PDFCopy to merge multiple PDFs together. This method is very similar to that referenced at http://itextdocs.lowagie.com/tutorial/general/copystamp/index.html -- wh

[iText-questions] Wide table.

2007-03-05 Thread Sýkora Bohumír
Hi, I'am new in iText and my task is to create report table. In the table there is about 20 columns ant total of columns width is greater then page width. I need to split the row. Itext enables splitting rows to new page, but I need to split row into two "subrows" on the same p

[iText-questions] Two rendition

2007-03-05 Thread Tony Chhun
Hello, Is it possible to put two rendition in a same screen annotation. I want to simulate a sound annotation with a screen annotation. First I'll put a rendition with the image of a sound annotation and then put an audio/wav rendition. Is it possible? Another solution is to put two screen annot

Re: [iText-questions] Edit text and images from PDF

2007-03-05 Thread Develop
Thanks Rodrigo "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> escreveu: Develop wrote: > Hi, > > Is it possible to edit text and image from a pdf document using itext? PDF is a Page Description Language. Not a Word Processing format. > What I need is: I'll have a PDF document that will be

Re: [iText-questions] Edit text and images from PDF

2007-03-05 Thread Bruno Lowagie (iText)
Develop wrote: > Hi, > > Is it possible to edit text and image from a pdf document using itext? PDF is a Page Description Language. Not a Word Processing format. > What I need is: I'll have a PDF document that will be my template. I > need to find tags in text like ||Name|| and then replace fo

Re: [iText-questions] problem for Adobe forms

2007-03-05 Thread Bruno Lowagie (iText)
Vibhor Jain wrote: > Can you please explain in a bit detail. I think you fail to see the difference between AcroForms and XFA forms. http://itext.ugent.be/library/question.php?id=31 > Can you please help me in this regard. You have made the choice to make an XFA form. Either you accept the conse

[iText-questions] Edit text and images from PDF

2007-03-05 Thread Develop
Hi, Is it possible to edit text and image from a pdf document using itext? What I need is: I'll have a PDF document that will be my template. I need to find tags in text like ||Name|| and then replace for the real name, like John. I need to do something like with the images, that is, I ne

Re: [iText-questions] problem for Adobe forms

2007-03-05 Thread Vibhor Jain
Hi Paulo, Can you please explain in a bit detail. I have also read this thing on Internet but unable to determine the way to work on it. Can you please help me in this regard. Also specify how form flatterring (creating pdf form after processing) will be done in this case. Also suggest if th

Re: [iText-questions] problem for Adobe forms

2007-03-05 Thread Paulo Soares
Adobe Life Cycle Designer forms can't export as FDF. You should have an XML instead. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Vibhor Jain > Sent: Monday, March 05, 2007 12:17 PM > To: itext-questions@lists.sourceforge.net > Subject

[iText-questions] Tiff2Pdf

2007-03-05 Thread beppecosta
During tiff to pdf conversion is it possible to get tiff tags, like for example the DateTime Tag (Code 306 (hex 0x0132)), Software Tag, etc ? Thanks. -- View this message in context: http://www.nabble.com/Tiff2Pdf-tf3347760.html#a9308406 Sent from the iText - General mailing list archive at Na

Re: [iText-questions] Deprecating HeaderFooter

2007-03-05 Thread Bruno Lowagie (iText)
Dhruba Bandopadhyay wrote: > If removing all deprecrated stuff means > removing Table and Cell then please don't! Class Table can't be removed. Also now that I have started working on the internals of PdfWriter/PdfDocument, I still haven't decided what to do about HeaderFooter. br, Bruno --

[iText-questions] Will be returning Monday March 12th

2007-03-05 Thread Amy_McLaughlin
I will be out of the office starting 03/02/2007 and will not return until 03/12/2007. For Transworks please call the vendor Ahab (714) 985-0050 or Marko Chase at (310) 665-6682. For pinnacle and any thing else please contact my manager Philip Sadler (310) 665-6391 Thank you, Amy Thank yo

Re: [iText-questions] Converting *to* itext from existing html

2007-03-05 Thread mister bean
iText does not do this. You'll probably find it easier to modify your generated HTML so that it works the same on the browsers you use. best, ---mister bean >>> re >>> kris carlier wrote: > > Good morning/afternoon/evening, > > not being the programmer myself, but merely the one who just

Re: [iText-questions] Converting *to* itext from existing html

2007-03-05 Thread Bruno Lowagie (iText)
kris carlier wrote: > Good morning/afternoon/evening, It's good morning for me (I live in Belgium too). > Situation: an existing web-application using server-side Java, generating > HTML output that gets printed afterwards. OK. > Not identical on all types of browsers, so the conversion to PDF

Re: [iText-questions] How to install

2007-03-05 Thread Bruno Lowagie (iText)
Kevin Cao wrote: > > Hello Bruno; > > Do you know, how to install iText to Netbeans. Is this question for real? iText is a jar; it can be used in NetBeans as you would use any other jar. > I can not find any in the web. Have you used Google? http://www.google.com/search?q=NetBeans+iText If so,

Re: [iText-questions] problem with page break

2007-03-05 Thread Carlo Bongiovanni
hi, thanks for your answer, but looking into the methods i found setKeepTogether table.setKeepTogether(true); and it seems working perfectly. Thanks anyway, CB 2007/3/2, Paulo Soares <[EMAIL PROTECTED]>: You only have a table with several cells, they will break as needed. to do wjat y

[iText-questions] Converting *to* itext from existing html

2007-03-05 Thread kris carlier
Good morning/afternoon/evening, not being the programmer myself, but merely the one who just subscribed to the mailinglist in order to post the question, plse bear with me. Situation: an existing web-application using server-side Java, generating HTML output that gets printed afterwards. Not iden

[iText-questions] Reg : printing selected pages of document

2007-03-05 Thread vij nag
Hi I have a requirement to print only selected pages of PDF document.can this be requirement implemented using iText and java.If it is possible to implement,please let me know the iText functionality which implements the above requirement . Thanks Vijay.N ---