it depends on how complex the documents are. the html to pdf converters
either only do simple html, or use an IE instance and a print driver to
produce pdf.
-- bruce (sqlwork.com)
Some documents are short and trivial, but others complex and lengthy. In
either case I was hoping to leverage the styling (font properties, image
layout etc) that are already appled to the HTML so that I don't have to
duplicate that logic for each rendered file type.
-J
> it depends on how complex the documents are. the html to pdf converters
> either only do simple html, or use an IE instance and a print driver to
[quoted text clipped - 42 lines]
>>
>> Thanks!
John Timney (MVP) - 14 May 2008 09:04 GMT
I would look to create one type of document using code, and then find
something that can convert that document type into other formats on demand.
Simplify your problem, find something to solve your most complex issue, and
then solve the other formats.
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
> Some documents are short and trivial, but others complex and lengthy. In
> either case I was hoping to leverage the styling (font properties, image
[quoted text clipped - 50 lines]
>>>
>>> Thanks!