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
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
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
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
[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
: 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
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
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
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
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
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
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
-
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
34 matches
Mail list logo