[iText-questions] Chapter objects inside a cell table.

2009-11-16 Thread lester fajardo
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 ,

Re: [iText-questions] Chapter objects inside a cell table.

2009-11-16 Thread lester fajardo
value cell | Alabama 1,90 . cell | Amazon 2,40 .. cell | (page 3) cell | B - i want a chapter, outline, etc poiting to this cell value cell | Butterfly 4,70 cell | cell | On Mon, Nov 16, 2009 at 4:07 PM, 1T3XT info i...@1t3xt.info wrote: lester

Re: [iText-questions] add bookmark at runtime

2009-11-12 Thread lester fajardo
thougts about crystal reports, i have 15 years using it Thx again On Thu, Nov 12, 2009 at 7:35 AM, 1T3XT info i...@1t3xt.info wrote: lester fajardo wrote: i think all those samples help a bit, but many of the helpful ones are using lowagie, etc, java samples, mayb you have not noticed that i am

[iText-questions] columns borders

2009-11-12 Thread lester fajardo
Hello. I am putting text into a pdf using columns, using multicolumnText object and paragraphs, but have not found any property to set border width to the columns, i mean i want a line drawn for each column not just the separating space. MultiColumnText columns = new MultiColumnText();

[iText-questions] add bookmark at runtime

2009-11-11 Thread lester fajardo
hello i am trying to add a bookmark using javascript but seems to not be working, i create a bookmark using standar itext procedure and 2 using js at document load, but only the itext-created bookmark is shown. thx in advance for any help this is my code. string jsCode = ; Document document =

Re: [iText-questions] add bookmark at runtime

2009-11-11 Thread lester fajardo
bookmarks ? On Wed, Nov 11, 2009 at 4:47 PM, Leonard Rosenthol lrose...@adobe.comwrote: Are you trying to run that Javascript in Reader? Reader doesn’t support creating stuff on the fly… Leonard *From:* lester fajardo [mailto:lefaja...@gmail.com] *Sent:* Wednesday, November 11, 2009

Re: [iText-questions] add bookmark at runtime

2009-11-11 Thread lester fajardo
: Have you read the iText book? Looked at the samples? Leonard *From:* lester fajardo [mailto:lefaja...@gmail.com] *Sent:* Wednesday, November 11, 2009 2:21 PM *To:* Post all your questions about iText here *Subject:* Re: [iText-questions] add bookmark at runtime i already have the word

Re: [iText-questions] add bookmark at runtime

2009-11-11 Thread lester fajardo
...@1t3xt.info wrote: lester fajardo wrote: You can certainly use iText to create such a PDF PROVIDED EVERY MAIL SENT TO THE MAILING LIST HAS A LINK TO: http://1t3xt.info/tutorials/keywords/ SEE BELOW IF YOU DON'T BELIEVE ME. Please go to that page. Use Ctrl+F to find the word Bookmarks

[iText-questions] Fire the pdf search from a link

2009-10-22 Thread lester fajardo
hi, i need to show in a pdf a list and count of the words contained in the document, and that when clicked, it make a search of the picked word so the user can locate that word in the document. e.g. +cake (3) +tree(2) when clicked cake the acrobat reader must open the search dialog and perform