Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-16 Thread 1T3XT info
On 16/09/2010 14:04, rramosfu wrote: > > I create a PDF and save file it static, then show in the text fields the > value that comes from a java object and the text field appear me a scroll. > But if I keep it as dynamic not show me anything the text field. Did you read the documentation? The reas

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-16 Thread rramosfu
I create a PDF and save file it static, then show in the text fields the value that comes from a java object and the text field appear me a scroll. But if I keep it as dynamic not show me anything the text field. http://itext-general.2136553.n4.nabble.com/file/n2542011/llena.bmp http://itext-g

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-16 Thread Leonard Rosenthol
: Re: [iText-questions] Help me I have a problem with Dynamic pdf fOR A create forms XFA What is necesary. I saved my pdf type FormularioXML(dynamic).pdf. Is the other thinks necessary -- View this message in context: http://itext-general.2136553.n4.nabble.com/Help-me-I-have-a-problem-with-Dyn

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-16 Thread rramosfu
fOR A create forms XFA What is necesary. I saved my pdf type FormularioXML(dynamic).pdf. Is the other thinks necessary -- View this message in context: http://itext-general.2136553.n4.nabble.com/Help-me-I-have-a-problem-with-Dynamic-pdf-tp2540525p2541639.html Sent from the iText - General mailin

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-15 Thread Alexis Pigeon
[For those not speaking spanish, and not relying on any online translator, here's a quick translation] I have a textfield [the OP is not mentionning if it's an already existing PDF or not, or the type of form used] which will be filled from a java object, therefore the size of the box has to grow

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-15 Thread Leonard Rosenthol
: rramosfu Subject: Re: [iText-questions] Help me I have a problem with Dynamic pdf On 15/09/2010 15:55, rramosfu wrote: > > Tengo un campo de texto que se me llenará a partir de un objeto java, por lo > que el tamaño de la caja tiene que crecer segun el numero de caracteres que > tenga el te

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-15 Thread 1T3XT info
On 15/09/2010 15:55, rramosfu wrote: > > Tengo un campo de texto que se me llenará a partir de un objeto java, por lo > que el tamaño de la caja tiene que crecer segun el numero de caracteres que > tenga el texto. So you have an EXISTING pdf containing a text field. Something like: http://examples

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-15 Thread rramosfu
Tengo un campo de texto que se me llenará a partir de un objeto java, por lo que el tamaño de la caja tiene que crecer segun el numero de caracteres que tenga el texto. El problema es q me aparece un scroll en el campo de texto cuando lo guardo como .pdf Y cuando lo hago de forma .pdf dynamic en

Re: [iText-questions] Help me I have a problem with Dynamic pdf

2010-09-15 Thread 1T3XT info
On 15/09/2010 15:22, rramosfu wrote: > > First of all sorry for my English. Whatever other language you speak, can you post it in that language, because I don't understand the question. > I create a new dynamic pdf because I have a text OK, so I guess you have a String and you put it into a Para

[iText-questions] Help me I have a problem with Dynamic pdf

2010-09-15 Thread rramosfu
First of all sorry for my English. I create a new dynamic pdf because I have a text but your size is different as the text is fill for a Java Object. When I open the pdf the text is empty. When I create a normal PDF the problem is a scroll in text field. Thank you very much, http://itext-gene

Re: [iText-questions] help me

2008-08-13 Thread Howard Shank
There is no rowspan. You can achieve your desired results with nested tables. Howard Shank - Original Message From: Vivek Tiwari <[EMAIL PROTECTED]> To: Post all your questions about iText here Sent: Wednesday, August 13, 2008 7:37:36 AM Subject: Re: [iText-questions] help me

Re: [iText-questions] help me

2008-08-13 Thread Vivek Tiwari
Hi all , Can any one tell me How to set Rowspan of a PdfPCell . Actually I was working with Normal Cell . but not having idea of PdfPCell. In normal cell I was using Cell C1=new Cell(); C1.setRowSpan(5); Plese tell me how to do this in PdfPCell -

[iText-questions] help me

2008-08-13 Thread santosh palthi
hi , I have got a problem in my application , actually i am filling the acroforms & generating new pdf's in different classes through iText using action class, but finally i want all those pdf s to be merged in the main action class and it has to be given to the respose stream ( to the browse

Re: [iText-questions] Help me

2008-04-28 Thread 1T3XT info
bala ganesh wrote: > Hi > > i created a pdf document with itext. In that document i want to > create a footer with Table Name in right side and page number in left > side .. > > How its possible please send a code to me its usefull for me Add a PdfPTable at an absolute positi

[iText-questions] Help me

2008-04-28 Thread bala ganesh
Hi    i created a pdf document with itext. In that document i want to create a footer with Table Name in right side  and page number in left side .. How its possible please send a code to me its usefull  for meThanksGanesh Meet people who discuss and share your passions. Join

Re: [iText-questions] help me with my project

2008-04-14 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You will not be able to mix and match classes from the two packages, even if their code is identical except for the package name. That's a feature of the Java classloader and there is no way you'll manage to cast from one package to the other. You s

[iText-questions] help me with my project

2008-04-14 Thread lakota
Hello I have problem. I have a document with several sections. I am working with some library for example this name yupi.jar inside od this package is the complete structure of itext 1.3 pbut with other packages names. My document has several sections, I am arranged one of them. But I use the r

[iText-questions] Help Me please! Fill blank signature field error

2008-04-11 Thread marianab
Hellow: Here is my code for multiple signatures with Certification Level "CERTIFIED_FORM_FILLING_AND_ANNOTATIONS". When add "Signature1" at Blank Signature Form Field, the previous signature (certified) break. Excuse me. I am from Argentina. I can not write English very well. Step 1: Add blank

Re: [iText-questions] help me with ITEXT

2008-03-22 Thread 1T3XT info
thien su wrote: > i want to make a appication with JAVA use ITEXT library change HTML > to PDF > i use Jcreator to write ,but when i build ,have to error "package > com.lowagie.text does not exit" > how i must download this library and insert it ? > and i need document ab

Re: [iText-questions] help me with ITEXT

2008-03-22 Thread thien su
2008/3/22, huutai [EMAIL PROTECTED]: > i want to make a appication with JAVA use ITEXT library change HTML to > PDF > i use Jcreator to write ,but when i build ,have to error "package > com.lowagie.text does not exit" > how i must download this library and insert it ? > and i need document ab

Re: [iText-questions] Help me please

2006-08-08 Thread Damien Drix
Also, if you have trouble with the vertical alignment (for example, you want the text to be centered vertically but it doesn't look right), try : cell.setUseAscender(true); cell.setUseDescender(true); or whatever is the C# equivalent. It makes it easier to predict the effect of cell padding. R

Re: [iText-questions] Help me please

2006-08-08 Thread Paulo Soares
Look for padding. Paulo - Original Message - From: "Raphael Ramone" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 08, 2006 5:52 PM Subject: [iText-questions] Help me please > HI, my name´s Raphael, and I live in Brazil. > > How I can change the cell margi

[iText-questions] Help me please

2006-08-08 Thread Raphael Ramone
HI, my name´s Raphael, and I live in Brazil.   How I can change the cell margins??   My text into the cell!!   I want change the TOP MARGIN. I try the code ( cell.VerticalAlignment = Element.ALIGN_TOP; ) Thks. - Using Tomcat

[iText-questions] Help me which java files are useful when converting text to pdf only

2006-01-26 Thread gopi krishna
Dear madam/sir,I am doing Text to PDF conversion project under my curriculum.My project is simple enough to convert simple text to pdf.so please tell me what classes are going to function when we click Text2pdf menuitem in iText. Thanking you,   L.V. Gopi Krishna,M.Tech,College of Engineering,An

RE: [iText-questions] help me!

2003-10-29 Thread Paulo Soares
9, 2003 2:03 > To: [EMAIL PROTECTED] > Subject: [iText-questions] help me! > > The PDF reports deploying to > > windows/tomcat 4.18, I get the following error: > > > > 500 Internal Server Error > > ExceptionConverter: java.io.I

[iText-questions] help me!

2003-10-29 Thread luowenyong
The PDF reports deploying to windows/tomcat 4.18, I get the following error: 500 Internal Server Error ExceptionConverter: java.io.IOException: The document has no pages. at com.lowagie.text.pdf.PdfPages.writePageTree(Unknown Source) at com.lowagie.text.pdf.PdfWriter.close(Unknow

[iText-questions] Help me, please

2003-09-17 Thread José Marques
People,   Why this code print the message in different position, depending the differents printer´s models?   import java.io.*; import com.lowagie.text.*; import com.lowagie.text.pdf.*; public class Teste { public static void main(String[] args) { try { Document document = new Document(PageS

Re: [iText-questions] Help me....

2003-08-28 Thread Paulo Soares
See PdfContentByte.setAction(). Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 20:24 Subject: [iText-questions] Help me > Hi, i'm a student from Costa Rica, i've working w

Re: [iText-questions] Help me....

2003-08-28 Thread Bruno
Quoting [EMAIL PROTECTED]: > Hi, i'm a student from Costa Rica, i've working with the iText class, so, i > made a pdf with a hypertext with the setRemoteGoto method, but i need to > know how add a hypertext in a X,Y position, like the setTextMatrix method > works. > I mean, i want to draw a hypert

[iText-questions] Help me....

2003-08-28 Thread psaenz
Hi, i'm a student from Costa Rica, i've working with the iText class, so, i made a pdf with a hypertext with the setRemoteGoto method, but i need to know how add a hypertext in a X,Y position, like the setTextMatrix method works. I mean, i want to draw a hypertext in a X,Y position on the PDF. Tha

RE: [iText-questions] Help me! Read pdf files!

2002-12-03 Thread Paulo Soares
You can't. Best Regards, Paulo Soares > -Original Message- > From: HUYNH Huu Hung [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 02, 2002 19:50 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Help me! Read pdf files! > > Dear, > I want to re

[iText-questions] Help me! Read pdf files!

2002-12-02 Thread HUYNH Huu Hung
Dear, I want to read paragraph in pdf files and insert hyperlink? How can I do iText? --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.p

Re: [iText-questions] Help me!!!

2002-09-10 Thread Bruno
Quoting Thiago Henrique de Luca <[EMAIL PROTECTED]>: > I am making a report and would like to place an image in the start of > each page Already I used template for this, but when I write the > text that goes in the report, simply it I am more below, not giving the > desired result. so

[iText-questions] Help me!!!

2002-09-10 Thread Thiago Henrique de Luca
I am making a report and would like to place an image in the start of each page Already I used template for this, but when I write the text that goes in the report, simply it I am more below, not giving the desired result. somebody already made some report of this type? it could order