• Re: Is there any way Windows Firefox can print this web page to PDF?

    From Jeff Barnett@21:1/5 to Jack on Sat Nov 9 22:45:00 2024
    On 11/9/2024 8:45 PM, Jack wrote:
    On 09/11/2024 19:33, Mickey D wrote:
    https://artsandculture.google.com/story/the-last-voyage-of-sir-john-franklin-derbyshire-record-office/jAVxEd0YGOfbJQ?hl=en

    All I wanted to do was print the web page to PDF.
    But nothing results except an empty page with a header & footer.

    What am I doing wrong?


    Press function key F9 and then you can print it. You won't get images
    but it is in reader's view so you get only text.

    Interesting. I tried F9 on a few other busy pages such as HP.com and
    noticed no changes. I'm curious: What, exactly, does F9 toggle? TIA for
    any additional information.
    --
    Jeff Barnett

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Jack on Sun Nov 10 05:49:27 2024
    On Sun, 10 Nov 2024 03:45:08 +0000, Jack wrote:

    Press function key F9 and then you can print it.

    Doesn’t do anything for me. What’s it supposed to do?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ant@21:1/5 to Jeff Barnett on Mon Nov 11 03:31:56 2024
    Jeff Barnett <jbb@notatt.com> wrote:
    On 11/9/2024 8:45 PM, Jack wrote:
    On 09/11/2024 19:33, Mickey D wrote:
    https://artsandculture.google.com/story/the-last-voyage-of-sir-john-franklin-derbyshire-record-office/jAVxEd0YGOfbJQ?hl=en

    All I wanted to do was print the web page to PDF.
    But nothing results except an empty page with a header & footer.

    What am I doing wrong?


    Press function key F9 and then you can print it. You won't get images
    but it is in reader's view so you get only text.

    Interesting. I tried F9 on a few other busy pages such as HP.com and
    noticed no changes. I'm curious: What, exactly, does F9 toggle? TIA for
    any additional information.

    https://www.hp.com/us-en/home.html doesn't support reader view (aka F9). Try the
    original
    https://artsandculture.google.com/story/the-last-voyage-of-sir-john-franklin-derbyshire-record-office/jAVxEd0YGOfbJQ?hl=en
    web page.
    https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRFZxYUdjU0FtVnVHZ0pWVXlnQVAB?hl=en-US&gl=US&ceid=US%3Aen
    worked too. Not all web sites will have this reader view feature.
    --
    "They have returned to the sins of their forefathers, who refused to listen to my words. They have followed other gods to serve them. Both the house of Israel and the house of Judah have broken the covenant I made with their forefathers." --Jeremiah 11:
    10. Firefox is 20, Sesame St. is 55, & Child's Play (finally saw this awesome flick late last night!) is 34! :O
    Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
    /\___/\ Ant(Dude) @ http://aqfl.net & http://antfarm.home.dhs.org.
    / /\ /\ \ Please nuke ANT if replying by e-mail.
    | |o o| |
    \ _ /
    ( )

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Peter Flynn@21:1/5 to Paul on Mon Nov 18 23:47:05 2024
    On 09/11/2024 22:36, Paul wrote:
    On Sat, 11/9/2024 2:33 PM, Mickey D wrote:
    https://artsandculture.google.com/story/the-last-voyage-of-sir-john-franklin-derbyshire-record-office/jAVxEd0YGOfbJQ?hl=en

    All I wanted to do was print the web page to PDF.
    But nothing results except an empty page with a header & footer.

    What am I doing wrong?


    The page is not designed to be printed.

    I'd put it the other way round. The page is designed NOT to be printed.
    The "venetian-blind" presentation of text and image involves Javascript
    that cannot be represented in print (which is what PDF tries to do).

    The only solution is to download the HTML, Tidy it to XML, and then
    write some XSLT to pull it apart and isolate
    image-text-image-text-image-tex, etc, then reformat it for (eg) LaTeX to
    print it.

    Even Vivaldi's "Capture Page" feature fails to work.

    The page was created by Google for Derbyshire Record Office. They should
    be ashamed of themselves. Maybe a polite email (or better, a physical
    paper letter sent by Recorded Delivery) would get a reply from them.

    Peter


    "Save As, Web Page Complete" will not work. If you watch,
    the transfer during that, even has some trouble with the
    static files, let alone anything else.

    Some of the pages are delivered by AJAX or Fetch. They put
    up a background image first, as part of "Discovery" and
    "Making the user wait until the foreground image appears".
    Then the foreground image is acquired via AJAX.

    The PDF printer is intolerant of these behaviors and
    every time you print, the page will be missing different
    things. The PDF print will be a shambles, and not even
    remotely the correct length.

    You can't cheat by using a large-sized virtual screen.
    Won't help.

    If you open in Seamonkey Composer, using the URL, all the
    pictures are missing.

    Don't waste your time, in other words.

    Paul



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)