HTML + TIFF => PDF (was Re: Hi there!)

2004-09-02 Thread Clay Leeds
On Sep 2, 2004, at 2:51 AM, Ionita Alexandru wrote:
Sorry for this newbie post..I'm new with FOP.

Here are my needs:
I have some HTML files and some TIFF file and I have to combine this
all files in a big PDF.
This should be doable using an HTML-to-FO conversion tool[1], although 
I think you'll need to somehow get the TIFF files into the HTML 
(embedded in the HTML somehow?).

	HTML files are dinamically built by my application, and this html
files should alternate with the tiff files. I saw that for tiff files
support there is a special tool, tiffrender. Could I make this 
possible? And
another thing...the fianl PDF _MUST_ have page numbering.

	Thanks for your advice!
Page-numbering should not be a problem. Just read up on FOP to find out 
how (along with any issues involved). However, TiffRenderer is used for 
outputting XSL-FO files to TIFF--not for using TIFF as input[3].

[OT] It would be good for you to review "How To Ask Questions The Smart 
Way" to ensure the Subject is valuable (the description of your problem 
seemed OK, though ;-)).

http://www.catb.org/~esr/faqs/smart-questions.html
Web Maestro Clay
[1]
http://xml.apache.org/fop/resources.html#products-other
[2]
http://xml.apache.org/fop/resources.html#products-fop-add-ons
[3]
http://xml.apache.org/fop/graphics.html#tiff
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Hi

2002-06-24 Thread J.Pietschmann
Durai Murugan wrote:
I would like to know,  how to set fonts for our special 
requirements in the output.
Read docs/html-docs/fonts.html from the FOP distribution.
J.Pietschmann


RE: Hi

2002-06-24 Thread Max Dcosta
always welcome :)

cheers

max

-Original Message-
From: Durai Murugan [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 12:41 PM
To: [EMAIL PROTECTED]
Subject: Re:Hi


This seems works fine.

Thank you Max.

Regards
Durai
--- Max Dcosta <[EMAIL PROTECTED]> wrote:
> Try this within your page sequence master
> 
>   
>   
>   Header Appears Here
>   
>   
>   Footer Appears Here
> 
>   
>   
>   Hello World
>   
>   
> 
> 
> cheers
> 
> Max
> 
> 
> -Original Message-
> From: Durai Murugan [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 24, 2002 11:19 AM
> To: [EMAIL PROTECTED]
> Subject: Hi
> 
> 
> Hi all,
> 
>  How to set Headers/Footers in FO Layout.
> 
> Durai
> 
> __
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com


RE: Hi

2002-06-24 Thread Durai Murugan
This seems works fine.

Thank you Max.

Regards
Durai
--- Max Dcosta <[EMAIL PROTECTED]> wrote:
> Try this within your page sequence master
> 
>   
>   
>   Header Appears Here
>   
>   
>   Footer Appears Here
> 
>   
>   
>   Hello World
>   
>   
> 
> 
> cheers
> 
> Max
> 
> 
> -Original Message-
> From: Durai Murugan [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 24, 2002 11:19 AM
> To: [EMAIL PROTECTED]
> Subject: Hi
> 
> 
> Hi all,
> 
>  How to set Headers/Footers in FO Layout.
> 
> Durai
> 
> __
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com


RE: Hi

2002-06-24 Thread Max Dcosta
Try this within your page sequence master



Header Appears Here


Footer Appears Here



Hello World




cheers

Max


-Original Message-
From: Durai Murugan [mailto:[EMAIL PROTECTED]
Sent: Monday, June 24, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: Hi


Hi all,

 How to set Headers/Footers in FO Layout.

Durai

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


Re: Hi

2002-06-24 Thread Bertrand Delacretaz
On Monday 24 June 2002 07:48, Durai Murugan wrote:
>  How to set Headers/Footers in FO Layout.

You have to use region-before and region-after. This is explained for example 
at http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html# .

-- 
 Bertrand Delacrétaz (codeconsult.ch, jfor.org)

 buzzwords: XML, java, XSLT, cocoon, mentoring/teaching/coding.
 disclaimer: eternity is very long. mostly towards the end. get ready.







RE: Hi

2002-06-24 Thread Roland Neilands
> Hi all,
> 
>  How to set Headers/Footers in FO Layout.
> 
> Durai

You might want to do some searching for these:
 
 
respectively within the simple-page-master.

& then to place the details in:

etc within the page-sequence.

Sorry, don't have time right now for more detail.

Regards,
Roland.