What software can I use to write on PDFs?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







4















I'm used to OS X where the system PDF viewer will let you draw and write text on top of any PDF document. You can then flatten it and save as a new PDF. It saves paper and time so you can fill in any form without printing it and scanning it back to the computer.



It also lets you insert a scanned image of your signature.



Is there software for Ubuntu that would do that?










share|improve this question





























    4















    I'm used to OS X where the system PDF viewer will let you draw and write text on top of any PDF document. You can then flatten it and save as a new PDF. It saves paper and time so you can fill in any form without printing it and scanning it back to the computer.



    It also lets you insert a scanned image of your signature.



    Is there software for Ubuntu that would do that?










    share|improve this question

























      4












      4








      4


      2






      I'm used to OS X where the system PDF viewer will let you draw and write text on top of any PDF document. You can then flatten it and save as a new PDF. It saves paper and time so you can fill in any form without printing it and scanning it back to the computer.



      It also lets you insert a scanned image of your signature.



      Is there software for Ubuntu that would do that?










      share|improve this question














      I'm used to OS X where the system PDF viewer will let you draw and write text on top of any PDF document. You can then flatten it and save as a new PDF. It saves paper and time so you can fill in any form without printing it and scanning it back to the computer.



      It also lets you insert a scanned image of your signature.



      Is there software for Ubuntu that would do that?







      pdf






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 2 '17 at 18:18









      springloadedspringloaded

      252216




      252216






















          3 Answers
          3






          active

          oldest

          votes


















          9














          xournal. I use it in conjunction with python-whiteboard daily. After you're done, just export as pdf. (The video shows how I use it.)



          https://www.youtube.com/watch?v=BY6ZEWNigjo






          share|improve this answer

































            4














            Use MasterPDF. Master PDF Editor is the optimal solution for editing PDF files in Linux. It enables you to create, edit, view, encrypt, sign and print interactive PDF documents.



            1. Download Application



            It may not be the latest release, but, in this case, a message will pop-up to update when launching the application.



            1.1. 32 bits



            wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_i386.deb -O master-pdf-editor.deb


            1.2. 64 bits



            wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_qt5.amd64.deb -O master-pdf-editor.deb


            2. Install Application



            sudo dpkg -i master-pdf-editor.deb


            3. Install Dependencies if necessary



            sudo apt-get install -f


            Uninstall



            sudo apt-get remove master-pdf-editor





            share|improve this answer


























            • @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

              – Vitor Abella
              Aug 2 '17 at 21:08













            • There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

              – Jacob Vlijm
              Aug 2 '17 at 22:02



















            0














            I think we are on a hiding to nothing on this one. You can add to PDFs in Gimp, but it isn't really editing. My experience is that Gimp imports the PDF as an image, not text, so all you are doing in Gimp is overlaying, not actually editing. There doesn't appear to be any free or moderately priced PDF editors for Linux systems.



            That said, it is possible to extract the text by converting the Gimp image to a .tiff file, then you use tesseract to do an OCR, and finally import the text into LibreOffice from which one can do any editing and then write the file out as a PDF. You lose any formatting, so it depends on your needs and how much editing is worthwhile. I have to say I am impressed with tesseract, and it will even identify and isolate columns of text on a page. You do need to mess around with the .tiff files to make sure that the resolution is adequate.






            share|improve this answer



















            • 1





              LibreOffice Draw can read PDF file directly.

              – user68186
              Aug 2 '17 at 20:49











            • LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

              – michael
              Aug 2 '17 at 21:39












            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            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%2faskubuntu.com%2fquestions%2f942373%2fwhat-software-can-i-use-to-write-on-pdfs%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            9














            xournal. I use it in conjunction with python-whiteboard daily. After you're done, just export as pdf. (The video shows how I use it.)



            https://www.youtube.com/watch?v=BY6ZEWNigjo






            share|improve this answer






























              9














              xournal. I use it in conjunction with python-whiteboard daily. After you're done, just export as pdf. (The video shows how I use it.)



              https://www.youtube.com/watch?v=BY6ZEWNigjo






              share|improve this answer




























                9












                9








                9







                xournal. I use it in conjunction with python-whiteboard daily. After you're done, just export as pdf. (The video shows how I use it.)



                https://www.youtube.com/watch?v=BY6ZEWNigjo






                share|improve this answer















                xournal. I use it in conjunction with python-whiteboard daily. After you're done, just export as pdf. (The video shows how I use it.)



                https://www.youtube.com/watch?v=BY6ZEWNigjo







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Aug 25 '18 at 13:43









                Exeleration-G

                4,257104688




                4,257104688










                answered Aug 2 '17 at 21:59









                MarcMarc

                6,31021327




                6,31021327

























                    4














                    Use MasterPDF. Master PDF Editor is the optimal solution for editing PDF files in Linux. It enables you to create, edit, view, encrypt, sign and print interactive PDF documents.



                    1. Download Application



                    It may not be the latest release, but, in this case, a message will pop-up to update when launching the application.



                    1.1. 32 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_i386.deb -O master-pdf-editor.deb


                    1.2. 64 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_qt5.amd64.deb -O master-pdf-editor.deb


                    2. Install Application



                    sudo dpkg -i master-pdf-editor.deb


                    3. Install Dependencies if necessary



                    sudo apt-get install -f


                    Uninstall



                    sudo apt-get remove master-pdf-editor





                    share|improve this answer


























                    • @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

                      – Vitor Abella
                      Aug 2 '17 at 21:08













                    • There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

                      – Jacob Vlijm
                      Aug 2 '17 at 22:02
















                    4














                    Use MasterPDF. Master PDF Editor is the optimal solution for editing PDF files in Linux. It enables you to create, edit, view, encrypt, sign and print interactive PDF documents.



                    1. Download Application



                    It may not be the latest release, but, in this case, a message will pop-up to update when launching the application.



                    1.1. 32 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_i386.deb -O master-pdf-editor.deb


                    1.2. 64 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_qt5.amd64.deb -O master-pdf-editor.deb


                    2. Install Application



                    sudo dpkg -i master-pdf-editor.deb


                    3. Install Dependencies if necessary



                    sudo apt-get install -f


                    Uninstall



                    sudo apt-get remove master-pdf-editor





                    share|improve this answer


























                    • @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

                      – Vitor Abella
                      Aug 2 '17 at 21:08













                    • There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

                      – Jacob Vlijm
                      Aug 2 '17 at 22:02














                    4












                    4








                    4







                    Use MasterPDF. Master PDF Editor is the optimal solution for editing PDF files in Linux. It enables you to create, edit, view, encrypt, sign and print interactive PDF documents.



                    1. Download Application



                    It may not be the latest release, but, in this case, a message will pop-up to update when launching the application.



                    1.1. 32 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_i386.deb -O master-pdf-editor.deb


                    1.2. 64 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_qt5.amd64.deb -O master-pdf-editor.deb


                    2. Install Application



                    sudo dpkg -i master-pdf-editor.deb


                    3. Install Dependencies if necessary



                    sudo apt-get install -f


                    Uninstall



                    sudo apt-get remove master-pdf-editor





                    share|improve this answer















                    Use MasterPDF. Master PDF Editor is the optimal solution for editing PDF files in Linux. It enables you to create, edit, view, encrypt, sign and print interactive PDF documents.



                    1. Download Application



                    It may not be the latest release, but, in this case, a message will pop-up to update when launching the application.



                    1.1. 32 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_i386.deb -O master-pdf-editor.deb


                    1.2. 64 bits



                    wget http://get.code-industry.net/public/master-pdf-editor-4.2.12_qt5.amd64.deb -O master-pdf-editor.deb


                    2. Install Application



                    sudo dpkg -i master-pdf-editor.deb


                    3. Install Dependencies if necessary



                    sudo apt-get install -f


                    Uninstall



                    sudo apt-get remove master-pdf-editor






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited Aug 3 '17 at 0:11

























                    answered Aug 2 '17 at 21:00









                    Vitor AbellaVitor Abella

                    2,991113264




                    2,991113264













                    • @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

                      – Vitor Abella
                      Aug 2 '17 at 21:08













                    • There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

                      – Jacob Vlijm
                      Aug 2 '17 at 22:02



















                    • @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

                      – Vitor Abella
                      Aug 2 '17 at 21:08













                    • There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

                      – Jacob Vlijm
                      Aug 2 '17 at 22:02

















                    @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

                    – Vitor Abella
                    Aug 2 '17 at 21:08







                    @JacobVlijm I was trying to find a way to install it from repository or command line the latest version, but I didnt find. Then it would be a better answer.

                    – Vitor Abella
                    Aug 2 '17 at 21:08















                    There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

                    – Jacob Vlijm
                    Aug 2 '17 at 22:02





                    There isn't a ppa, but installed from the .deb file, it shows a message if updates are available.

                    – Jacob Vlijm
                    Aug 2 '17 at 22:02











                    0














                    I think we are on a hiding to nothing on this one. You can add to PDFs in Gimp, but it isn't really editing. My experience is that Gimp imports the PDF as an image, not text, so all you are doing in Gimp is overlaying, not actually editing. There doesn't appear to be any free or moderately priced PDF editors for Linux systems.



                    That said, it is possible to extract the text by converting the Gimp image to a .tiff file, then you use tesseract to do an OCR, and finally import the text into LibreOffice from which one can do any editing and then write the file out as a PDF. You lose any formatting, so it depends on your needs and how much editing is worthwhile. I have to say I am impressed with tesseract, and it will even identify and isolate columns of text on a page. You do need to mess around with the .tiff files to make sure that the resolution is adequate.






                    share|improve this answer



















                    • 1





                      LibreOffice Draw can read PDF file directly.

                      – user68186
                      Aug 2 '17 at 20:49











                    • LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

                      – michael
                      Aug 2 '17 at 21:39
















                    0














                    I think we are on a hiding to nothing on this one. You can add to PDFs in Gimp, but it isn't really editing. My experience is that Gimp imports the PDF as an image, not text, so all you are doing in Gimp is overlaying, not actually editing. There doesn't appear to be any free or moderately priced PDF editors for Linux systems.



                    That said, it is possible to extract the text by converting the Gimp image to a .tiff file, then you use tesseract to do an OCR, and finally import the text into LibreOffice from which one can do any editing and then write the file out as a PDF. You lose any formatting, so it depends on your needs and how much editing is worthwhile. I have to say I am impressed with tesseract, and it will even identify and isolate columns of text on a page. You do need to mess around with the .tiff files to make sure that the resolution is adequate.






                    share|improve this answer



















                    • 1





                      LibreOffice Draw can read PDF file directly.

                      – user68186
                      Aug 2 '17 at 20:49











                    • LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

                      – michael
                      Aug 2 '17 at 21:39














                    0












                    0








                    0







                    I think we are on a hiding to nothing on this one. You can add to PDFs in Gimp, but it isn't really editing. My experience is that Gimp imports the PDF as an image, not text, so all you are doing in Gimp is overlaying, not actually editing. There doesn't appear to be any free or moderately priced PDF editors for Linux systems.



                    That said, it is possible to extract the text by converting the Gimp image to a .tiff file, then you use tesseract to do an OCR, and finally import the text into LibreOffice from which one can do any editing and then write the file out as a PDF. You lose any formatting, so it depends on your needs and how much editing is worthwhile. I have to say I am impressed with tesseract, and it will even identify and isolate columns of text on a page. You do need to mess around with the .tiff files to make sure that the resolution is adequate.






                    share|improve this answer













                    I think we are on a hiding to nothing on this one. You can add to PDFs in Gimp, but it isn't really editing. My experience is that Gimp imports the PDF as an image, not text, so all you are doing in Gimp is overlaying, not actually editing. There doesn't appear to be any free or moderately priced PDF editors for Linux systems.



                    That said, it is possible to extract the text by converting the Gimp image to a .tiff file, then you use tesseract to do an OCR, and finally import the text into LibreOffice from which one can do any editing and then write the file out as a PDF. You lose any formatting, so it depends on your needs and how much editing is worthwhile. I have to say I am impressed with tesseract, and it will even identify and isolate columns of text on a page. You do need to mess around with the .tiff files to make sure that the resolution is adequate.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Aug 2 '17 at 20:32









                    LJBLJB

                    1




                    1








                    • 1





                      LibreOffice Draw can read PDF file directly.

                      – user68186
                      Aug 2 '17 at 20:49











                    • LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

                      – michael
                      Aug 2 '17 at 21:39














                    • 1





                      LibreOffice Draw can read PDF file directly.

                      – user68186
                      Aug 2 '17 at 20:49











                    • LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

                      – michael
                      Aug 2 '17 at 21:39








                    1




                    1





                    LibreOffice Draw can read PDF file directly.

                    – user68186
                    Aug 2 '17 at 20:49





                    LibreOffice Draw can read PDF file directly.

                    – user68186
                    Aug 2 '17 at 20:49













                    LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

                    – michael
                    Aug 2 '17 at 21:39





                    LibreOffice "Draw" hints that it's about as useful as Gimp for this purpose. Key problem is that people think PDF is a portable document format, which it's not. :-)

                    – michael
                    Aug 2 '17 at 21:39


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f942373%2fwhat-software-can-i-use-to-write-on-pdfs%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

                    How to send String Array data to Server using php in android

                    Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                    Is anime1.com a legal site for watching anime?