Sjef Bosman
asked on
Generate quality reports in the background
Hi,
I have:
- a Domino server
- a Linux host
- a wee bit of programming experience (relevant in this case: UNIX, Linux, C, troff, LotusScript, Shell, CSS, JavaScript, HTML)
- several images (gif and/or jpeg files)
- a lot of text
- a pre-defined report format (logo, name, address, header, footer, etc.)
I want:
- a nice report, text and images
- in PDF format
- in a file
- automatically mailed to the client
The LINUX/UNIX way: I've looked at many ways, but there's always a missing link. Using groff/troff, how can I incorporate those images? TeX I don't know.
The Notes way: I'd have loved to use NotesToPaper, but it isn't available on Linux (and I don't want to run a Domino agent elsewhere).
Java: there's iText, but it requires a lot of programming that groff doesn't need.
XML: I could output the text in XML-format and then have it processed, but what tool can do that for me?
I'd like your suggestions on this matter, standard Linux or Open Source if possible, but if we have to pay some for the final version wouldn't be a problem.
Thanks!!
I have:
- a Domino server
- a Linux host
- a wee bit of programming experience (relevant in this case: UNIX, Linux, C, troff, LotusScript, Shell, CSS, JavaScript, HTML)
- several images (gif and/or jpeg files)
- a lot of text
- a pre-defined report format (logo, name, address, header, footer, etc.)
I want:
- a nice report, text and images
- in PDF format
- in a file
- automatically mailed to the client
The LINUX/UNIX way: I've looked at many ways, but there's always a missing link. Using groff/troff, how can I incorporate those images? TeX I don't know.
The Notes way: I'd have loved to use NotesToPaper, but it isn't available on Linux (and I don't want to run a Domino agent elsewhere).
Java: there's iText, but it requires a lot of programming that groff doesn't need.
XML: I could output the text in XML-format and then have it processed, but what tool can do that for me?
I'd like your suggestions on this matter, standard Linux or Open Source if possible, but if we have to pay some for the final version wouldn't be a problem.
Thanks!!
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
ASKER
Even more promising is this one:
https://www.experts-exchange.com/questions/21288320/XSL-FO-keep-with-previous-after-for-each-loop.html
Maybe I should have added the XML zone... How stupid indeed...
https://www.experts-exchange.com/questions/21288320/XSL-FO-keep-with-previous-after-for-each-loop.html
Maybe I should have added the XML zone... How stupid indeed...
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
As I pointed out above, you are responsible for closing your Q's. Just follow the instructions inside the Link I posted...
You can distribute points among answers and also select your own posts as answers.
You can distribute points among answers and also select your own posts as answers.
ASKER
But are there more or easier solutions to create a letter or report on Linux/Domino?