Renato wrote:
> One more question: If I create a Phrase and the SimpleColumn doesn't fit
> the Phrase's contents then nothing is displayed in the PDF. Is this the
> expected
> behavior? Shouldn't it displays a part of the content?
This is normal if the available height isn't enough to show
o
Jon Radon wrote:
> I looked through the API, searched the mailing list, etc, but didn't see
> an exact solution for this. I apologize if this is answered somewhere
> really obvious. :)
>
> The situation: Document "A" is a PDF with form fields. Document "B" is
> a PDF with the same layout of
Pradeepa Evangovan wrote:
> Hi,
>
> I need to open an existing pdf acroform and edit the existing field
> dictionary i.e., I need to change Parent and Kids key values, remove a
> dictionary, add a new dictionary etc.,
>Is it possible to do that using iText?
Yes.
> Can I use PdfStamper
That's possible with page reordering.
(About the other problem, you can't reuse a PdfDestination)
Paulo
- Original Message -
From: "m2barrett" <[EMAIL PROTECTED]>
To:
Sent: Friday, August 03, 2007 6:44 PM
Subject: Re: [iText-questions] problem combining dynamic contentwith
existingpdf
Hi,
I need to open an existing pdf acroform and edit the existing field
dictionary i.e., I need to change Parent and Kids key values, remove a
dictionary, add a new dictionary etc.,
Is it possible to do that using iText? Can I use PdfStamper to
achieve that?
Please reply. I have bee
Is there any way to create a bunch of pages then go back to the first page
and start using it? OR is there a way to insert a page that you are
creating into a specific spot in the document that you are creating - for
example: I create a new Document then i add a few pages to the Document,
then
Hi,
I need to open an existing pdf acroform and edit the existing field
dictionary i.e., I need to change Parent and Kids properties.
Is it possible to do that using iText? Can I use PdfStamper to
achieve that?
Please reply. I have been trying to do this for a fortnight. Please
I looked through the API, searched the mailing list, etc, but didn't see an
exact solution for this. I apologize if this is answered somewhere really
obvious. :)
The situation: Document "A" is a PDF with form fields. Document "B" is a
PDF with the same layout of A, but without form fields. Is
Bruno wrote:
>Renato wrote:
>> Hi.
>>
>> I already read a lot of emails and don't find a
>> answer for my question.
>>
>> I've a PDF form with a big multi-line Text Field.
>> I want to reduce the space between the lines of that
>> filled Text Field. Something like the Paragraph's
>
Mark Storer cardiff.com> writes:
> Yep.
>
http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/com/lowagie/text/pdf/PdfAction.java?revision=2526&view=markup:
>
> 457 public static PdfAction gotoLocalPage(int page, PdfDestination dest,
> PdfWriter writer) {
> 458 PdfIndirectRe
> Document document = new Document();
> try {
> PdfWriter writer =
> PdfWriter.getInstance(document,
> new
> FileOutputStream("toc.pdf"));
> document.open();
> PdfDestination dest
here is my code that is not working. The first for loop is for setting the
text and the actions. The second for loop is for creating blank pages.
Thanks.
Document document = new Document();
try {
PdfWriter writer = PdfWriter.getInstance(document,
Hello.
I have two questions.
1) I would like know the pages number of a existent pdf document.
2) Can I transform the words in a pdf document in a string variable.
Many thanks
--
Un saludo.
* *
*Sergio García Maroto***
Consultor de sistemas
World Software Services
Torre Picasso
Plaza P.Rui
- Original Message -
From: "Sergio García Maroto" <[EMAIL PROTECTED]>
To:
Sent: Friday, 03 August, 2007 6:50 AM
Subject: [iText-questions] One question.
Hello.
I have two questions.
1) I would like know the pages number of a existent pdf document.
2) Can I transform the words in a pdf do
Guys,
Please help!
Thanks!
Vinod Google |
Lamba IBM 810.835.2046
|>
|
I read the Javadoc for the Table class, which says: "Normally a newline is
added before you add a Table object. This newline uses the current leading.
If you want to control the space between the table and the previous element
yourself, you have to set the offset of this table. "
So this explains
On Friday 03 August 2007 14:35:01 Steve-O wrote:
> I read the Javadoc for the Table class, which says: "Normally a newline is
> added before you add a Table object. This newline uses the current leading.
> If you want to control the space between the table and the previous element
> yourself, you h
On Friday 03 August 2007 14:25:41 Steve-O wrote:
> I create a Paragraph object then call setFirstLineIndent and
> setIndentationLeft, but these methods have no effect on the rtf output. Is
> there anything else I need to do? Following is the code I use:
>
> Paragraph p = new Paragraph(lineText, tab
I create a Paragraph object then call setFirstLineIndent and
setIndentationLeft, but these methods have no effect on the rtf output. Is
there anything else I need to do? Following is the code I use:
Paragraph p = new Paragraph(lineText, tableRowsBullet1Style); //lineText and
tableRowsBullet1Style
Hi Shivapuja,
there are a lot of components to embed PDF in Swing application,
including a library from Adobe:
http://today.java.net/pub/a/today/2005/10/20/accessing-pdf-with-acrobat-viewer-javabean.html
I like the adobe component because it is 100% compatible with the
adobe viewer.. so, you are
Does itext provide a way to display PDF content in a Java Swing or AWT
components.
If not, is there any other tool that provides this capability?
thanks,
Nath -
This SF.net email is sponsored by: Splunk Inc.
Still grepping
Hi,
I am very happy to use itext.
I am generating a pdf using table which has 19 columns of which the first
five rows are header which includes an image.
When my pdf spans multiple pages my header repeats in all the pages which i
have done using dataTable.setLastHeaderRow(4);
My header is rep
Yes, it works fine with your hints.
I chose the setCharAdvance way.
BTW, DesiredCharAdvance = 72 (pt) * 1000 (fontunit) / (desiredCPI) / (fontsize).
Thanks
Elmar
-
This SF.net email is sponsored by: Splunk Inc.
Still greppin
23 matches
Mail list logo