Re: [iText-questions] unsubscribe

2010-03-20 Thread Brigit Ananya
On the webpage https://lists.sourceforge.net/lists/listinfo/itext-questions at the bottom enter your subscription email address, click on Unsubscribe or edit option, at the next page enter your password, click on Login, and on the bottom, click on Unsubscribe. An even easier way would be to go to

Re: [iText-questions] pdf graphics file questions

2010-03-20 Thread Brigit Ananya
Hi, I wasn't trying to use Adobe Illustrator as a PDF editor. I was just trying to make a PDF file that Adobe Illustrator can open as a vector graphics file. And this is possible if I use the technique described in the previous iText In Action manual in the great chapter, Constructing and painting

Re: [iText-questions] iText for prepress pdf

2010-03-20 Thread Leonard Rosenthol
Sure. PDF is PDF is PDF. Of course, the printer may have specific requirements for their documents such as colorspace choices, image resolutions etc. that you will need to adhere to. Leonard -Original Message- From: Michael Vogt [mailto:i...@michaelvogt.eu] Sent: Saturday, March 20, 2

Re: [iText-questions] new pdf graphics file question

2010-03-20 Thread Leonard Rosenthol
Adobe Illustrator is NOT a PDF editor and should not be used as one. If you are simply planning to place the PDF into Illustrator as part of another graphic, that's fine. Try using the lower level APIs in iText for graphic instead of going through Graphics2D. There is no trick to #3 - it is s

Re: [iText-questions] Perfomance Question - ByteArray vs Files

2010-03-20 Thread Leonard Rosenthol
I would, of course, argue with #3 as would the governments of every country on earth, every major enterprise around the world, etc. -Original Message- From: warren [mailto:warrenonsourcefo...@charter.net] Sent: Saturday, March 20, 2010 2:34 AM To: itext-questions@lists.sourceforge.net Su

[iText-questions] unsubscribe

2010-03-20 Thread Sandy Shah
I have tried several times unsubscribe myself from this list but have failed to do so. Can somebody please let me now how it works? -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Sp

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-20 Thread Paulo Soares
Finally fixed. Paulo - Original Message - From: Paulo Soares To: itext-questions@lists.sourceforge.net Sent: Saturday, March 20, 2010 1:36 PM Subject: Re: [iText-questions] BaseFonts.getDocumentFonts crashes The pdf you sent me (r50.pdf) lists 9 fonts as it should. I've no

[iText-questions] Fwd: new pdf graphics file question

2010-03-20 Thread Brigit Ananya
Hi, I am sorry, I found the answer to my question 1). It is in the previous iText In Action manual in the great chapter, Constructing and painting paths. But I am still looking for the answers to question 2) and 3). Thanks for looking into it. >Date: Sat, 20 Mar 2010 14:33:30 -0700 >To: itext-

[iText-questions] iText for prepress pdf

2010-03-20 Thread Michael Vogt
Hello everybody. I just started using iText and in the process of reading the book. For one question I was asked by a client, I could not find a definite answer. He asked if the pdfs generated with iText can be fed into a prepress workflow resulting in output through printing presses. Or are ther

[iText-questions] new pdf graphics file question

2010-03-20 Thread Brigit Ananya
Hi, I developed a computer graphics program (www.ananya.com) that draws curves in a faster and easier way. I would like to import and export pdf graphics files with other graphics programs. I have a new pdf graphics file question (question 1)), and since I still have two unanswered pdf graphics f

Re: [iText-questions] PDFSignature - "Document has been altered since signature was applied"

2010-03-20 Thread Andreas Kuehne
Hi Mathew, afaik the problem can not be solved, just circumvented. You get one hash from a PDF, after storing and reopening you get another hash. The raesons for this are not an iText issue and are already discussed on this list in detail. So how to get around : Don't store and reopen the PDF

Re: [iText-questions] PDFSignature - "Document has been altered since signature was applied"

2010-03-20 Thread mmathew
I am also facing the same issue could u please elaborate on how u resolved it. Regards Martin-- AndreiGosman wrote : Hi, I was a very big problem using iTextSharp and Aladdin eToken for signing PDF files. After I sign a pdf, Acrobat Reader gives the following message: "The document has been a

Re: [iText-questions] i18n

2010-03-20 Thread satish.napster
Can it be possible to print the decoded unicode (utf-8) characters, if particular font will be provided for that language.? I tried it is working too, but as i said my data might be a mixture of english and that particular language. And here I stuck up. It is ignoring the english out of that,

Re: [iText-questions] Is there a way to set the number of columnsfor PdfPTable other than in the constructor?

2010-03-20 Thread Fred Janon
Thanks. Fred On Sat, Mar 20, 2010 at 19:40, Paulo Soares wrote: > Ok, you'll have it. > > Paulo > > - Original Message - > From: Fred Janon > To: Post all your questions about iText here > Sent: Saturday, March 20, 2010 10:32 AM > Subject: Re: [iText-questions] Is there a way to set the

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-20 Thread Paulo Soares
The pdf you sent me (r50.pdf) lists 9 fonts as it should. I've no idea what's inside the 3469.pdf. Paulo - Original Message - From: Juan Antonio de la Puente To: itext-questions@lists.sourceforge.net Cc: Paulo Soares Sent: Saturday, March 20, 2010 11:13 AM Subject: Re: [iT

Re: [iText-questions] BaseFonts.getDocumentFonts crashes

2010-03-20 Thread Juan Antonio de la Puente
Thanks, Paulo. Now it behaves like my modified version, i.e,. it lists only some of the fonts: $ listfonts 3469.pdf QTRGMG+Arial-BoldMT IAJVTI+ArialMT Where the full list should be much longer: > QTRGMG+Arial-BoldMT > GFNNIT+CMTT8 > JEFAMC+CMTI8

Re: [iText-questions] Is there a way to set the number of columnsfor PdfPTable other than in the constructor?

2010-03-20 Thread Paulo Soares
Ok, you'll have it. Paulo - Original Message - From: Fred Janon To: Post all your questions about iText here Sent: Saturday, March 20, 2010 10:32 AM Subject: Re: [iText-questions] Is there a way to set the number of columnsfor PdfPTable other than in the constructor? Is t

Re: [iText-questions] Perfomance Question - ByteArray vs Files

2010-03-20 Thread Mike Marchywka
> From: warrenonsourcefo...@charter.net > To: itext-questions@lists.sourceforge.net > Date: Fri, 19 Mar 2010 20:34:02 -0500 > Subject: Re: [iText-questions] Perfomance Question - ByteArray vs Files > > Ok. So the answers are > > 1) To understand

Re: [iText-questions] Is there a way to set the number of columns for PdfPTable other than in the constructor?

2010-03-20 Thread Fred Janon
Is there a way to add a setter for columns in the future: PdfPTable.setColumns(int)? It could throw an exception if it's too late to change it. Thanks Fred On Sat, Mar 20, 2010 at 18:27, Fred Janon wrote: > Yep, that means I have to sort XML attributes to process 'columns' > first... I would ha

Re: [iText-questions] Is there a way to set the number of columns for PdfPTable other than in the constructor?

2010-03-20 Thread Fred Janon
Yep, that means I have to sort XML attributes to process 'columns' first... I would have preferred not to, but I kinda knew the answer and hoping I missed something. Thanks Fred On Sat, Mar 20, 2010 at 17:09, 1T3XT info wrote: > Fred Janon wrote: >> I create a PdfPtable with 1 column, then befo

[iText-questions] Font in a table cell added to a paragraph?

2010-03-20 Thread Fred Janon
I create a paragraph with a font and I add a table with some cells to that paragraph. I was expecting the content of the cells to use the paragraph font, but it doesn't seem to? Is any content added to a paragraph supposed to use the paragrpah font? Thanks Fred --

Re: [iText-questions] Is there a way to set the number of columns for PdfPTable other than in the constructor?

2010-03-20 Thread 1T3XT info
Fred Janon wrote: > I create a PdfPtable with 1 column, then before anything else is added > to the table I need to set the number of columns but there is no > setter for that. Is there anyway to do that? Postpone the creation of the table until you know the number of columns. -- This answer is p

[iText-questions] Is there a way to set the number of columns for PdfPTable other than in the constructor?

2010-03-20 Thread Fred Janon
I create a PdfPtable with 1 column, then before anything else is added to the table I need to set the number of columns but there is no setter for that. Is there anyway to do that? Thanks Fred -- Download IntelĀ® Parallel