|*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
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
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
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;
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
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
---
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
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