Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб [HowTo] Convert Webpage/HTML to PDF on Ubuntu Linux в хорошем качестве

[HowTo] Convert Webpage/HTML to PDF on Ubuntu Linux 15 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



[HowTo] Convert Webpage/HTML to PDF on Ubuntu Linux

Twitter: https://twitter.com/#!/n3haad Google+: https://plus.google.com/1181169742117... There are numerous ways one can convert a web page (HTML) to PDF. Here is how to do it in Linux. You could just, select "Print" (in Firefox: File .. Print) and then select "Print to file" and the output "PDF". But some pages with lots of CSS, javascript and so on won't be displayed correctly. For this, see the second method of converting webpages (html) to PDF (below). Using wkhtmltopdf To install wkhtmltopdf in Ubuntu, run the following command in a terminal: sudo apt-get install wkhtmltopdf Then, to convert a webpage to PDF, open a terminal and type this: wkhtmltopdf http://www.bbc.com ~/Desktop/bbc.pdf Replacing http://www.bbc.com and bbc.pdf with the website you want to convert to PDF / the name you desire for the converted PDF file. The output of wkhtmltopdf is pretty good. Take a look: wkhtmltopdf result With wkhtmltopdf, you can disable the javascript on the page if you want, change the quality, orientation (portrait or landscape), and more. Too see everything wkhtmltopdf can do, type: wkhtmltopdf --help

Comments