How can I apply a watermark on every page of a PDF file?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







10















I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:



watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
watermark watermark watermark watermark watermark watermark watermark
........................


How can I do this?










share|improve this question































    10















    I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:



    watermark watermark watermark watermark watermark watermark watermark
    watermark watermark watermark watermark watermark watermark watermark
    watermark watermark watermark watermark watermark watermark watermark
    watermark watermark watermark watermark watermark watermark watermark
    watermark watermark watermark watermark watermark watermark watermark
    watermark watermark watermark watermark watermark watermark watermark
    ........................


    How can I do this?










    share|improve this question



























      10












      10








      10


      3






      I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:



      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      ........................


      How can I do this?










      share|improve this question
















      I have a PDF file and want to apply a watermark like the following on all pages and at 45 degrees:



      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      watermark watermark watermark watermark watermark watermark watermark
      ........................


      How can I do this?







      pdf watermark






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 8 '11 at 10:28









      3498DB

      15.9k114862




      15.9k114862










      asked May 8 '11 at 9:44









      NarekNarek

      62961631




      62961631






















          7 Answers
          7






          active

          oldest

          votes


















          10














          You can use pdftk as described in this answer. Sample command line:



          pdftk original.pdf stamp watermark.pdf output final.pdf


          It is especially convenient if you are on Linux as pdftk is included in many popular distributions.



          For Windows users there is also free GUI version available.






          share|improve this answer





















          • 1





            That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

            – Shai Almog
            Jul 19 '18 at 20:45











          • Note that the free version for windows does not support watermarking. This is only available in the pro version.

            – exhuma
            Nov 10 '18 at 9:48



















          3














          Many ways:




          • Use a commercial program (random example)

          • Use whatever tool was used to create the PDF (e.g. Acrobat)

          • Convert the PDF to a more tractable form.


            • e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF








          share|improve this answer

































            0














            Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/






            share|improve this answer
























            • problem is softonics like cnet now, have a junk installer

              – barlop
              Oct 8 '11 at 11:45













            • is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

              – barlop
              Oct 8 '11 at 11:57





















            0














            You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.






            share|improve this answer































              0














              pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf



              use the command line as suggested
              pdftk original.pdf stamp logo.pdf output final.pdf



              done
              you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf



              note: if the background is not transparent then obviously the logo.pdf will replace the original pdf






              share|improve this answer































                -1














                You may be interested using Dysprosium free software, I found useful.




                • You can select one page or selected pages or all pages of your document to be watermarked.

                • You can have the same text for those pages or different texts for each page.

                • You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours

                • Similarly, if you choose to watermark with images.

                • You can watermark one document with pages from another pdf document.

                • Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.

                • You are able to decide for the font, colour, angle, opacity, and scale of watermark.

                • Software does not overwrite the original file, keeping it safe.

                • Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.


                snapshot:



                enter image description here






                share|improve this answer


























                • Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                  – Cocowalla
                  Jan 13 '18 at 19:47



















                -1














                You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.



                You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.



                It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.



                You can also use an image if you prefer.



                Finally, you can save that watermark as a profile if you need to use it on other projects.



                Make sure to keep a duplicate of your original file before testing this!



                Adobe Acrobat Pro PDF watermarks






                share|improve this answer
























                  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%2f280659%2fhow-can-i-apply-a-watermark-on-every-page-of-a-pdf-file%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  7 Answers
                  7






                  active

                  oldest

                  votes








                  7 Answers
                  7






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  10














                  You can use pdftk as described in this answer. Sample command line:



                  pdftk original.pdf stamp watermark.pdf output final.pdf


                  It is especially convenient if you are on Linux as pdftk is included in many popular distributions.



                  For Windows users there is also free GUI version available.






                  share|improve this answer





















                  • 1





                    That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

                    – Shai Almog
                    Jul 19 '18 at 20:45











                  • Note that the free version for windows does not support watermarking. This is only available in the pro version.

                    – exhuma
                    Nov 10 '18 at 9:48
















                  10














                  You can use pdftk as described in this answer. Sample command line:



                  pdftk original.pdf stamp watermark.pdf output final.pdf


                  It is especially convenient if you are on Linux as pdftk is included in many popular distributions.



                  For Windows users there is also free GUI version available.






                  share|improve this answer





















                  • 1





                    That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

                    – Shai Almog
                    Jul 19 '18 at 20:45











                  • Note that the free version for windows does not support watermarking. This is only available in the pro version.

                    – exhuma
                    Nov 10 '18 at 9:48














                  10












                  10








                  10







                  You can use pdftk as described in this answer. Sample command line:



                  pdftk original.pdf stamp watermark.pdf output final.pdf


                  It is especially convenient if you are on Linux as pdftk is included in many popular distributions.



                  For Windows users there is also free GUI version available.






                  share|improve this answer















                  You can use pdftk as described in this answer. Sample command line:



                  pdftk original.pdf stamp watermark.pdf output final.pdf


                  It is especially convenient if you are on Linux as pdftk is included in many popular distributions.



                  For Windows users there is also free GUI version available.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Mar 20 '17 at 10:16









                  Community

                  1




                  1










                  answered Apr 17 '16 at 15:52









                  Yaroslav StavnichiyYaroslav Stavnichiy

                  20126




                  20126








                  • 1





                    That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

                    – Shai Almog
                    Jul 19 '18 at 20:45











                  • Note that the free version for windows does not support watermarking. This is only available in the pro version.

                    – exhuma
                    Nov 10 '18 at 9:48














                  • 1





                    That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

                    – Shai Almog
                    Jul 19 '18 at 20:45











                  • Note that the free version for windows does not support watermarking. This is only available in the pro version.

                    – exhuma
                    Nov 10 '18 at 9:48








                  1




                  1





                  That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

                  – Shai Almog
                  Jul 19 '18 at 20:45





                  That's great and correct but I spent a long while trying to get this to work... Turns out the Mac version on their site has been broken since 2016 while they have a working fix... Ugh. See this stack overflow answer which might save some time for other Mac users such as myself who might have run into your answer: stackoverflow.com/questions/39750883/…

                  – Shai Almog
                  Jul 19 '18 at 20:45













                  Note that the free version for windows does not support watermarking. This is only available in the pro version.

                  – exhuma
                  Nov 10 '18 at 9:48





                  Note that the free version for windows does not support watermarking. This is only available in the pro version.

                  – exhuma
                  Nov 10 '18 at 9:48













                  3














                  Many ways:




                  • Use a commercial program (random example)

                  • Use whatever tool was used to create the PDF (e.g. Acrobat)

                  • Convert the PDF to a more tractable form.


                    • e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF








                  share|improve this answer






























                    3














                    Many ways:




                    • Use a commercial program (random example)

                    • Use whatever tool was used to create the PDF (e.g. Acrobat)

                    • Convert the PDF to a more tractable form.


                      • e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF








                    share|improve this answer




























                      3












                      3








                      3







                      Many ways:




                      • Use a commercial program (random example)

                      • Use whatever tool was used to create the PDF (e.g. Acrobat)

                      • Convert the PDF to a more tractable form.


                        • e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF








                      share|improve this answer















                      Many ways:




                      • Use a commercial program (random example)

                      • Use whatever tool was used to create the PDF (e.g. Acrobat)

                      • Convert the PDF to a more tractable form.


                        • e.g. pdftops or pdf2ps - then edit the PostScript to add the watermark and convert back to PDF









                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited May 17 '11 at 3:09









                      3498DB

                      15.9k114862




                      15.9k114862










                      answered May 8 '11 at 10:03









                      RedGrittyBrickRedGrittyBrick

                      67.4k13106163




                      67.4k13106163























                          0














                          Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/






                          share|improve this answer
























                          • problem is softonics like cnet now, have a junk installer

                            – barlop
                            Oct 8 '11 at 11:45













                          • is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

                            – barlop
                            Oct 8 '11 at 11:57


















                          0














                          Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/






                          share|improve this answer
























                          • problem is softonics like cnet now, have a junk installer

                            – barlop
                            Oct 8 '11 at 11:45













                          • is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

                            – barlop
                            Oct 8 '11 at 11:57
















                          0












                          0








                          0







                          Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/






                          share|improve this answer













                          Create a PDF with your watermarks and stamp the original PDF with such a tool: http://pdftools.softonic.de/







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered May 8 '11 at 10:03









                          cevingceving

                          1,32731624




                          1,32731624













                          • problem is softonics like cnet now, have a junk installer

                            – barlop
                            Oct 8 '11 at 11:45













                          • is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

                            – barlop
                            Oct 8 '11 at 11:57





















                          • problem is softonics like cnet now, have a junk installer

                            – barlop
                            Oct 8 '11 at 11:45













                          • is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

                            – barlop
                            Oct 8 '11 at 11:57



















                          problem is softonics like cnet now, have a junk installer

                          – barlop
                          Oct 8 '11 at 11:45







                          problem is softonics like cnet now, have a junk installer

                          – barlop
                          Oct 8 '11 at 11:45















                          is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

                          – barlop
                          Oct 8 '11 at 11:57







                          is that sheelapps thing the same as the foxtab software, the latter wants you to install IE9. very strange. the sheelapps pdftools thing I only see on softonic or cnet. have you tried it?

                          – barlop
                          Oct 8 '11 at 11:57













                          0














                          You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.






                          share|improve this answer




























                            0














                            You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.






                            share|improve this answer


























                              0












                              0








                              0







                              You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.






                              share|improve this answer













                              You can open the PDF file with Libreoffice (Draw will be used by default), and then export to PDF. In the dialog that appears, enter the watermark you wish to have.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Oct 13 '17 at 1:31









                              lenoohlenooh

                              1314




                              1314























                                  0














                                  pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf



                                  use the command line as suggested
                                  pdftk original.pdf stamp logo.pdf output final.pdf



                                  done
                                  you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf



                                  note: if the background is not transparent then obviously the logo.pdf will replace the original pdf






                                  share|improve this answer




























                                    0














                                    pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf



                                    use the command line as suggested
                                    pdftk original.pdf stamp logo.pdf output final.pdf



                                    done
                                    you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf



                                    note: if the background is not transparent then obviously the logo.pdf will replace the original pdf






                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf



                                      use the command line as suggested
                                      pdftk original.pdf stamp logo.pdf output final.pdf



                                      done
                                      you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf



                                      note: if the background is not transparent then obviously the logo.pdf will replace the original pdf






                                      share|improve this answer













                                      pdftk works fine in windows. the important step is to create a transparent background with a non-transparent logo/watermark in it. for example you can open a standard new page (8.5x11) in photoshop, make the background opacity 0, insert the watermark or image at the position that you like at opacity 100 or less and then save it (as PDF) logo.pdf



                                      use the command line as suggested
                                      pdftk original.pdf stamp logo.pdf output final.pdf



                                      done
                                      you'll get a merged PDF with only the logo at the position that you saved the photoshop document , repeated on each page of the original pdf



                                      note: if the background is not transparent then obviously the logo.pdf will replace the original pdf







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Feb 2 at 10:52







                                      user993225






























                                          -1














                                          You may be interested using Dysprosium free software, I found useful.




                                          • You can select one page or selected pages or all pages of your document to be watermarked.

                                          • You can have the same text for those pages or different texts for each page.

                                          • You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours

                                          • Similarly, if you choose to watermark with images.

                                          • You can watermark one document with pages from another pdf document.

                                          • Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.

                                          • You are able to decide for the font, colour, angle, opacity, and scale of watermark.

                                          • Software does not overwrite the original file, keeping it safe.

                                          • Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.


                                          snapshot:



                                          enter image description here






                                          share|improve this answer


























                                          • Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                                            – Cocowalla
                                            Jan 13 '18 at 19:47
















                                          -1














                                          You may be interested using Dysprosium free software, I found useful.




                                          • You can select one page or selected pages or all pages of your document to be watermarked.

                                          • You can have the same text for those pages or different texts for each page.

                                          • You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours

                                          • Similarly, if you choose to watermark with images.

                                          • You can watermark one document with pages from another pdf document.

                                          • Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.

                                          • You are able to decide for the font, colour, angle, opacity, and scale of watermark.

                                          • Software does not overwrite the original file, keeping it safe.

                                          • Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.


                                          snapshot:



                                          enter image description here






                                          share|improve this answer


























                                          • Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                                            – Cocowalla
                                            Jan 13 '18 at 19:47














                                          -1












                                          -1








                                          -1







                                          You may be interested using Dysprosium free software, I found useful.




                                          • You can select one page or selected pages or all pages of your document to be watermarked.

                                          • You can have the same text for those pages or different texts for each page.

                                          • You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours

                                          • Similarly, if you choose to watermark with images.

                                          • You can watermark one document with pages from another pdf document.

                                          • Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.

                                          • You are able to decide for the font, colour, angle, opacity, and scale of watermark.

                                          • Software does not overwrite the original file, keeping it safe.

                                          • Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.


                                          snapshot:



                                          enter image description here






                                          share|improve this answer















                                          You may be interested using Dysprosium free software, I found useful.




                                          • You can select one page or selected pages or all pages of your document to be watermarked.

                                          • You can have the same text for those pages or different texts for each page.

                                          • You are able to watermark, as desired by your question, in many lines using different angles, fonts, and colours

                                          • Similarly, if you choose to watermark with images.

                                          • You can watermark one document with pages from another pdf document.

                                          • Using this software, you can convert an image or a set of images to pdf and then over-lay or under-lay the resulting pdf to your document.

                                          • You are able to decide for the font, colour, angle, opacity, and scale of watermark.

                                          • Software does not overwrite the original file, keeping it safe.

                                          • Software is non-commercial, unlimited, lightweight, and portable and cross-platform as a JAR file.


                                          snapshot:



                                          enter image description here







                                          share|improve this answer














                                          share|improve this answer



                                          share|improve this answer








                                          edited Nov 6 '14 at 22:29

























                                          answered Oct 30 '14 at 16:15









                                          Any BodyAny Body

                                          1295




                                          1295













                                          • Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                                            – Cocowalla
                                            Jan 13 '18 at 19:47



















                                          • Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                                            – Cocowalla
                                            Jan 13 '18 at 19:47

















                                          Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                                          – Cocowalla
                                          Jan 13 '18 at 19:47





                                          Just tried this on Windows 10, but the interface seems to be all messed up and I don't see any watermark option at all

                                          – Cocowalla
                                          Jan 13 '18 at 19:47











                                          -1














                                          You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.



                                          You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.



                                          It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.



                                          You can also use an image if you prefer.



                                          Finally, you can save that watermark as a profile if you need to use it on other projects.



                                          Make sure to keep a duplicate of your original file before testing this!



                                          Adobe Acrobat Pro PDF watermarks






                                          share|improve this answer




























                                            -1














                                            You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.



                                            You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.



                                            It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.



                                            You can also use an image if you prefer.



                                            Finally, you can save that watermark as a profile if you need to use it on other projects.



                                            Make sure to keep a duplicate of your original file before testing this!



                                            Adobe Acrobat Pro PDF watermarks






                                            share|improve this answer


























                                              -1












                                              -1








                                              -1







                                              You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.



                                              You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.



                                              It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.



                                              You can also use an image if you prefer.



                                              Finally, you can save that watermark as a profile if you need to use it on other projects.



                                              Make sure to keep a duplicate of your original file before testing this!



                                              Adobe Acrobat Pro PDF watermarks






                                              share|improve this answer













                                              You can use Adobe Acrobat Pro to add watermark on all or only a few pages of your PDF file.



                                              You'll find this in the menu View / Tools Sets / Default Tools. Then the option to add watermark will be in the "pages" section on your sidebar.



                                              It gives you the option to rotate your text, use any style or size you want, add it in front or behind the text, etc.



                                              You can also use an image if you prefer.



                                              Finally, you can save that watermark as a profile if you need to use it on other projects.



                                              Make sure to keep a duplicate of your original file before testing this!



                                              Adobe Acrobat Pro PDF watermarks







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered Nov 11 '15 at 15:16









                                              go-juntago-junta

                                              1393




                                              1393






























                                                  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%2f280659%2fhow-can-i-apply-a-watermark-on-every-page-of-a-pdf-file%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

                                                  Plaza Victoria

                                                  In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                                                  How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...