[iText-questions] rtf image overlay

2006-12-13 Thread Jason Brooks
Is it possible to overlay text onto images with rtf, like you can with pdfs? -Jason- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on

[iText-questions] Tiff 2 PDF Conversion

2006-12-13 Thread MCC
I am converting a large Tiff 2 a PDF. I am doing that by first creating a document using a Rectangle of the same Width and Length of the Tiff. This seems to work for Tiffs that are of Width and height less than 15000. I noticed that if the width or Length are large, the generated PDF turns out bl

[iText-questions] Copying annotations

2006-12-13 Thread mrflippy
Hello, I'm actually using iTextSharp. I successfully was able to copy over existing form fields to a new pdf document, but now I need to copy over internal links as well. I read through the archives, and it looks like I need to do something with the annotations. I am able to pull the annot

Re: [iText-questions] pdf does not show the digital signature

2006-12-13 Thread Noe Rocha
Hi. I'm sending the example i'm trying to work. There's 6 files: LittleTest.java - does some filling and signs example.pdf - original pdf file example_filled.pdf - original after filling example_filled_signed - file after signed and the certificates. This is bugging me for hours, must be something

Re: [iText-questions] pdf does not show the digital signature

2006-12-13 Thread Noe Rocha
It's designed with Scribus. Paulo Soares wrote: > > If it's a PDF created with Designer you must have an empty signature > field. > > Paulo > > > > > From: [EMAIL PROTECTED] on behalf of Noe Rocha > Sent: Wed 13-Dec-06 17:21 > To: itext-questions@lists.sourc

Re: [iText-questions] pdf does not show the digital signature

2006-12-13 Thread Paulo Soares
Maybe you should post a link to that PDF to see what's about. In any case, we are not here to debug Scribus. Paulo From: [EMAIL PROTECTED] on behalf of Noe Rocha Sent: Wed 13-Dec-06 22:01 To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions]

Re: [iText-questions] FW: Stamper - can I add layers and/or addcontentto existing layers

2006-12-13 Thread Alan
Thanks Paulo. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo Soares Sent: Thursday, 14 December 2006 7:10 AM To: Post all your questions about iText here Subject: Re: [iText-questions] FW: Stamper - can I add layers and/or addcontentto existing layers -

Re: [iText-questions] pdf does not show the digital signature

2006-12-13 Thread Paulo Soares
If it's a PDF created with Designer you must have an empty signature field. Paulo From: [EMAIL PROTECTED] on behalf of Noe Rocha Sent: Wed 13-Dec-06 17:21 To: itext-questions@lists.sourceforge.net Subject: [iText-questions] pdf does not show the digital signatur

Re: [iText-questions] FW: Stamper - can I add layers and/or add contentto existing layers

2006-12-13 Thread Paulo Soares
- Original Message - From: "Alan" <[EMAIL PROTECTED] > To: "'Post all your questions about iText here'" mailto:itext-questions@lists.sourceforge.net> > Sent: Wednesday, December 13, 2006 8:06 PM Subject: [iText-questions] FW: Stamper - can I add layers and/or ad

[iText-questions] FW: Stamper - can I add layers and/or add content to existing layers

2006-12-13 Thread Alan
Dear List, Sorry, I sent this by mistake to list admin. Is it possible to add a new OCG layer (with content) to an existing PDF using PdfStamper? This code adds a Page Resource Properties dictionary but no OCProperties dictionary static void Main(string[] args) {

[iText-questions] pdf does not show the digital signature

2006-12-13 Thread Noe Rocha
hi. i have created a test pdf form (version 1.5) with a single text field, then i try to sign the file, but nothing occours. there's no error, but the signature does not appear, neither acrobat detects any digital signature. Does the pdf form need to be flatten first? Plz advice. -- View this mes

[iText-questions] Hyphenation

2006-12-13 Thread Peter B. West
Bruno and Paulo, I am about to release some hyphenation software which supports discretionary (re-spelling) hyphens in the patterns. See http://www.openoffice.org/nonav/issues/showattachment.cgi/33622/discretionary_hyphenation.png Thanks to László Németh at OpenOffice, I have Hungarian patterns w

[iText-questions] Alignment settings of Paragraph is not working

2006-12-13 Thread Shoaib Gauhar
Hello I made a program to make a table of contents for pdf files. I used added chunks in a paragraph to implement this functionality. I used setAlignment() method of paragraph class to justify the contents in it. This was all done in the 1.4.3 version of iText and was working and generating the

[iText-questions] Question about itext PDF copy and paste

2006-12-13 Thread JM
Hi, I am trying to read a pdf created with iText, and I can read it perfectly with adobe acrobat. But when I try to copy and paste I obtained very weird data something like: ___(_5" _ ___ !6__ _5+__"(_ ___ _+!__3_(_" ___ "__(_"_(_3_"__(__ +"_ _(

Re: [iText-questions] PdfTemplate inside a PdfPCell

2006-12-13 Thread Summkeller Eric
I changed the size to 50, 50 using PdfTemplate tpl = cb.createTemplate(50, 50); but nothing changes. The text is still not displayed. If I select the text from above to below in Acrobat Reader I see something like an empty placeholder but this was still there before. Again many thanks for your he

[iText-questions] Working with Document

2006-12-13 Thread Ankur Gupta
How can u change the pagesize of document after it is opened. I used the method setPageSize but it didn't work. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the cha

[iText-questions] iText in Action

2006-12-13 Thread Iliad Yan
Dear Bruno, It seems that Amazon's shipping is taking quite some time. I've pre-ordered the book from Amazon at the beginning of October and estimated date of delivery January 2007. I live in Greece so it may take a few days longer. And now to something completely different (as John Cleese would

[iText-questions] Tables in header & footer

2006-12-13 Thread GAMBELLI Raffaele
Hi all, I have a very simple question: If I want to insert a table inside my header & footer, I should override the onEndPage(PdfWriter writer, Document document) method as seen in this http://itextdocs.lowagie.com/examples/com/lowagie/examples/directcontent/pageevents/EndPage.java In fact, I

Re: [iText-questions] Formating Problem with ListItem/Phrase in use without an empty constructor (Bug/Feature?)

2006-12-13 Thread csowada
[EMAIL PROTECTED] wrote on 13.12.2006 09:25:14: > Bruno Lowagie wrote: > > > OK, I tried the problem, and now I understand the question. > > I called it 'font propagation'. Is it a bug or a feature? > > It's in the gray area. I originally wrote it to behave like > > this because there were situa

Re: [iText-questions] Page Layout (RTF question)

2006-12-13 Thread Mark Hall
On Wednesday 13 December 2006 08:51, Bruno Lowagie wrote: > yosa kresnandya wrote: > > Hi, i have a question, how to make a report that has different page > > layout, page 1 to 8 using portrait layout and page number nine using > > landscape layout [rotate()] and has an output as rtf document, plea

Re: [iText-questions] Formating Problem with ListItem/Phrase in use without an empty constructor (Bug/Feature?)

2006-12-13 Thread Bruno Lowagie
Bruno Lowagie wrote: > OK, I tried the problem, and now I understand the question. > I called it 'font propagation'. Is it a bug or a feature? > It's in the gray area. I originally wrote it to behave like > this because there were situations where I wanted this kind > of behavior; for instance: I

Re: [iText-questions] Formating Problem with ListItem/Phrase in use without an empty constructor (Bug/Feature?)

2006-12-13 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > > Hello, > > i don't now if i had found a bug or a feature. If i use the Constructor > ot the ListItem, every chunk added to the ListItem is wrong formated. > I've seen that there is a master font in the phrase class. > With an empty Constructer all is ok. I'm using now

Re: [iText-questions] PdfTemplate inside a PdfPCell

2006-12-13 Thread Bruno Lowagie
Summkeller, Eric wrote: > The problem is that the template placeholder is created but there is no > text in it. > PdfTemplate tpl = cb.createTemplate(0, 0); You have answered the question yourself. You create template with zero width and zero height. Everything you add to such a temp