The best way to create a custom document?

I am working on creating a printable document. It should use a specific TTF font and everything should be printed in vector graphics (for quality). Some texts should be replaced automatically (for example, the current time). It should also include a custom EPS image with graphics.

Ideally I would like to have some kind of document template where the text could be easily replaced, and it would be nice if he could import an image along the way. But I'm not sure what format might be good for this. The best I can think of is LaTeX, but I don't like that it is a lot of manual work to use with TTF ... any other ideas?

By the way, I'm using OS X ...

0


a source to share


3 answers


The Memoir package is very flexible for your custom layouts. Xetex uses your system fonts (installed with TexLive).



+1


a source


You can mix most of these elements with EPS using imagemagick or gimp script -fu



0


a source


There are several products that will create a PDF file. I've used the Reporting Builder for Coldfusion myself and it might not be practical / available for your application. If your budget allows me to look into a commercial reporting product. I know Adobe has several that will generate Flash, FlashPaper or PDF output.

0


a source







All Articles