[iText-questions] HTMLWorker Stylesheets. Supported tag styles?

2008-02-11 Thread RM1X
|*Hi ITexters, reading through what's available online, I've managed to get HTMLWorker to successfully parse HTML to PDF. It works alright! :) I see that I can specify a *||*StyleSheet*||*, but http://itext.ugent.be/library/api/com/lowagie/text/html/simpleparser/StyleSheet.html is horrib

Re: [iText-questions] Template layers, graphics in the back please!

2008-02-01 Thread RM1X
Ok! Thanks everyone. Leonard Rosenthol wrote: > That is 100% correct. > > Leonard > > On Feb 1, 2008, at 11:58 AM, 1T3XT info wrote: > > >> RM1X wrote: >> >>> the image is still "clickable" ; it is highlighted in >>> the

Re: [iText-questions] Template layers, graphics in the back please!

2008-02-01 Thread RM1X
Thanks Bruno, That does the trick. One more question if you can. Having fixed these elements, the image is still "clickable" ; it is highlighted in the document if it is clicked. How do I prevent that layer from being interactive? Thanks again. Bruno Lowagie wrote: &g

[iText-questions] Template layers, graphics in the back please!

2008-01-31 Thread RM1X
Hi everyone, So I baked up a little template with InDesign, and am loading the template at generation time with a writer.setPageEvent call that accepts the following object: private final class SomePDFTemplate extends PdfPageEventHelper { protected PdfImportedPage paper;

Re: [iText-questions] Hyperlinked Text : Snippet Appreciated!

2008-01-30 Thread RM1X
looks like: This is a continuous paragraph that http://google.com";>has a link to Google. TIA Bruno Lowagie wrote: > RM1X wrote: > >> Hi ITexters, >> >> Is there an example snippet anywhere that describes the creation of >> hyperlinked text chunks

[iText-questions] Hyperlinked Text : Snippet Appreciated!

2008-01-28 Thread RM1X
Hi ITexters, Is there an example snippet anywhere that describes the creation of hyperlinked text chunks? I'd like to give some words/sentences in my document, hyperlink attributes such that when they are clicked, the user is ushered to a given page. Thanks in advance! Dave ---

[iText-questions] Using an existing PDF page as a template

2008-01-11 Thread RM1X
Hello, A second question surfaces on my journey into iText! When using something like Adobe inDesign, one has the option to create what they call "A" and "B" masters for left, and right side pages of a book. I've googled ad nauseam about using iText in conjunction with "templates", and whi

[iText-questions] Blank space beneath chapter headings..

2008-01-10 Thread RM1X
Hi everyone, Complete iText noob here, appreciate your help. I've discovered that I can add Chapter objects to a document, which in turn automagically create new pages for me, this is great. I'd like to add some blank space beneath the printed heading on the page though, how is this done pre