search for: html2ps

Displaying 9 results from an estimated 9 matches for "html2ps".

2013 Jul 16
2
Can someone help confirm a bug? kio_http kdegraphics
...OS 6.4 with KDE. This causes multiple kio_http procs to spawn and lots of notifications. Several steps are needed: Create a foo.html with an href foo.html <html><head>Test</head><body><a href=http://ovh.com>http://ovh.com</a></body></html> [^] Use html2ps then ps2pdf to create a PDF document html2ps foo.html>foo.ps ps2pdf foo.ps okular foo.pdf Using the KDE desktop, open the PDF in Okular then click the click. Immediately there are desktop notifications that website was contacted and waiting for reply. A 'ps -ef' shows man kio_http proc...
2007 Feb 15
3
How can I batch print html pages
I thought this was easy, but it turns out to be not so obvious. My problem: I have a database with hour registration. I need to print out about hundreds of pages and have them signed by employees. Of course I want to do this automatically. Up to now I have a collection of html pages (got them using wget). So the final thing I want is to print them all out in one go. How to do that? I search
2006 Jun 19
11
html to pdf?
in one of my apps i am currently using redcloth to use textile formatting on my content. i am wanting to add reporting to the system, but the content that prints out doesn''t have the formatting obviously that i can have with html. what''s a good solution for some kind of formatting where i can use it on both web and print? i''m using pdf/writer right now and i think
2016 Aug 11
0
script to make webpage snapshot
...eri Galtsev wrote: > This involves a person sitting with open web browser and clicking mouse. I > need to do it for a few webpages once a day, as they change daily. I > prefer to once spend time on making cron job, and forget about it forever. > Hence I need it done from command line. html2ps followed by pstoimg and/or imagemagick to create a graphic from the postscript. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
2010 Jan 09
4
How do I...
Only tangentially on topic, at best... Given a pile of html files, comprising chapters of a book, with a single html file that serves as a table of contents to the group, how would I turn the entire book into a single PDF? I can't think of a way to do that, all I can come up with would result in a pile of PDFs, one per html. But there's gotta be a better way. Suggestions welcome.
2016 Aug 11
3
script to make webpage snapshot
On Thu, August 11, 2016 5:13 pm, Dave Stevens wrote: > Quoting Valeri Galtsev <galtsev at kicp.uchicago.edu>: > >> >> On Thu, August 11, 2016 5:02 pm, John R Pierce wrote: >>> On 8/11/2016 1:46 PM, Valeri Galtsev wrote: >>>> Could someone recommend a script or utility one can run from command line >>>> on Linux or UNIX machine to make a
2002 Apr 02
2
Trouble with R and cronjobs
...jor/programs:/etc:/usr/etc:/u1yedh2/ye/docs/java/graph/classes:/usr/5bin:/op t/gnu/bin:/opt/gnu/sparc-sun-solaris2.6/bin:.:/vol/rs1/r5.3/rs1r5/sun4/bin/: /vol/rs1/r5.3/rs1r5/solaris/bin/:/u/prbsoft/bin:/u/chirst/perl:/u/dstierma/b in/ps2html:/u/pesoft/bin/proddram:/u/pesoft/bin/perl:/u/dstierma/bin/html2ps -1.0b1:/u/fabya/bin:/usr/ccs/bin:/usr/newsprint/bin:/u1yedh2/dstierma/bin SHELL=/usr/bin/sh TZ=US/Mountain PWD=/amd/pesfs2/u2pesfs2/dstierman USER=dstierma LD_LIBRARY_PATH=/u1yedh2/dstierma/lib:/u1yedh2/dstierma/lib/esda/lib:/u1yedh 2/dstierma/lib/oracle/product/8.0.5/lib:/u1yedh2/dstierma/lib/IXIm...
2005 Sep 13
12
PDF views?
I know there''s wiki page on generating PDF[*], but that''s not really what I want. I don''t need to create arbitrary PDF. What I''d like to do is create PDF templates and fill in the blanks. Roughly, I''m looking for functionality akin to the mail merge feature of word processors, including conditional and repeated elements, say, table rows. Michael
2006 May 25
21
Converting HTML into an Image
I have this challenge of converting a bit of html into an image file and then shrinking it into a thumbnail. The shrinking part shouldn''t be too bad, but what advice can you give on converting the html to the image? My thinking is that I will need to convert it to postscript or latex and then convert it to an image from there. Is there an easier / better approach? Michael