Re: [iText-questions] Multiple paragraphs in single table cell with different indentations and spacing

2005-09-14 Thread Gustaf Andersson
Works great!! Thanks a lot, Paulo. regards Gustaf Paulo Soares wrote: >Use a PdfPCell. > > > >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On >>Behalf Of Gustaf Andersson >>Sent: Tuesday, September 13, 2005 4:07 PM >>To: itext-questions@lists.sourceforge

[iText-questions] iText java sources, .net 2.0, & J#

2005-09-14 Thread David Thielen
Hi; Has anyone tried building the iText .java sources using J# under .net 2.0? If so, what were the results? Thanks - dave (Not itext.net which is converted but the java itext) --- SF.Net email is sponsored by: Tame your develo

RE: [iText-questions] Writing an HTML string to a PDF document.

2005-09-14 Thread Paulo Soares
HTMLWorker should do it. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Lee, Ashley > Sent: Wednesday, September 14, 2005 2:50 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Writing an HTML string to a PDF document.

[iText-questions] acroform and pdf

2005-09-14 Thread Henry Lu
Can someone show me how to do the followings? 1. Open an existing pdf file, f1.pdf 2. read through the file and replace text "ENTER-VAR" with a form text field. 3. save the file to f2.pdf so the f2.pdf is an acroform file. Ex: f1.pdf is: My name ENTER-VAR. f2.pdf is: My name ___ He

[iText-questions] how to change web link

2005-09-14 Thread Igor Kostic
In my pdf form there is a button with OpenAWebLink action on MouseDown. How can I change the web link destination dynamicly in my program? _ Potrebujete vediet, ake pocasie bude na Slovensku aj vo svete. http://www.msn.sk/weather

[iText-questions] SuperScript inside a table cell

2005-09-14 Thread Pradosh
Hello All, I am trying to add a superscript letter to the end of an header string. Here is the code: for (int hct=0; hcthttp://sourceforge.net/geronimo.php ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge

[iText-questions] PDF to HTML/XLS ?

2005-09-14 Thread Matt Kowske
Hi, I have a number of PDF reports being generated by iText. I need a way to also write these pdf's to a more editable format (ultimately Excel, but text or HTML would work too). HtmlWriter would be perfect if it worked with PdfPTable. Is there any planned development on extending HtmlWriter

[iText-questions] Writing an HTML string to a PDF document.

2005-09-14 Thread Lee, Ashley
Is there anyway to write and HTML string to the PDF document? I don't want the HTML tags to appear in the document and I want to keep the HTML formatting. Here is the scenario:   1) User enters text into a RTB(rich text box) and this data is stored in a field in an associated table in SQL S

[iText-questions] footer in form of 'Page X of Y' ?

2005-09-14 Thread Anand Wadekar
hi all, how to print footer of form 'Page X of Y' using itext-1.02? thanks a lot in advance. anand _ Amitabh fan? Here’s a chance to chat with the Big B himself. http://server1.msn.co.in/sp05/DJbk/index.asp Click here now!

[iText-questions] How can one balance columns in a PDF using itext?

2005-09-14 Thread Isabelle Ulfsdotter
Hello,   I was wondering if there is a way of balancing columns when creating a PDF using itext? I am currently using the SimpleColumn object, but would not mind changing to the MultiColumn object if needed.   Best,   Isabelle

[iText-questions] Re: AWT-PDF font translation, fractional matrix, JTextPane

2005-09-14 Thread David V_
Paulo Soares consiste.pt> writes: > > That's strange. Prepare a small example so that I can reproduce the > problem. > The example follows. It can be also found with resulting PDFs at [http://gate.spost.cz/iText/]. If there is a way how to do it without using createGraphicsShapes(), i would be

[iText-questions] RE: Problen with Colum Text. How to add annotation Links in existing pdf file

2005-09-14 Thread Paulo Soares
First thing I do when using a library is to have a look at the examples and the javadocs. I suppose I'm the only one doing it. PdfContentByte contentByte ; Chunk c = new Chunk("Hell from PDF!"); c.setAction(action); contentByte = stamper.getOverContent(1);

[iText-questions] RE: How to add annotation Links in existing pdf file

2005-09-14 Thread Paulo Soares
You can use Chunk and place it with ColumnText at an absolute position. > -Original Message- > From: haroon anwar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 14, 2005 10:46 AM > To: Paulo Soares > Subject: How to add annotation Links in existing pdf file > > Aslam-o-Alaikum

RE: [iText-questions] using setExtraMargin() with an existing form field

2005-09-14 Thread Paulo Soares
You don't need a special version. For example: public static void setField(AcroFields af, String name, String value) throws Exception { AcroFields.Item item = af.getFieldItem(name); if (item == null) return; PdfDictionary merged = (PdfDictionary)item.merged.get(0); if (PdfN

RE: [iText-questions] Re: AWT-PDF font translation, fractional matrix, JTextPane

2005-09-14 Thread Paulo Soares
That's strange. Prepare a small example so that I can reproduce the problem. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of David V_ > Sent: Wednesday, September 14, 2005 8:39 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-ques

RE: [iText-questions] How to print pdf correctly without margin

2005-09-14 Thread Paulo Soares
That's a printer/printer driver variation and it can even change in two printers of the same model. You must adjust the PDF margin according to the printer, there's no universal solution. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of yuanjk >

[iText-questions] Re: AWT-PDF font translation, fractional matrix, JTextPane

2005-09-14 Thread David V_
> Use PdfContentByte.createGraphicsShapes(). It will render the text as > outlines but the alignments will be correct. I have tried this already. There is no apparent difference between the results of createGraphics() and createGraphicsShapes(). Furthermore, createGraphicsShapes() disables search

Re: [iText-questions] using setExtraMargin() with an existing form field

2005-09-14 Thread Chris Miller
Is there any way that I can have a special version of the AcroFields class where setField() adds an extra 6 units on the top margin of multi-line text fields? I may even have a programmer on my end who can make the change if you point me to the right source-code file, although it seems like some

[iText-questions] New iText-com.lowagie2

2005-09-14 Thread satish babu
Hi All.. Now we are able to use new iText features. though you are using, itext old versions. Let me explain cleat, If you are using old itext versions in ur projects till long time, and now u need new version of jar file for ur project. If u replace new iText version. many of

[iText-questions] How to print pdf correctly without margin

2005-09-14 Thread yuanjk
I create pdf file by iText to print label. The review looks fine in Acrobat Reader, but when printed, the margine alawys chaged .move about 0.5cm from the top margin of pager (A4 size page). It seems that there is no way to print the pdf correctly as the preview. Can I modify some print setting whe