I would like to create formated documents with different fonts and graphics layed out the way I like and then print them. I figured this can be done in html (maybe someone knows an easier way) any Ideas?
Quark XPress or Adobe InDesign are pretty good. Do you have infinite funds? Or a high-speed internet connection and contempt for copyright laws?
n/a
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
4th May, 2007 at 07:14:55 -
Are you talking about generating documents in Click products here? You could use the Edit Box object and generate HTML code in it... Or use the Rich Edit object. Printing would have to be done by saving the result files and opening them with a browser or text processor, though.
Old member (~2004-2007).
DaVince This fool just HAD to have a custom rating
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Create an Active X Object, and select Browser Class from the list.
This is subtly different to the "Microsoft Web Browser" control. Stick with the "Browser Class". So far as I know, it's on all systems.
As stated above, generate your html file using an edit box. You could save it in HTML, or use XML if you're a bit of a script-daddy, but anything should do.
Then do the following actions:
Custom Actions -> Part 1 -> Navigate...
From there, you add the file location that you saved to. Like this: