cygwin and pdftk












4















I have spent a long time looking around and Goggling for this but I am no closer to getting this install.



I have Cygwin install 64-bit version. And have installed apt-cyg and using this I have installed openssh and vim just fine. But I am not able to install pdftk ? Does it have some other name ? Or is there some other tool I can use to split and merge pdf in Cygwin ?



Thanks in advance










share|improve this question



























    4















    I have spent a long time looking around and Goggling for this but I am no closer to getting this install.



    I have Cygwin install 64-bit version. And have installed apt-cyg and using this I have installed openssh and vim just fine. But I am not able to install pdftk ? Does it have some other name ? Or is there some other tool I can use to split and merge pdf in Cygwin ?



    Thanks in advance










    share|improve this question

























      4












      4








      4


      1






      I have spent a long time looking around and Goggling for this but I am no closer to getting this install.



      I have Cygwin install 64-bit version. And have installed apt-cyg and using this I have installed openssh and vim just fine. But I am not able to install pdftk ? Does it have some other name ? Or is there some other tool I can use to split and merge pdf in Cygwin ?



      Thanks in advance










      share|improve this question














      I have spent a long time looking around and Goggling for this but I am no closer to getting this install.



      I have Cygwin install 64-bit version. And have installed apt-cyg and using this I have installed openssh and vim just fine. But I am not able to install pdftk ? Does it have some other name ? Or is there some other tool I can use to split and merge pdf in Cygwin ?



      Thanks in advance







      cygwin pdftk






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 5 '16 at 19:19









      user1380599user1380599

      8729




      8729






















          4 Answers
          4






          active

          oldest

          votes


















          1














          There is search on cygwin website (and also google). If you try the same search with x86_64 architecture, there is no such package. This question was asked many times and answered also.



          Just use 32 bit version, if you want all the packages.






          share|improve this answer
























          • I did just that and it worked - Thanks !!!

            – user1380599
            Jan 7 '16 at 12:26













          • blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

            – Bryson S.
            Mar 9 '16 at 4:59






          • 1





            Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

            – carbontracking
            Oct 18 '17 at 8:13





















          13














          I got PDFtk commands with Cygwin by installing the server version of PDFtk (https://www.pdflabs.com/tools/pdftk-server/) in Windows 7 64bits.



          While installing PDFtk Server, make sure to check the box saying to apply PDFtk to the system environment.
          Once the installation is done, type "pdftk" in Cygwin and it should give the expected results.






          share|improve this answer



















          • 2





            @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

            – Bryson S.
            Mar 9 '16 at 4:56











          • This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

            – shuhalo
            Jan 31 '17 at 22:37











          • This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

            – carbontracking
            Oct 18 '17 at 8:11



















          0














          since pdftk is no more supported:
          found this package in cygwin to rotate pdfs and more: qpdf
          http://qpdf.sourceforge.net/



          manual:
          http://qpdf.sourceforge.net/files/qpdf-manual.pdf



          works with the x64 and x86 version
          installed it with the cygwin-installer.






          share|improve this answer































            0














            Tobias, thank you very much for mentioning qpdf. I installed it with the cygwin-installer. The manual is part of the package: /usr/share/doc/qpdf/qpdf-manual.pdf. qpdf seems to be more powerful than pdftk.





            share








            New contributor




            Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "106"
              };
              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: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              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%2funix.stackexchange.com%2fquestions%2f253467%2fcygwin-and-pdftk%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              There is search on cygwin website (and also google). If you try the same search with x86_64 architecture, there is no such package. This question was asked many times and answered also.



              Just use 32 bit version, if you want all the packages.






              share|improve this answer
























              • I did just that and it worked - Thanks !!!

                – user1380599
                Jan 7 '16 at 12:26













              • blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

                – Bryson S.
                Mar 9 '16 at 4:59






              • 1





                Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

                – carbontracking
                Oct 18 '17 at 8:13


















              1














              There is search on cygwin website (and also google). If you try the same search with x86_64 architecture, there is no such package. This question was asked many times and answered also.



              Just use 32 bit version, if you want all the packages.






              share|improve this answer
























              • I did just that and it worked - Thanks !!!

                – user1380599
                Jan 7 '16 at 12:26













              • blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

                – Bryson S.
                Mar 9 '16 at 4:59






              • 1





                Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

                – carbontracking
                Oct 18 '17 at 8:13
















              1












              1








              1







              There is search on cygwin website (and also google). If you try the same search with x86_64 architecture, there is no such package. This question was asked many times and answered also.



              Just use 32 bit version, if you want all the packages.






              share|improve this answer













              There is search on cygwin website (and also google). If you try the same search with x86_64 architecture, there is no such package. This question was asked many times and answered also.



              Just use 32 bit version, if you want all the packages.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jan 5 '16 at 19:53









              JakujeJakuje

              16.4k53153




              16.4k53153













              • I did just that and it worked - Thanks !!!

                – user1380599
                Jan 7 '16 at 12:26













              • blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

                – Bryson S.
                Mar 9 '16 at 4:59






              • 1





                Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

                – carbontracking
                Oct 18 '17 at 8:13





















              • I did just that and it worked - Thanks !!!

                – user1380599
                Jan 7 '16 at 12:26













              • blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

                – Bryson S.
                Mar 9 '16 at 4:59






              • 1





                Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

                – carbontracking
                Oct 18 '17 at 8:13



















              I did just that and it worked - Thanks !!!

              – user1380599
              Jan 7 '16 at 12:26







              I did just that and it worked - Thanks !!!

              – user1380599
              Jan 7 '16 at 12:26















              blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

              – Bryson S.
              Mar 9 '16 at 4:59





              blitzter47's answer allows pdftk to be used in Cygwin either in 64-bit or 32-bit architectures...

              – Bryson S.
              Mar 9 '16 at 4:59




              1




              1





              Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

              – carbontracking
              Oct 18 '17 at 8:13







              Note that pdftk has been removed from the Cygwin packages due to a requirement for gcj which was also removed sometime late 2016. See cygwin.com/ml/cygwin/2016-08/msg00656.html

              – carbontracking
              Oct 18 '17 at 8:13















              13














              I got PDFtk commands with Cygwin by installing the server version of PDFtk (https://www.pdflabs.com/tools/pdftk-server/) in Windows 7 64bits.



              While installing PDFtk Server, make sure to check the box saying to apply PDFtk to the system environment.
              Once the installation is done, type "pdftk" in Cygwin and it should give the expected results.






              share|improve this answer



















              • 2





                @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

                – Bryson S.
                Mar 9 '16 at 4:56











              • This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

                – shuhalo
                Jan 31 '17 at 22:37











              • This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

                – carbontracking
                Oct 18 '17 at 8:11
















              13














              I got PDFtk commands with Cygwin by installing the server version of PDFtk (https://www.pdflabs.com/tools/pdftk-server/) in Windows 7 64bits.



              While installing PDFtk Server, make sure to check the box saying to apply PDFtk to the system environment.
              Once the installation is done, type "pdftk" in Cygwin and it should give the expected results.






              share|improve this answer



















              • 2





                @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

                – Bryson S.
                Mar 9 '16 at 4:56











              • This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

                – shuhalo
                Jan 31 '17 at 22:37











              • This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

                – carbontracking
                Oct 18 '17 at 8:11














              13












              13








              13







              I got PDFtk commands with Cygwin by installing the server version of PDFtk (https://www.pdflabs.com/tools/pdftk-server/) in Windows 7 64bits.



              While installing PDFtk Server, make sure to check the box saying to apply PDFtk to the system environment.
              Once the installation is done, type "pdftk" in Cygwin and it should give the expected results.






              share|improve this answer













              I got PDFtk commands with Cygwin by installing the server version of PDFtk (https://www.pdflabs.com/tools/pdftk-server/) in Windows 7 64bits.



              While installing PDFtk Server, make sure to check the box saying to apply PDFtk to the system environment.
              Once the installation is done, type "pdftk" in Cygwin and it should give the expected results.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jan 25 '16 at 19:43









              blitzter47blitzter47

              1312




              1312








              • 2





                @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

                – Bryson S.
                Mar 9 '16 at 4:56











              • This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

                – shuhalo
                Jan 31 '17 at 22:37











              • This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

                – carbontracking
                Oct 18 '17 at 8:11














              • 2





                @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

                – Bryson S.
                Mar 9 '16 at 4:56











              • This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

                – shuhalo
                Jan 31 '17 at 22:37











              • This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

                – carbontracking
                Oct 18 '17 at 8:11








              2




              2





              @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

              – Bryson S.
              Mar 9 '16 at 4:56





              @blitzer47 I don't know why this is not not the accepted answer. Not only have you shown that it's possible to install pdftk on Cygwin, but the process could not have been more painless. Thank you for your input.

              – Bryson S.
              Mar 9 '16 at 4:56













              This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

              – shuhalo
              Jan 31 '17 at 22:37





              This has worked flawlessly on my machine and has delivered everything I need. Highly recommended.

              – shuhalo
              Jan 31 '17 at 22:37













              This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

              – carbontracking
              Oct 18 '17 at 8:11





              This is a good workaround as it makes the pdftk tool available on the Cygwin command-line. Maybe its not accepted as the answer because it doesn't install a Cygwin package, it installs a windows command-line tool which is accessible in Cygwin (like all other windows command-line tools, e.g. try "dir")

              – carbontracking
              Oct 18 '17 at 8:11











              0














              since pdftk is no more supported:
              found this package in cygwin to rotate pdfs and more: qpdf
              http://qpdf.sourceforge.net/



              manual:
              http://qpdf.sourceforge.net/files/qpdf-manual.pdf



              works with the x64 and x86 version
              installed it with the cygwin-installer.






              share|improve this answer




























                0














                since pdftk is no more supported:
                found this package in cygwin to rotate pdfs and more: qpdf
                http://qpdf.sourceforge.net/



                manual:
                http://qpdf.sourceforge.net/files/qpdf-manual.pdf



                works with the x64 and x86 version
                installed it with the cygwin-installer.






                share|improve this answer


























                  0












                  0








                  0







                  since pdftk is no more supported:
                  found this package in cygwin to rotate pdfs and more: qpdf
                  http://qpdf.sourceforge.net/



                  manual:
                  http://qpdf.sourceforge.net/files/qpdf-manual.pdf



                  works with the x64 and x86 version
                  installed it with the cygwin-installer.






                  share|improve this answer













                  since pdftk is no more supported:
                  found this package in cygwin to rotate pdfs and more: qpdf
                  http://qpdf.sourceforge.net/



                  manual:
                  http://qpdf.sourceforge.net/files/qpdf-manual.pdf



                  works with the x64 and x86 version
                  installed it with the cygwin-installer.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered May 7 '18 at 11:15









                  TobiasTobias

                  1




                  1























                      0














                      Tobias, thank you very much for mentioning qpdf. I installed it with the cygwin-installer. The manual is part of the package: /usr/share/doc/qpdf/qpdf-manual.pdf. qpdf seems to be more powerful than pdftk.





                      share








                      New contributor




                      Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        0














                        Tobias, thank you very much for mentioning qpdf. I installed it with the cygwin-installer. The manual is part of the package: /usr/share/doc/qpdf/qpdf-manual.pdf. qpdf seems to be more powerful than pdftk.





                        share








                        New contributor




                        Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          0












                          0








                          0







                          Tobias, thank you very much for mentioning qpdf. I installed it with the cygwin-installer. The manual is part of the package: /usr/share/doc/qpdf/qpdf-manual.pdf. qpdf seems to be more powerful than pdftk.





                          share








                          New contributor




                          Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          Tobias, thank you very much for mentioning qpdf. I installed it with the cygwin-installer. The manual is part of the package: /usr/share/doc/qpdf/qpdf-manual.pdf. qpdf seems to be more powerful than pdftk.






                          share








                          New contributor




                          Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.








                          share


                          share






                          New contributor




                          Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 6 mins ago









                          Walter RoelandWalter Roeland

                          1




                          1




                          New contributor




                          Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Walter Roeland is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Unix & Linux Stack Exchange!


                              • 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%2funix.stackexchange.com%2fquestions%2f253467%2fcygwin-and-pdftk%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 rewrite equation of hyperbola in standard form

                              No ethernet ip address in my vocore2