Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

how to full print website content as seen on screen

  • 8 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Firefox is really bad at printing. https://i.imgur.com/T7s53ua.png

How can I print a page to pdf and preserve all formatting, layout, fonts, images, and background images?

Firefox is really bad at printing. https://i.imgur.com/T7s53ua.png How can I print a page to pdf and preserve all formatting, layout, fonts, images, and background images?
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

Just learned you can also screenshot from the Page Actions menu in the Address Bar

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (8)

more options

a WORKAROUND seems to be [Print Edit WE](https://addons.mozilla.org/en-US/firefox/addon/print-edit-we/)

more options

Sounds like formatting issues conflict when FF prints WYSIWG. I don't recall FF having a print option to pdf option but opening it. So that might be a 3rd party software that install that option. I know when I installed Acrobat Pro that FF can print to PDF with that software.

more options

@WestEnd yeah FF linux can print to PDF natively (Ctrl+P -> Print to File)

more options

Different in Chromium for you? Seems about the same in Chrome on Windows.

That page uses a print style sheet to modify the layout (for example, inserting URLs after links). It's part of bootstrap. If you display the developer tools, switch to style editor, and delete lines 155 through 216 of the bootstrap style sheet (your 'pretty print' may vary, it's the block starting with @media print), then the print display is a bit more colorful, but it looks like a narrow/mobile version of the screen display because of the responsive theme, so still one column.

Then if you use the Print Preview toolbar to switch from portrait to landscape, the output finally looks a lot like the page. Except that page breaks may occur in dumb places. I don't know if Print Edit WE can help with page breaks.

Được chỉnh sửa bởi jscher2000 - Support Volunteer vào

more options

Apparently firefox has a built-in screen capture that can capture the whole page

Shift+F2 -> screenshot (--fullpage) (--clipboard | nameOfFile)

(thanks to u/klesus https://www.reddit.com/r/firefox/comments/870xn0/its_2018_and_printing_a_webpage_is_still_garbage/dw9zrdi/)

more options

codywohlers said

Apparently firefox has a built-in screen capture that can capture the whole page

Yes, if an image will do, that's a great tool. If you expect to use it frequently, you can add a little camera icon to the dev tools toolbar instead of using the command line.

https://developer.mozilla.org/docs/Tools/Taking_screenshots

more options

Giải pháp được chọn

Just learned you can also screenshot from the Page Actions menu in the Address Bar

Được chỉnh sửa bởi codywohlers vào

more options

Note that you can right-click an item in the "Page actions" drop-down list to add its button to the location/address bar for easy access.