Results 1 to 14 of 14

Thread: thoughts on printing long webpage.

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    thoughts on printing long webpage.

    Someone asked me to print out some webpages for them that are rather long on the Y axis. They are from a blog of this persons kid while they were away for the summer over seas, and they want to preserve it on paper. They want it printed on 8.5x11 paper to put in a binder.

    Any thoughts on a relatively simple way that one could possibly print these long pages without a ton of manual cropping?

    Basically looking for something that could shrink the width of the page down to fit 8.5" and spool across multiple pages for the length.

  2. #2
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: thoughts on printing long webpage.

    If you want to save yourself the trouble, outsource this to
    http://blog2print.sharedbook.com/blo...log/index.html
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  3. #3

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: thoughts on printing long webpage.

    that actually would probably serve the purpose very well except they happen to use tumblr which it doesn't look is supported by that service.

  4. #4
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: thoughts on printing long webpage.

    Kleinma

    I take it that the webpage is basically a diary, ie,
    consisting primarily of text.

    Couldn't you parse the basic HTML into an array?

    Then, presuming that word wrapping occurs, you'd
    probably need to sub-split a given "paragraph" into
    individual lines. Alternatively, perhaps you could
    dump it into Word and let it do the word-wrapping.

    Spoo

  5. #5

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: thoughts on printing long webpage.

    there are a lot of things I could do if I wanted to spend a ton of time on it, but they are looking to pay around $60, so it really has to be worth my time to find a solution. I can't spend hours on a 20 page blog parsing it up just to make a few bucks.

    I tried doing direct copy/pastes to word in hopes I might be able to preserve most formatting and just have to do minor tweaks, but the result was pretty bad and would basically require a ton of time to make it look right.

  6. #6
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: thoughts on printing long webpage.

    Is there a link to this blog?
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  7. #7
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: thoughts on printing long webpage.

    Quote Originally Posted by kleinma View Post
    I can't spend hours on a 20 page blog parsing it up just to make a few bucks.
    I wasn't actually thinking that you would do it manually.

    I figured that you would spend 5 minutes writing an algo
    that would do it in a loop.

    $60 for 5 minutes equates to about $720/hour ...

    Spoo

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: thoughts on printing long webpage.

    Name:  print.png
Views: 239
Size:  34.4 KB

  9. #9
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: thoughts on printing long webpage.

    Inscribe it by hand using quill and ink in the dark, while drunk on mead and preferably in the 9th century.
    I don't live here any more.

  10. #10
    Banned
    Join Date
    Mar 2009
    Posts
    764

    Re: thoughts on printing long webpage.

    doesn't he have an rss feed for the updates ?

  11. #11

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: thoughts on printing long webpage.

    Quote Originally Posted by wossname View Post
    Inscribe it by hand using quill and ink in the dark, while drunk on mead and preferably in the 9th century.
    Well if I am going to do that, I might as well use stone tablets (not stone iPads) and chisel the blog into those. Then I can walk down from the mountain to present it.

  12. #12
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: thoughts on printing long webpage.

    Using the Web Developer toolbar on firefox, dissable all CSS and it'll get rid of all the margins, select the important stuff you need and then print > selection.

    Depending on the blog you'll either get a mess or something good. Alternatively you can just edit the CSS.

  13. #13
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: thoughts on printing long webpage.

    Quote Originally Posted by kleinma View Post
    Well if I am going to do that, I might as well use stone tablets (not stone iPads) and chisel the blog into those. Then I can walk down from the mountain to present it.
    Well, now you're just being a silly billy.
    I don't live here any more.

  14. #14
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: thoughts on printing long webpage.

    Quote Originally Posted by kleinma View Post
    Someone asked me to print out some webpages for them that are rather long on the Y axis. They are from a blog of this persons kid while they were away for the summer over seas, and they want to preserve it on paper. They want it printed on 8.5x11 paper to put in a binder.
    Going from experience just printing the blog probably won't turn out that well. I found this while searching though, thought it might be useful.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width