lester fajardo wrote:
> And what could be a better idea ?
>
> i explain, i have a table with a index of words that exists in a doc,
> and i want to have a chapter/outline or whatever linked to each start of
> a char.
As I've said before: create you bookmarks using PdfOutline!
PdfOutline needs
And what could be a better idea ?
i explain, i have a table with a index of words that exists in a doc, and i
want to have a chapter/outline or whatever linked to each start of a char.
e.g.
(page 1)
cell | A <- i want a chapter, outline, etc
poiting to this cell valu
lester fajardo wrote:
> Hello.
>
> Is posible to put a chapter object inside a table cell ?
No no no no no no no! Bad practice, bad idea.
There is no reason whatsoever why you'd want to do that.
--
Let Crystal Reports ha
Hello.
Is posible to put a chapter object inside a table cell ?, when i create a
chapter object and then put it inside a cell, the cell is left empty and
also the chapter is not shown in the bookmarks section.
iTextSharp.text.Chapter chapter1 = new Chapter(new Paragraph(" Hello ",
FontFactory.Get
Cool The Breezer wrote:
> I am looking to create a chapter/section without any prefix. I was going
> through the archive and realized that its not possible.
Try chapter.setNumberDepth(0);
> The only benefit for me to use Chapter is it appears in bookmark
> automatically. Is is possible to do th
I am looking to create a chapter/section without any prefix. I was going
through the archive and realized that its not possible. The only benefit for me
to use Chapter is it appears in bookmark automatically. Is is possible to do
the same any other way?
- RB
--
Hi
I use JDK 1.4.
but are you using the right iText version in production?
-> Yes, i've removed all old versions, and the function setBookmarkTitle is
working fine with the new iText version.
Thanks alot
D
Bruno Lowagie (iText) wrote:
>
> fr3ak wrote:
>> I use the itext version 2.0.1, i've u
fr3ak wrote:
> I use the itext version 2.0.1, i've updated it because i needed the function
> setBookmarkTitle.
> In my IDE (eclipse) i can access this method like this.
>
> Chapter chapter = new Chapter(p,i+1);
> chapter.setNumberDepth(0);
> chapter.setBookmarkTitle(chunk.content());
> chapter.s
I use the itext version 2.0.1, i've updated it because i needed the function
setBookmarkTitle.
In my IDE (eclipse) i can access this method like this.
Chapter chapter = new Chapter(p,i+1);
chapter.setNumberDepth(0);
chapter.setBookmarkTitle(chunk.content());
chapter.setTriggerNewPage(false);
doc
fr3ak wrote:
> java.lang.NoSuchMethodError: com.lowagie.text.Chapter.setTriggerNewPage(Z)V
Have you checked if the iText version you are using already
has this method? Could be you're using an old version.
br,
Bruno
-
Take Su
OTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of fr3ak
>> Sent: Wednesday, April 04, 2007 10:31 AM
>> To: itext-questions@lists.sourceforge.net
>> Subject: Re: [iText-questions] Chapter
>>
>>
>> i've the same problem, can anybody help?
&g
Chapter.setTriggerNewPage(false)
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of fr3ak
> Sent: Wednesday, April 04, 2007 10:31 AM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Chapter
i've the same problem, can anybody help?
Dirk Ulrich wrote:
>
> Is it possible to place a new chapter in a document without inserting a
> new
> page? How can I do this?
> --
> Mit freundlichen Grüßen
>
> Dirk Ulrich
> Jansenstraße 21
> 13437 Berlin
> fon:0++49-(0)30-40 999 087
> mobil:++
EMAIL PROTECTED]
18.08.2006 08:38
Please respond to
Post all your questions about iText here
To
itext-questions@lists.sourceforge.net
cc
Subject
[iText-questions] Chapter / section indentation
Hello, I currently play around a bit with Chapter and Section to see if it
fits my needs.
I would li
Hello, I currently play arounf a bit with Chapter and Section to see if it
fits my needs.
I would like to set an indentation for the sections but I get weird
behaviour. The titles move over the left border if a section spans more
than one page. I saw a similar behaviour described for paragraphs
Chapters will always cause a new page. You'll have to use plain paragraphs
for that.
- Original Message -
From: "Manu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 27, 2004 16:53
Subject: [iText-questions] Chapter on same page
>
How to add a new chapter on a page which already contains a chapter ?
Thank you.
---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux
Did you see the toc example at itextpdf.sf.net?
- Original Message -
From: "k ibod" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 17, 2004 14:03
Subject: [iText-questions] chapter, reorder, toc
> hi,
>
> i've successfully re
hi,
i've successfully reordered the pdf so that the toc will appear at the second page of the pdf file. this works well if the chapters and sections are within a single page. unfortunately when the chapters and sections starts to overflow to another page, i get a reordering error. i've tried repl
Hi,
Is there a possibility of putting a chapter an section in a table ?
I would like to do it in order of controlling the structure of my
document...
_
MSN Search, le moteur de recherche qui pense comme vous !
http://search.msn.f
Greetings
Anyone here done using fonts not part of the font factory? Ive read
some posts in the forum but im using this in my xml tagmap and not
using pure java code. So im totally clueless. Im planning to use the
Century Gothic (which I think is defaultly part when you install win
os)
MARk
-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wednesday 02 July 2003 04:22, D S S Sampath Kumar wrote:
> OK, I will change my Question,
>
> Do you have any example, which create Table with border using XML. If you
> have please pass it to. Still I couldn't able to create Table with border
> usi
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>:
>
> Thanks for all. following works...
>
>
>
>
So, the problem wasn't the fact that the borders had the wrong color.
The problem was that you didn't have any border at all?
I must have misinterpreted your question.
-
Thanks for all. following works...
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>:
> Do you have any example, which create Table with border using XML. If you
> have please pass it to.
What's wrong with:
http://www.lowagie.com/iText/examples/Chap0702.pdf ?
A snippet from
http://www.lowagie.com/iText/examples/Chap0701.xml
examp
>> I tried your workaround, it doesn't>> Can you pass your code which you checked across.>>http://itext.sourceforge.net/src/com/lowagie/text/Cell.java>http://itext.sourceforge.net/src/com/lowagie/text/Table.java>>public Cell(Properties attributes) {>...>String r = (String)attributes.remove(ElementT
D S S Sampath Kumar wrote:
>Try if this works as a workaround:
>
>
>
I tried your workaround, it doesn't
Can you pass your code which you checked across.
http://itext.sourceforge.net/src/com/lowagie/text/Cell.java
http://itext.sourceforge.net/src/com/lowagie/text/Table.java
public Cell(Pr
Hi Bruno,
Thanks again.
>> 1. While define the XML tags for Table & Cells. I couldn't able to set the>> Border color. My XML coding is >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>I checked my code, but I don't see what could be wrong.>Try if this works as a workaro
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>:
> 1. While define the XML tags for Table & Cells. I couldn't able to set the
> Border color. My XML coding is
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
I checked my code, but I don't see what could be wrong.
Try if thi
Hi Bruno,
Thanks for your quick response. I have some more issues.
1. While define the XML tags for Table & Cells. I couldn't able to set the Border color. My XML coding is
Can you tell me what is wrong in this.
2. This is related to No.4 in the p
Quoting D S S Sampath Kumar <[EMAIL PROTECTED]>:
> 1.The Chapter is always starts in the new Page. Is it possible to set to
> start with newline instead of new page (like I have Paragraph, which occupies
> half of the page, then I want to add the Chapter immediately after the
> Paragraph (very nex
Hi,
I have following issues, Can guide me to over come these.
1.The Chapter is always starts in the new Page. Is it possible to set to start with newline instead of new page (like I have Paragraph, which occupies half of the page, then I want to add the Chapter immediately after the Paragraph (v
Hi
Maybe I uncovered a
bug in the RtfWriter?
Given the following
code fragment, The title of the chapter is centered
in the PDF output but not the RTFoutput.
//
Create a paragraph for the chapter titleParagraph titleP = new Paragraph
(title,
fontTitle_);titleP.setAlignment(
Quoting Rui Santos António <[EMAIL PROTECTED]>:
> As for the version of iText it's 0.92, the one on the site (right?).
It's 0.93 since yesterday ;-)
Bruno
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thin
I've just run the example and it works. Can you send me you pdf?
Best Regards,
Paulo Soares
> -Original Message-
> From: Rui Santos António [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 20:53
> To: [EMAIL PROTECTED]
> Subject: RE: [iText-questions
--
> > From: Rui Santos António [SMTP:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 16, 2002 19:34
> > To: [EMAIL PROTECTED]
> > Subject:[iText-questions] Chapter/titles not appearing
> in outline
> >
> >
> >
> > Hi there.
> >
> &g
What code are you using and what iText version.
Best Regards,
Paulo Soares
> -Original Message-
> From: Rui Santos António [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, July 16, 2002 19:34
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Chapter/titles not appea
Hi there.
I'm adding chapters/sections to my document as explained in chap0403.java.
It happens that no title except for the 1st (1st chapter) appears in the
outline, just a 'blank'.
The tree is ok, though. All levels, correct depth, etc... just no titles.
Can someone shed a little light on t
38 matches
Mail list logo