Re: [iText-questions] Editing PDF Stream

2008-10-16 Thread Lim, Doug
I think I figured out what my problem is. After I tokenize the commands I figure out which ones I want to keep and put them into my new output content, but I am missing all of the delimiters. I tried putting spaces between all the tokens in a command and eol at the end. This still wasn't rig

Re: [iText-questions] Editing PDF Stream

2008-10-16 Thread Lim, Doug
Yes, it certainly does. The embedded reader is being done by another group to which I have submitted a fix, so that has been handled. The other problem is that another part of our product is producing PDF through a reporting tool, which we don't have control over, that is not strictly PDF com

Re: [iText-questions] Any Progress on the RadioButton AcroForm"Expected a name object" Issue?

2008-10-16 Thread sweetog
Hello Paulo this issue is occurring with Acro Forms also Paulo Soares wrote: > > That was a problem with Designer forms and there's no solution. It will > work > correctly with acro forms, though. > > Paulo > > - Original Message - > From: "Steve Weber" <[EMAIL PROTECTED]> > To: > S

Re: [iText-questions] Editing PDF Stream

2008-10-16 Thread Lim, Doug
Thanks! I think I am close to getting it working, but right now I get a message from all the viewers that there is an error in my PDF. Here is my code. Does anyone see something obvious that I am missing? Thanks Doug import com.lowagie.text.DocumentException; import com.lowagie.text.pdf.PRTo

[iText-questions] Expected a Name Object Error HUGE ROADBLOCK PLEASE HELP

2008-10-16 Thread Brian Ogden
I am using ITextSharp to gather data and repopulate a PDF form. I use the FDF posting ability within reader and submit the form back to an aspx page the FDF data is then generated into xml and stored in a backend sql database. I populate the form later when the user comes back to make edits. This a

[iText-questions] Disabling pdf print

2008-10-16 Thread marianab
Hi all: I need to prevent that it can be printed more than a copy of a pdf. Apparently it is not possible to obtain this without a DMR, correct? that it happens to spooler of impression?. that it happens with print spooler ? Thanks Mariana --- Visite nuestra p

Re: [iText-questions] How can I make a transparent PdfPCell?

2008-10-16 Thread Paulo Soares
Set the cell's background color to null (it's already null by default). Paulo > -Original Message- > From: Rosa Lago [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2008 6:34 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] How can I make a transparent

[iText-questions] How can I make a transparent PdfPCell?

2008-10-16 Thread Rosa Lago
Dear all, as I said in a previous message I want to show a background image in a pdf document that shows a table. Somebody in this list said that I have to make the cells tranparent, but don't see any property or function to fix the transparency of a PdfPCell. Can somebody help mee? Thanks in a

Re: [iText-questions] Problem with background image

2008-10-16 Thread Paulo Soares
If your cells are not transparent the background image won't show. Paulo > -Original Message- > From: Rosa Lago [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2008 5:56 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Problem with background image >

[iText-questions] Problem with background image

2008-10-16 Thread Rosa Lago
Dear all, I have created a class that uses itext library to create a pdf document that shows a table in it. I tried to put a background image in all pages using the next code inside the onEndPage function of a PdfPageEventHelper PdfContentByte cbunder = writer.getDirectContentUnder();

[iText-questions] Problem with background image

2008-10-16 Thread Rosa Lago
Dear all, I have created a class that uses itext library to create a pdf document that shows a table in it. I tried to put a background image in all pages using the next code inside the onEndPage function of a PdfPageEventHelper PdfContentByte cbunder = writer.getDirectContentUnder();

Re: [iText-questions] setField only works when form is flattend

2008-10-16 Thread Martyn Hiemstra
Hi everybody, I disovered that the problem was in my pdf. It had some dataconnection binding information in the pdf. This prevended iText from filling the fields. I started with a new pdf and that worked perfectly. So if you have the same problem I have, try and remove the binding from the fiel

[iText-questions] (no subject)

2008-10-16 Thread kashyap mehra
hi, i want to detect the bold fonts and extract it into another pdf. is it possible? can somebody help me out? thanks, Kashyap mehra - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bui

[iText-questions] setField only works when form is flattend

2008-10-16 Thread Martyn Hiemstra
Hi everybody, I have created a pdf using adobe lifecycle designer and saved it as a interactive pdf (Not as xdp but as pdf). I then use iText to load the pdf and I go along all the fields and call setField(String, String), like this: AcroFields acroFields = pdfStamper.getAcroFields(); if (acro

Re: [iText-questions] http://itext.ugent.be/itext-in-action exists not more

2008-10-16 Thread Paulo Soares
http://1t3xt.info/examples/browse/index.php > -Original Message- > From: Rumen Varbanov [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2008 11:42 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] > http://itext.ugent.be/itext-in-action exists not more

Re: [iText-questions] doc to pdf

2008-10-16 Thread Alexis Pigeon
Hi Ravikanth, On 16/10/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > Can any one tell me, with this source can I convert word/doc to pdf. If so > how ? > iText is a Java library for PDF creation and manipultion. Document conversion is totally out of scope. What you intend to do c

[iText-questions] http://itext.ugent.be/itext-in-action exists not more

2008-10-16 Thread Rumen Varbanov
Hi all, where can I find the examples from the book? Br rumen - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes G

[iText-questions] Html parser to accept mixed language content (english + greek)

2008-10-16 Thread AJaya
Hello All, I am a newbie to iText. I have tried to search the forum for two days to resolve a PDF generation problem. The idea is to have a HTML generated dynamically and then write it to a PDF (at the web server). it works fine if the HTML is english. however when the HTML has greek + englis

Re: [iText-questions] doc to pdf

2008-10-16 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2008 5:08 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] doc to pdf > > Hi, > > Can any one tell me, with this source can I convert word/doc > to pdf. If s

[iText-questions] doc to pdf

2008-10-16 Thread ravikanth
Hi, Can any one tell me, with this source can I convert word/doc to pdf. If so how ? Regards, Ravikanth -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/messages/itext-questions@lists.sourceforge.net/topic.html -

[iText-questions] XML to pdf

2008-10-16 Thread siva papineni
Hi,       I need to generate a  pdf document which should contain dynamic information and has to be formatted like a letter. (like some text need to be bold , centered, italic , underline etc.,) ,so i created an xml with few tags and the letter data, and parsed with xmlparser and parse it to pdf

Re: [iText-questions] Appending new pages to signed documents now makes Acrobat 9 and Reader 9 mark signature as invalid

2008-10-16 Thread Michael Klink
Leonard Rosenthol writes: > No, those existing signatures will still show as invalid - HOWEVER > the overall signature status will show as green/valid (since the last > signature will still be valid). Hhmm, not good, but at least better than the current state. The worst effect actually is th