Re: [U2] [UV] printing html documents

2009-11-15 Thread Boydell, Stuart
Have a look at www.PStill.com (*nix/Windows) which will use Mozilla
(IIRC) to render the HTML (including CSS  js) and postscript it for
printing or pdf it for viewing.
 

-Original Message-
I have some documents that were created by users using html editors 
(different kinds) which then were saved into uv files.  I want to read 
in these documents from within a basic program and send them to the 
printer, all nicely formatted.  Any ideas?  The reason I'm doing it from

basic is because I have a lot of other data that I'm working with also, 
the html files are just a small part of it.  Thanks.
-Dianne


 
**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [UV] printing html documents

2009-11-13 Thread Dianne Ackerman
I have some documents that were created by users using html editors 
(different kinds) which then were saved into uv files.  I want to read 
in these documents from within a basic program and send them to the 
printer, all nicely formatted.  Any ideas?  The reason I'm doing it from 
basic is because I have a lot of other data that I'm working with also, 
the html files are just a small part of it.  Thanks.

-Dianne
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread George Gallen
the only way I can think of, which I did, was saved the html document in a file
that was common to another PC (running windows) as well as an rsh daemon.

I then used rsh to push a command to the windows computer to open internet 
explorer
using the pathname pointing to the shared directory the HTML document is is, 
then
using the same rsh deamon, pushed a command to the PC to print to the default
printer.

It worked, 90% of the time.

This was with UV on linux, and IE on a PC running the rsh daemon (service)

George

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Dianne Ackerman
 Sent: Friday, November 13, 2009 11:56 AM
 To: U2 List Server
 Subject: [U2] [UV] printing html documents

 I have some documents that were created by users using html editors
 (different kinds) which then were saved into uv files.  I want to read
 in these documents from within a basic program and send them to the
 printer, all nicely formatted.  Any ideas?  The reason I'm doing it
 from
 basic is because I have a lot of other data that I'm working with also,
 the html files are just a small part of it.  Thanks.
 -Dianne
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread Jeff Butera
  -Original Message-
  From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
  boun...@listserver.u2ug.org] On Behalf Of Dianne Ackerman
  Sent: Friday, November 13, 2009 11:56 AM
  To: U2 List Server
  Subject: [U2] [UV] printing html documents
 
  I have some documents that were created by users using html editors
  (different kinds) which then were saved into uv files.  I want to read
  in these documents from within a basic program and send them to the
  printer, all nicely formatted.  Any ideas?  The reason I'm doing it
  from
  basic is because I have a lot of other data that I'm working with also,
  the html files are just a small part of it.  Thanks.

If you're on the *nix side of life, what about html2pdf or html2ps which
can then be spooled to a printer?



-- 
Jeff Butera, Ph.D.
Manager of ERP Systems, IT
Hampshire College
jbut...@hampshire.edu
413-559-5556

Maybe they're slow because they didn't 
  get enough sleep last night.
 Catherine Butera

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread Bob Rasmussen
On Fri, 13 Nov 2009, Dianne Ackerman wrote:

 I have some documents that were created by users using html editors (different
 kinds) which then were saved into uv files.  I want to read in these documents
 from within a basic program and send them to the printer, all nicely
 formatted.  Any ideas?  The reason I'm doing it from basic is because I have a
 lot of other data that I'm working with also, the html files are just a small
 part of it.  Thanks.

The following assumes your system runs on a Unix/Linux/etc. server. 

If the user is connecting through a terminal emulator, you can use a file 
transfer protocol, such as Zmodem, to move a file to the user's PC. Then, 
depending on the emulator, you should be able to tell the emulator to tell 
the Windows shell to print the document -- the equivalent of doing a 
right-click and selecting print in Windows Explorer. Getting it to print 
on a particular printer is more challenging -- this is equivalent to 
dragging the file to a printer shortcut on the desktop. In Windows 
terminology it's called printto.

Since I bring this up, you can probably guess that our terminal emulator, 
AnzioWin, handles this very well :-)

If you'd prefer not to go through the emulator, we also offer Print 
Wizard. It can act as a print server on a Windows PC, receive jobs, and 
pass them off to Windows to print according to file extension.

Feel free to contact me off list.

Regards,
Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: r...@anzio.com
 company e-mail: r...@anzio.com
  voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
 street address: Rasmussen Software, Inc.
 10240 SW Nimbus, Suite L9
 Portland, OR  97223  USA
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread Dianne Ackerman
Thanks everyone for your suggestions, I will try them all out!  BTW, I'm 
using Accuterm on linux.

-Dianne

Dianne Ackerman wrote:
I have some documents that were created by users using html editors 
(different kinds) which then were saved into uv files.  I want to read 
in these documents from within a basic program and send them to the 
printer, all nicely formatted.  Any ideas?  The reason I'm doing it 
from basic is because I have a lot of other data that I'm working with 
also, the html files are just a small part of it.  Thanks.

-Dianne
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users




___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread Tony Gravagno
All of the suggestion so far should be of value, but I'll note
that if the HTML pages include javascript or CSS you're going to
have a problem with all of the suggestions.  Some tools like
HtmlDoc (another fine but limited solution) don't process CSS at
all and only process up to HTML 3.2, not 4.x.  Let us know in
this forum if your requirements are more complex.

Good luck.

Tony Gravagno
Nebula Research and Development
TG@ remove.pleaseNebula-RnD.com
Nebula RD sells mv.NET and other Pick/MultiValue products
worldwide, and provides related development services
remove.pleaseNebula-RnD.com/blog
Visit PickWiki.com! Contribute!
NEW: http://Twitter.com/TonyGravagno

 From: Dianne Ackerman 
 Thanks everyone for your suggestions, I will try them all 
 out!  BTW, I'm using Accuterm on linux.
 -Dianne
 
 Dianne Ackerman wrote:
  I have some documents that were created by users using 
  html editors (different kinds) which then were saved 
  into uv files.  I want to read in these documents from 
  within a basic program and send them to the printer, 
  all nicely formatted.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread Dianne Ackerman
They _shouldn't_ contain that sort of thing, these are actually essays 
that students write in html editors and submit to their professors.  The 
professors want to be able to select them and print them off, along with 
other information from student files.  So hopefully this will be more 
simple than complex. :)

-Dianne


All of the suggestion so far should be of value, but I'll note
that if the HTML pages include javascript or CSS you're going to
have a problem with all of the suggestions.  Some tools like
HtmlDoc (another fine but limited solution) don't process CSS at
all and only process up to HTML 3.2, not 4.x.  Let us know in
this forum if your requirements are more complex.

Good luck.

Tony Gravagno


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [UV] printing html documents

2009-11-13 Thread jpb-u2ug
If your html files are in a type 19 file and the location on your network is
reachable from your pc, you can kick off the IE browser from Accuterm
sending the path of the file and it will pop up like the wed editor. Then
you can print it or view it.

Jerry Banker

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dianne Ackerman
Sent: Friday, November 13, 2009 12:56 PM
To: U2 Users List
Subject: Re: [U2] [UV] printing html documents

Thanks everyone for your suggestions, I will try them all out!  BTW, I'm 
using Accuterm on linux.
-Dianne

Dianne Ackerman wrote:
 I have some documents that were created by users using html editors 
 (different kinds) which then were saved into uv files.  I want to read 
 in these documents from within a basic program and send them to the 
 printer, all nicely formatted.  Any ideas?  The reason I'm doing it 
 from basic is because I have a lot of other data that I'm working with 
 also, the html files are just a small part of it.  Thanks.
 -Dianne
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users