On 24/07/2013 19:11, kn...@libero.it wrote:
> Pls need info about fixed tabs in pdf, Chunk(DrawInterface separator, float
> tabPosition) is now deprecated. Why?
The TAB functionality has been completely rewritten in the context of
further development of XFA Worker.
To support tabs as defined in t
Pls need info about fixed tabs in pdf, Chunk(DrawInterface separator, float
tabPosition) is now deprecated. Why? Exists another way?
Thank you
P.S, i had no answare at my first email, i try again ;)
--
See everything fro
Pls need info about fixed tabs in pdf, Chunk(DrawInterface separator, float
tabPosition) is now deprecated. Why? Exists another way?
Thank you
--
See everything from the browser to the database with AppDynamics
Get end-t
On 15/05/2012 6:58, Mark Kauffman wrote:
> You're correct, I'm forcing the indentation. In actuality I have 4
> nested layers in the document, each with a set indentation based on
> specific formatting guidelines.
Your use of the concept of layers is confusing.
I always think of Optional Conten
You're correct, I'm forcing the indentation. In actuality I have 4 nested
layers in the document, each with a set indentation based on specific
formatting guidelines. The third nest always begins with a number such as
(1), (2), (3), ... etc. The fourth nest always begins with a lower case
alpha
Op 14/05/2012 6:57, Mark Kauffman schreef:
No matter what I try I always get the following results, no matter
what font setting I put on c2, ph2, p2
|Item: MyWidget1 (this dislaysTimes Roman)
(1) Item Category:Utility Tool (this displaysas Helvetica 12)
|
It's as if iTe
Op 3/02/2011 15:12, Michael Schreiber schreef:
> "Details" is the text string used for the chunk.
OK, in that case, you need to "reserve sufficient space" when you write
the text.
For instance: This book has pages.
Where the blanks are, you add a PdfTemplate. The best way to achieve
thi
"Details" is the text string used for the chunk.
--
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail
--
Special Offer-- Download ArcSight
Op 3/02/2011 14:35, Michael Schreiber schreef:
> First of all thank you very much for this great PDF library!!
> I've been using it a lot lately and I've always been very happy with the
> generated PDFs.
>
> As I couldn't find a solution to my problem in this mailing-list I decided to
> ask for any
First of all thank you very much for this great PDF library!!
I've been using it a lot lately and I've always been very happy with the
generated PDFs.
As I couldn't find a solution to my problem in this mailing-list I decided to
ask for any suggestions on how to solve this problem.
I create a PD
Thank you, that has worked
Thanks again,
Chris
Bruno Lowagie (iText) wrote:
>
> Chris Fleischmann wrote:
>> I have a Chunk object that spans over multiple lines... I have the
>> setGenericTag method attached to the chunk ovhect where I was hoping I
>> could
>> get the "rect" object (for
Chris Fleischmann wrote:
I have a Chunk object that spans over multiple lines... I have the
setGenericTag method attached to the chunk ovhect where I was hoping I could
get the "rect" object (for the complete chunk object)...
In cases like this, I use two Chunks marked with a generic tag.
On
Hi Folks, I am hoping you can help me work out the following situation...
I have a Chunk object that spans over multiple lines... I have the
setGenericTag method attached to the chunk ovhect where I was hoping I could
get the "rect" object (for the complete chunk object)...
/**
* Draws
On Monday 01 August 2005 16:02, gyannuzzi wrote:
> I am using RtfWriter2, and itext-1.3.jar.
I think upgrading to the latest release 1.3.2 should solve this problem.
Greetings,
Mark
--
The very ink with which all history is written is merely fluid prejudice.
-- Mark Twain
My GPG public key is
Hello, I have the following portion of code:
-
chunk = new Chunk((String)sow_map.get("background_info"), fGeneral);
chunk.setBackground(Color.yellow);
sec11.add(chunk);
-
I am using RtfWriter2, and itext-1.3.jar.
The background color does not render for me when I view the rtf file in
mic
On Friday 06 May 2005 14:31, [EMAIL PROTECTED] wrote:
> Is this a known problem or limitation of RtfWriter2?
This is a limitation of the RtfWriter2. I'll put it on my list of things to
do.
Greetings,
Mark
--
It is a hard matter, my fellow citizens, to argue with the belly,
since it has no ears.
I wanted to set the Chunk background color to 'Color.gray' while
generating a RTF document with the RtfWriter2 of itext-1.3, but it did
not work.
Then I tried com.lowagie.examples.objects.chunk.Background with
RtfWriter2, but the 'highlight' part does not work as well.
Is this a known problem or
Hi !
I’m working with a project where the chunk feature, used
in iText can be useful !
I need to chunk a text depending of the font and the size of
the area, any ideas where I can find more info, examples??
Best regards // paolo
Title: Bericht
ColumnText.showTextAligned()
From:
[EMAIL PROTECTED] on behalf of erik
pepermansSent: Fri 04-Feb-05 01:07To:
itext-questions@lists.sourceforge.netSubject: [iText-questions] chunk
on absolute position
Hi,
How can I define an
absolute position of a chunk in the document
Title: Bericht
Hi,
How can I define an
absolute position of a chunk in the document ?
eg. I want to
:
c = new
Chunk("
");c.setBackground(new Color(0x00, 0x80,
0x80));document.add(c);
on absolute positon
eg. x=88 y=697
Thanks for your
answer.
Erik
---
Title: Bericht
Hi,
How can I define an
absolute position of a chunk in the document ?
eg. I want to
:
c = new
Chunk("
");c.setBackground(new Color(0x00, 0x80,
0x80));document.add(c);
on absolute positon
eg. x=88 y=697
Thanks for your
answer.
Erik
---
Use Chunk.setAction().
- Original Message -
From: "Nikolay Nikolov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 13, 2004 15:29
Subject: [iText-questions] Chunk: LocalGoto and RemoteGoto comparison
> Why there is no Chunk.setLocalGoto(
Why there is no Chunk.setLocalGoto(int page) method as there is
Chunk.setRemoteGoto(String fileName, int page) ? I could use
setRemoteGoto with the current document, but what will happen if
someone renames the document ?
---
This SF.Net email is
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
> Hi again,
>
> I'm inserting the chunk in a columnText column though, how would this work,
> I
> didn't think a chunk extended a rectange.
Please keep on the mailing-list and read the tutorial Chapter 12.
I didn't say Chunk extended a Rectangle,
Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
> Hi,
>
> I'm wondering if it's possible to find thw height of a chunk. I have a chunk
> with an image in it, texts is appended to the image & I'm wondering if it's
> possible to find the total height of the chunk, or even the height of the
> text
Hi,
I'm wondering if it's possible to find thw height of a chunk. I have a chunk
with an image in it, texts is appended to the image & I'm wondering if it's
possible to find the total height of the chunk, or even the height of the text
alone would suffice.
Thanks in advance,
Daniel
--
This
It's done in FontFactory.getFont(Properties). The font must be registered
first to be found.
Best Regards,
Paulo Soares
- Original Message -
From: "Trevor Linton" <[EMAIL PROTECTED]>
To: "iText" <[EMAIL PROTECTED]>
Sent: Friday, December 12, 2003 2
Hi,
Where is the code
that processes a new Chunk(Properties) ? It seems the ElementTags.FONT
being set to a truetype font isn't processing correctly on a HTML->PDF
conversion and I need to debug it.
-
Trevor
Trevor Linton
Senior Web Applications Developer
Vérité Multimedia
http://w
It's at www.geocities.com/itextpdf
- Original Message -
From: "siapa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 4:07
Subject: RE: [iText-questions] chunk background
> Could you please let me know if you have upload th
OTECTED]
Cc:
>It's either next week or early August.
>
>Best Regards,
>Paulo Soares
>
>> -Original Message-
>> From:siapa [SMTP:[EMAIL PROTECTED]
>> Sent:Monday, July 07, 2003 4:39
>> To: [EMAIL PROTECTED]
>> Subject: RE
It covers the descenders. What font are you using?
Best Regards,
Paulo Soares
> -Original Message-
> From: siapa [SMTP:[EMAIL PROTECTED]
> Sent: Monday, June 30, 2003 3:11
> To: [EMAIL PROTECTED]
> Subject: RE: [iText-questions] chunk background
>
> When wil
It's either next week or early August.
Best Regards,
Paulo Soares
> -Original Message-
> From: siapa [SMTP:[EMAIL PROTECTED]
> Sent: Monday, July 07, 2003 4:39
> To: [EMAIL PROTECTED]
> Subject: RE: [iText-questions] chunk background
>
> Is it going
-Original Message-
>> From:siapa [SMTP:[EMAIL PROTECTED]
>> Sent:Monday, June 30, 2003 3:11
>> To: [EMAIL PROTECTED]
>> Subject: RE: [iText-questions] chunk background
>>
>> When will the next version be released? The problem is with the
August.
> -Original Message-
> From: siapa [SMTP:[EMAIL PROTECTED]
> Sent: Monday, June 30, 2003 3:11
> To: [EMAIL PROTECTED]
> Subject: RE: [iText-questions] chunk background
>
> When will the next version be released? The problem is with the height of
>> From:siapa [SMTP:[EMAIL PROTECTED]
>> Sent: Friday, June 27, 2003 4:46
>> To: [EMAIL PROTECTED]
>> Subject: [iText-questions] chunk background
>>
>> Hi,
>>
>> I'm setting a chunk with a background color.
>>
>&
It's not possible to change the background dimensions but I can include it
in the next release.
Best Regards,
Paulo Soares
> -Original Message-
> From: siapa [SMTP:[EMAIL PROTECTED]
> Sent: Friday, June 27, 2003 4:46
> To: [EMAIL PROTECTED]
> Subject: [iT
Hi,
I'm setting a chunk with a background color.
chunk.setBackground(black);
Is it possible to set the height and width of the background? The current background
is too close to the text. Please kindly advice.
Thanks,
siapa.
Get a
> Subject: [iText-questions] chunk with backgroundcolor in pdfptable
>
> Hello,
>
> I'am moving from table to pdftable. The reason is that I need tables as
> headers and footers. I've read in the mailing archives that this is
> possible
> using absolute positio
Hello,
I'am moving from table to pdftable. The reason is that I need tables as
headers and footers. I've read in the mailing archives that this is possible
using absolute positioning objects, i.e. pdfptable.
The reports are being created dynamically from data coming from a database.
Given a ce
39 matches
Mail list logo