Skip to main content

[Migrated content. Thread originally posted on 25 February 2005]

Folks,

Do any of you know any "virtual printer" type utilities that generate HTML code from print programs?

It appears that there are loads of utilities which do PDF, but not HTML.

I was planning on using the report generator in AcuBench, but have been sort put off it.

Basically I'm after a quick fix which will allow me to run say a Purchase Order Print program, this is then sent to the virtual printer and an HTML document is generated.
I can then attach this HTML document into an email automatically in Outlook and send it.

We'll thats the plan anyway.

Shaun

[Migrated content. Thread originally posted on 25 February 2005]

Folks,

Do any of you know any "virtual printer" type utilities that generate HTML code from print programs?

It appears that there are loads of utilities which do PDF, but not HTML.

I was planning on using the report generator in AcuBench, but have been sort put off it.

Basically I'm after a quick fix which will allow me to run say a Purchase Order Print program, this is then sent to the virtual printer and an HTML document is generated.
I can then attach this HTML document into an email automatically in Outlook and send it.

We'll thats the plan anyway.

Shaun
This one appears to do both: http://www.clicktoconvert.com/index.html?source=e5
Check out their developers page: http://www.clicktoconvert.com/Developers/developers.html

If you do some googling I'm sure you'll find more. Maybe even a free one.

If your reports are not a rich mix of fonts and images, but are pretty much text based, then you can make them html files by simply wrapping the report text in ... tags. You can also specify some styles pretty easily to fancy things up.

[Migrated content. Thread originally posted on 25 February 2005]

Folks,

Do any of you know any "virtual printer" type utilities that generate HTML code from print programs?

It appears that there are loads of utilities which do PDF, but not HTML.

I was planning on using the report generator in AcuBench, but have been sort put off it.

Basically I'm after a quick fix which will allow me to run say a Purchase Order Print program, this is then sent to the virtual printer and an HTML document is generated.
I can then attach this HTML document into an email automatically in Outlook and send it.

We'll thats the plan anyway.

Shaun
Thanks Dan,

I've looked at clicktoconvert but it appeared to have issues with reports spanning 132 columns?
I'm still trying to figure out what though.

OK, I'm keen to learn more on the wrapping up stuff, but I'm a bit lost with it.

All the reports are plain text - no fancy fonts or images etc and a small sample is attached.
Could you maybe let me see how its done?

Many thanks

Shaun

[Migrated content. Thread originally posted on 25 February 2005]

Folks,

Do any of you know any "virtual printer" type utilities that generate HTML code from print programs?

It appears that there are loads of utilities which do PDF, but not HTML.

I was planning on using the report generator in AcuBench, but have been sort put off it.

Basically I'm after a quick fix which will allow me to run say a Purchase Order Print program, this is then sent to the virtual printer and an HTML document is generated.
I can then attach this HTML document into an email automatically in Outlook and send it.

We'll thats the plan anyway.

Shaun
Thanks Dan,

I've looked at clicktoconvert but it appeared to have issues with reports spanning 132 columns?
I'm still trying to figure out what though.

OK, I'm keen to learn more on the wrapping up stuff, but I'm a bit lost with it.

All the reports are plain text - no fancy fonts or images etc and a small sample is attached.
Could you maybe let me see how its done?

Many thanks

Shaun

[Migrated content. Thread originally posted on 25 February 2005]

Folks,

Do any of you know any "virtual printer" type utilities that generate HTML code from print programs?

It appears that there are loads of utilities which do PDF, but not HTML.

I was planning on using the report generator in AcuBench, but have been sort put off it.

Basically I'm after a quick fix which will allow me to run say a Purchase Order Print program, this is then sent to the virtual printer and an HTML document is generated.
I can then attach this HTML document into an email automatically in Outlook and send it.

We'll thats the plan anyway.

Shaun
Attached is the html version of the report. I simply added the opening tags
 before the report text and closing tags 
after the report text. The
..
tags are important because they preserve the whitespace in the report text as preformatted text. Without it, you would lose spacing, linefeeds, etc. Check out http://www.w3schools.com/html/html_examples.asp for HTML tutorials and samples. For example, explanation of HTML text formatting here: http://www.w3schools.com/html/html_formatting.asp

[Migrated content. Thread originally posted on 25 February 2005]

Folks,

Do any of you know any "virtual printer" type utilities that generate HTML code from print programs?

It appears that there are loads of utilities which do PDF, but not HTML.

I was planning on using the report generator in AcuBench, but have been sort put off it.

Basically I'm after a quick fix which will allow me to run say a Purchase Order Print program, this is then sent to the virtual printer and an HTML document is generated.
I can then attach this HTML document into an email automatically in Outlook and send it.

We'll thats the plan anyway.

Shaun
Perfect - Thank You

Shaun