How can I convert HTML to pdf?












2















I want to read and annotate internet articles like books on my iPad so I would like to convert HTML to PDF. Is there a way of doing this that




  • preserves every font as is

  • can make PDF out of selection

  • handle javascript source code highlighting libraries well

  • doesn't add anything (ads from shareware or logos etc) to every page


I will be happy with any solution applicable to iPad or OSX. I have tried some converters I have found online but none fit the criteria above.










share|improve this question





























    2















    I want to read and annotate internet articles like books on my iPad so I would like to convert HTML to PDF. Is there a way of doing this that




    • preserves every font as is

    • can make PDF out of selection

    • handle javascript source code highlighting libraries well

    • doesn't add anything (ads from shareware or logos etc) to every page


    I will be happy with any solution applicable to iPad or OSX. I have tried some converters I have found online but none fit the criteria above.










    share|improve this question



























      2












      2








      2


      1






      I want to read and annotate internet articles like books on my iPad so I would like to convert HTML to PDF. Is there a way of doing this that




      • preserves every font as is

      • can make PDF out of selection

      • handle javascript source code highlighting libraries well

      • doesn't add anything (ads from shareware or logos etc) to every page


      I will be happy with any solution applicable to iPad or OSX. I have tried some converters I have found online but none fit the criteria above.










      share|improve this question
















      I want to read and annotate internet articles like books on my iPad so I would like to convert HTML to PDF. Is there a way of doing this that




      • preserves every font as is

      • can make PDF out of selection

      • handle javascript source code highlighting libraries well

      • doesn't add anything (ads from shareware or logos etc) to every page


      I will be happy with any solution applicable to iPad or OSX. I have tried some converters I have found online but none fit the criteria above.







      macos pdf conversion html






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 27 '13 at 3:09









      Karan

      49.2k1489160




      49.2k1489160










      asked Jun 27 '13 at 1:02









      kissgyorgykissgyorgy

      3492521




      3492521






















          5 Answers
          5






          active

          oldest

          votes


















          0














          You don't have to use extra programs always if you have Google Chrome. In google chrome open the HTML file, then Go Settings-->Print
          and then printing page will be opened. On this page click "Change" button which is next to destination section and then select "Save as a PDF" --> OK
          Then "print" button will turn into "save" button. Now press the save button and save your HTML file as a PDF.
          [ For online web pages it's very very usefull for example if you fill form on the web page your form informations will be appeared on the pdf file.] Enjoy!






          share|improve this answer































            4














            One possibility would be to use wkhtmltopdf:




            Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.




            Given a directory that contains HTML files, you could run this from a terminal:



            for i in *html; do wkhtmltopdf $i $i.pdf; done


            Not sure what you mean about javascript. If you want to make pdfs with code highlighting of the actual source code (without rendering the HTML), see my answer here. I also don't know what you mean by "make PDF out of selection".






            share|improve this answer


























            • See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

              – kissgyorgy
              Jun 27 '13 at 1:19








            • 1





              @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

              – John Szakmeister
              Jun 27 '13 at 1:27











            • @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

              – terdon
              Jun 27 '13 at 1:37











            • @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

              – kissgyorgy
              Jun 27 '13 at 1:43











            • Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

              – kissgyorgy
              Jun 27 '13 at 1:44





















            0














            Try this service. Creates a PDF from a website as you see it in the browser. https://lomotoh.com/ Preserves fonts and layouts. As well as original links to the website. (I am affiliated with this site).






            share|improve this answer


























            • Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

              – Daniel B
              Oct 15 '16 at 21:57



















            0














            The best and easy way for conversion is to use pdf conversion extension that very accurate and useful.



            Word to PDF






            share|improve this answer



















            • 1





              Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

              – bertieb
              Jan 7 at 6:56



















            -1














            You can use evernote web clipper plugin for chrome, to save web pages as PDF and they will be instantly available in your evernote account.
            Or you can use Pocket which is a wonderful read it later service. Although it wont allow you to save pages as PDF but it converts web pages in easy to read article format, and you can read them using its iPhone, iPad, android or chrome app.






            share|improve this answer
























            • I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

              – kissgyorgy
              Jun 27 '13 at 3:18











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f612570%2fhow-can-i-convert-html-to-pdf%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            5 Answers
            5






            active

            oldest

            votes








            5 Answers
            5






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            You don't have to use extra programs always if you have Google Chrome. In google chrome open the HTML file, then Go Settings-->Print
            and then printing page will be opened. On this page click "Change" button which is next to destination section and then select "Save as a PDF" --> OK
            Then "print" button will turn into "save" button. Now press the save button and save your HTML file as a PDF.
            [ For online web pages it's very very usefull for example if you fill form on the web page your form informations will be appeared on the pdf file.] Enjoy!






            share|improve this answer




























              0














              You don't have to use extra programs always if you have Google Chrome. In google chrome open the HTML file, then Go Settings-->Print
              and then printing page will be opened. On this page click "Change" button which is next to destination section and then select "Save as a PDF" --> OK
              Then "print" button will turn into "save" button. Now press the save button and save your HTML file as a PDF.
              [ For online web pages it's very very usefull for example if you fill form on the web page your form informations will be appeared on the pdf file.] Enjoy!






              share|improve this answer


























                0












                0








                0







                You don't have to use extra programs always if you have Google Chrome. In google chrome open the HTML file, then Go Settings-->Print
                and then printing page will be opened. On this page click "Change" button which is next to destination section and then select "Save as a PDF" --> OK
                Then "print" button will turn into "save" button. Now press the save button and save your HTML file as a PDF.
                [ For online web pages it's very very usefull for example if you fill form on the web page your form informations will be appeared on the pdf file.] Enjoy!






                share|improve this answer













                You don't have to use extra programs always if you have Google Chrome. In google chrome open the HTML file, then Go Settings-->Print
                and then printing page will be opened. On this page click "Change" button which is next to destination section and then select "Save as a PDF" --> OK
                Then "print" button will turn into "save" button. Now press the save button and save your HTML file as a PDF.
                [ For online web pages it's very very usefull for example if you fill form on the web page your form informations will be appeared on the pdf file.] Enjoy!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 6 '15 at 5:15









                BARIS KURTBARIS KURT

                564




                564

























                    4














                    One possibility would be to use wkhtmltopdf:




                    Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.




                    Given a directory that contains HTML files, you could run this from a terminal:



                    for i in *html; do wkhtmltopdf $i $i.pdf; done


                    Not sure what you mean about javascript. If you want to make pdfs with code highlighting of the actual source code (without rendering the HTML), see my answer here. I also don't know what you mean by "make PDF out of selection".






                    share|improve this answer


























                    • See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

                      – kissgyorgy
                      Jun 27 '13 at 1:19








                    • 1





                      @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

                      – John Szakmeister
                      Jun 27 '13 at 1:27











                    • @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

                      – terdon
                      Jun 27 '13 at 1:37











                    • @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

                      – kissgyorgy
                      Jun 27 '13 at 1:43











                    • Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

                      – kissgyorgy
                      Jun 27 '13 at 1:44


















                    4














                    One possibility would be to use wkhtmltopdf:




                    Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.




                    Given a directory that contains HTML files, you could run this from a terminal:



                    for i in *html; do wkhtmltopdf $i $i.pdf; done


                    Not sure what you mean about javascript. If you want to make pdfs with code highlighting of the actual source code (without rendering the HTML), see my answer here. I also don't know what you mean by "make PDF out of selection".






                    share|improve this answer


























                    • See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

                      – kissgyorgy
                      Jun 27 '13 at 1:19








                    • 1





                      @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

                      – John Szakmeister
                      Jun 27 '13 at 1:27











                    • @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

                      – terdon
                      Jun 27 '13 at 1:37











                    • @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

                      – kissgyorgy
                      Jun 27 '13 at 1:43











                    • Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

                      – kissgyorgy
                      Jun 27 '13 at 1:44
















                    4












                    4








                    4







                    One possibility would be to use wkhtmltopdf:




                    Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.




                    Given a directory that contains HTML files, you could run this from a terminal:



                    for i in *html; do wkhtmltopdf $i $i.pdf; done


                    Not sure what you mean about javascript. If you want to make pdfs with code highlighting of the actual source code (without rendering the HTML), see my answer here. I also don't know what you mean by "make PDF out of selection".






                    share|improve this answer















                    One possibility would be to use wkhtmltopdf:




                    Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.




                    Given a directory that contains HTML files, you could run this from a terminal:



                    for i in *html; do wkhtmltopdf $i $i.pdf; done


                    Not sure what you mean about javascript. If you want to make pdfs with code highlighting of the actual source code (without rendering the HTML), see my answer here. I also don't know what you mean by "make PDF out of selection".







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Mar 20 '17 at 10:17









                    Community

                    1




                    1










                    answered Jun 27 '13 at 1:13









                    terdonterdon

                    41.5k888137




                    41.5k888137













                    • See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

                      – kissgyorgy
                      Jun 27 '13 at 1:19








                    • 1





                      @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

                      – John Szakmeister
                      Jun 27 '13 at 1:27











                    • @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

                      – terdon
                      Jun 27 '13 at 1:37











                    • @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

                      – kissgyorgy
                      Jun 27 '13 at 1:43











                    • Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

                      – kissgyorgy
                      Jun 27 '13 at 1:44





















                    • See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

                      – kissgyorgy
                      Jun 27 '13 at 1:19








                    • 1





                      @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

                      – John Szakmeister
                      Jun 27 '13 at 1:27











                    • @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

                      – terdon
                      Jun 27 '13 at 1:37











                    • @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

                      – kissgyorgy
                      Jun 27 '13 at 1:43











                    • Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

                      – kissgyorgy
                      Jun 27 '13 at 1:44



















                    See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

                    – kissgyorgy
                    Jun 27 '13 at 1:19







                    See this article: blueprintforge.com/blog/2012/01/24/… it highlights the example codes, with a nice, green background, but even wkhtmltopdf don't fully render the page either, so it doesn't convert the colors :( and all I got is a black and white pdf with pictures

                    – kissgyorgy
                    Jun 27 '13 at 1:19






                    1




                    1





                    @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

                    – John Szakmeister
                    Jun 27 '13 at 1:27





                    @Walkman You may want to go to the previous release of wkhtmltopdf. IIRC, there were some issues with the latest on up there, especially related to the graphics.

                    – John Szakmeister
                    Jun 27 '13 at 1:27













                    @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

                    – terdon
                    Jun 27 '13 at 1:37





                    @Walkman I get pretty good results as long as I specify the CSS style sheet. I saved the link you posted as "foo.html" and its assiciated files in "foo_files", then ran wkhtmltopdf --user-style-sheet foo_files/screen.css foo.html foo.pdf and got this pdf which has colors and syntax highlighting.

                    – terdon
                    Jun 27 '13 at 1:37













                    @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

                    – kissgyorgy
                    Jun 27 '13 at 1:43





                    @jszakmeister THIS IS (almost) PERFECT thank you! I downloaded the version 0.10.0_rc2 and this renders the page nicely, even with colors, without any other option.

                    – kissgyorgy
                    Jun 27 '13 at 1:43













                    Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

                    – kissgyorgy
                    Jun 27 '13 at 1:44







                    Now I only have to figure it out how to convert only part of the page? for example the main article without any clutter

                    – kissgyorgy
                    Jun 27 '13 at 1:44













                    0














                    Try this service. Creates a PDF from a website as you see it in the browser. https://lomotoh.com/ Preserves fonts and layouts. As well as original links to the website. (I am affiliated with this site).






                    share|improve this answer


























                    • Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

                      – Daniel B
                      Oct 15 '16 at 21:57
















                    0














                    Try this service. Creates a PDF from a website as you see it in the browser. https://lomotoh.com/ Preserves fonts and layouts. As well as original links to the website. (I am affiliated with this site).






                    share|improve this answer


























                    • Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

                      – Daniel B
                      Oct 15 '16 at 21:57














                    0












                    0








                    0







                    Try this service. Creates a PDF from a website as you see it in the browser. https://lomotoh.com/ Preserves fonts and layouts. As well as original links to the website. (I am affiliated with this site).






                    share|improve this answer















                    Try this service. Creates a PDF from a website as you see it in the browser. https://lomotoh.com/ Preserves fonts and layouts. As well as original links to the website. (I am affiliated with this site).







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Oct 16 '16 at 4:29

























                    answered Oct 15 '16 at 21:51









                    David HerseDavid Herse

                    1011




                    1011













                    • Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

                      – Daniel B
                      Oct 15 '16 at 21:57



















                    • Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

                      – Daniel B
                      Oct 15 '16 at 21:57

















                    Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

                    – Daniel B
                    Oct 15 '16 at 21:57





                    Are you perhaps affiliated with this service, seeing how you’re eager to advertise it?

                    – Daniel B
                    Oct 15 '16 at 21:57











                    0














                    The best and easy way for conversion is to use pdf conversion extension that very accurate and useful.



                    Word to PDF






                    share|improve this answer



















                    • 1





                      Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

                      – bertieb
                      Jan 7 at 6:56
















                    0














                    The best and easy way for conversion is to use pdf conversion extension that very accurate and useful.



                    Word to PDF






                    share|improve this answer



















                    • 1





                      Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

                      – bertieb
                      Jan 7 at 6:56














                    0












                    0








                    0







                    The best and easy way for conversion is to use pdf conversion extension that very accurate and useful.



                    Word to PDF






                    share|improve this answer













                    The best and easy way for conversion is to use pdf conversion extension that very accurate and useful.



                    Word to PDF







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jan 7 at 6:20









                    Antonio CristianAntonio Cristian

                    1




                    1








                    • 1





                      Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

                      – bertieb
                      Jan 7 at 6:56














                    • 1





                      Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

                      – bertieb
                      Jan 7 at 6:56








                    1




                    1





                    Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

                    – bertieb
                    Jan 7 at 6:56





                    Welcome to Super User! Please read how to recommend software in answers, particularly the bits in bold; then edit your answer to follow the guidelines there. Thanks!

                    – bertieb
                    Jan 7 at 6:56











                    -1














                    You can use evernote web clipper plugin for chrome, to save web pages as PDF and they will be instantly available in your evernote account.
                    Or you can use Pocket which is a wonderful read it later service. Although it wont allow you to save pages as PDF but it converts web pages in easy to read article format, and you can read them using its iPhone, iPad, android or chrome app.






                    share|improve this answer
























                    • I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

                      – kissgyorgy
                      Jun 27 '13 at 3:18
















                    -1














                    You can use evernote web clipper plugin for chrome, to save web pages as PDF and they will be instantly available in your evernote account.
                    Or you can use Pocket which is a wonderful read it later service. Although it wont allow you to save pages as PDF but it converts web pages in easy to read article format, and you can read them using its iPhone, iPad, android or chrome app.






                    share|improve this answer
























                    • I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

                      – kissgyorgy
                      Jun 27 '13 at 3:18














                    -1












                    -1








                    -1







                    You can use evernote web clipper plugin for chrome, to save web pages as PDF and they will be instantly available in your evernote account.
                    Or you can use Pocket which is a wonderful read it later service. Although it wont allow you to save pages as PDF but it converts web pages in easy to read article format, and you can read them using its iPhone, iPad, android or chrome app.






                    share|improve this answer













                    You can use evernote web clipper plugin for chrome, to save web pages as PDF and they will be instantly available in your evernote account.
                    Or you can use Pocket which is a wonderful read it later service. Although it wont allow you to save pages as PDF but it converts web pages in easy to read article format, and you can read them using its iPhone, iPad, android or chrome app.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jun 27 '13 at 3:16









                    Amritanshu PandeyAmritanshu Pandey

                    545




                    545













                    • I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

                      – kissgyorgy
                      Jun 27 '13 at 3:18



















                    • I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

                      – kissgyorgy
                      Jun 27 '13 at 3:18

















                    I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

                    – kissgyorgy
                    Jun 27 '13 at 3:18





                    I can't seem to save the selected area as PDF (greyed out) did you mean this funcionality? The whole point is annotation on a tablet, which you can't do with either Pocket or Evernote.

                    – kissgyorgy
                    Jun 27 '13 at 3:18


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f612570%2fhow-can-i-convert-html-to-pdf%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                    Alcedinidae

                    Can an atomic nucleus contain both particles and antiparticles? [duplicate]