Selecting tables in PDF The Next CEO of Stack OverflowPrinting Comments with PDFPDF reader problemsMark PDF as Adobe PDFAnnotating PDFs in Evince and then viewing the output in Acrobat / Adobe productsFast PDF reader that remembers the last viewed pageView a secured pdf file on Ubuntu?Cannot open 'PDF portfolio'Is it possible to open a pdf that requires Adobe Reader 8 without using acroread?Fancy bookmarks in pdf readersIs there a PDF software that allows printing a comment summary?

What can we do to stop prior company from asking us questions?

Is it okay to store user locations?

Rotate a column

Can the Reverse Gravity spell affect the Meteor Swarm spell?

Does the Brexit deal have to be agreed by both Houses?

Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?

How to start emacs in "nothing" mode (`fundamental-mode`)

Why do professional authors make "consistency" mistakes? And how to avoid them?

Was a professor correct to chastise me for writing "Prof. X" rather than "Professor X"?

How do scammers retract money, while you can’t?

Grabbing quick drinks

'Given that' in a matrix

How to write the block matrix in LaTex?

Are there languages with no euphemisms?

How can I open an app using Terminal?

Any way to transfer all permissions from one role to another?

How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?

How should I support this large drywall patch?

How can I quit an app using Terminal?

Is it a good idea to use COLUMN AS (left([Another_Column],(4)) instead of LEFT in the select?

Too much space between section and text in a twocolumn document

Inappropriate reference requests from Journal reviewers

Is HostGator storing my password in plaintext?

Fastest way to shutdown Ubuntu Mate 18.10



Selecting tables in PDF



The Next CEO of Stack OverflowPrinting Comments with PDFPDF reader problemsMark PDF as Adobe PDFAnnotating PDFs in Evince and then viewing the output in Acrobat / Adobe productsFast PDF reader that remembers the last viewed pageView a secured pdf file on Ubuntu?Cannot open 'PDF portfolio'Is it possible to open a pdf that requires Adobe Reader 8 without using acroread?Fancy bookmarks in pdf readersIs there a PDF software that allows printing a comment summary?










5















On Adobe Acrobat on Windows there is a "select table" tool that allows me to select tables to cut and paste into Word. I would like to cut and paste tables from PDFs into OpennOffice on Ubuntu now, but there is not similar tool. Is there a way to make evince do this, or another program that does have this tool? I also looked at pdfedit and xpdf, but no success.










share|improve this question


























    5















    On Adobe Acrobat on Windows there is a "select table" tool that allows me to select tables to cut and paste into Word. I would like to cut and paste tables from PDFs into OpennOffice on Ubuntu now, but there is not similar tool. Is there a way to make evince do this, or another program that does have this tool? I also looked at pdfedit and xpdf, but no success.










    share|improve this question
























      5












      5








      5


      1






      On Adobe Acrobat on Windows there is a "select table" tool that allows me to select tables to cut and paste into Word. I would like to cut and paste tables from PDFs into OpennOffice on Ubuntu now, but there is not similar tool. Is there a way to make evince do this, or another program that does have this tool? I also looked at pdfedit and xpdf, but no success.










      share|improve this question














      On Adobe Acrobat on Windows there is a "select table" tool that allows me to select tables to cut and paste into Word. I would like to cut and paste tables from PDFs into OpennOffice on Ubuntu now, but there is not similar tool. Is there a way to make evince do this, or another program that does have this tool? I also looked at pdfedit and xpdf, but no success.







      pdf evince






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 28 '11 at 3:01









      Kathryn WeberKathryn Weber

      2612




      2612




















          3 Answers
          3






          active

          oldest

          votes


















          1














          While this is not exactly what you ask for it may help to get the table data from the PDF that you can then format and use in other documents.



          You can use the free Adobe Acrobat reader's text selection tool and the spreadsheet gnumeric, both of these applications can be installed from the repositories. For Adobe Acrobat Reader, just enable the partner repository in synaptic or software center.



          Open your PDF with Acrobat Reader and copy the text in the table area with the text selection tool, this tool is available under Tools>select & Zoom menu, you can hold down the Ctrl and Alt keys on your keyboard when this tool is selected and you will have the ability to select blocks of text, it gives you good control over what is selected.



          Start gnumeric, select a cell and click the paste button on the tool bar.
          you will be presented with the Text Import Configuration dialog, quite often you will not have to change much in this dialog, usually you want the original Data type set to Separated. Click the forward button and check your Separator, usually Space.



          look below and see if the structure looks OK then you can select finish. gnumeric will neatly place the copied text into the spreadsheet recreating the table there for you,



          The table can now be copied from gnumeric and pasted into your Openoffice.org writer document, or you can paste from gnumeric to calc first and then format, then it is a simple matter of copying and pasting the formatted calc table in writer.



          If the tables are complex and have wrapped text in the headings then you can copy the headings first, individully or the whole row, paste them and fix them up in gnumeric then copy the data section and paste under the headings.



          This may seem a bit long but it is much better than retyping the data or pasting text directly into a word processor that often times will need tedious editing to look good.



          If you do not mind a bit-mapped table you can use the Snapshot tool in Adobe Acrobat Reader to Marquee select the table area and paste it into your word processor, on many occasions when you do not care about editing the table this will work.






          share|improve this answer




















          • 2





            It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

            – Sabacon
            Jan 29 '11 at 1:09


















          0














          You can also install Acroread in your system and have all the functions of the software on it.



          http://get.adobe.com/uk/reader/



          In synaptic insert the next software sources:



          deb http://archive.canonical.com/ubuntu maverick partner
          deb-src http://archive.canonical.com/ubuntu maverick partner


          This can be done by opening "System/Administration/Synaptic Package Manager" (enter your password when required).



          In synaptic go to Settings/Repositories and click the "Other software" tab and you will get a window like this:



          enter image description here



          Click the "Add" button and enter the software sources that I previously provided you, one line at once.



          enter image description here



          When finished, perform a refresh by clicking the "Reload" button or by dropping the next command in a terminal (NOTE: this command can only be done with Synaptic Package Manager closed)



          sudo apt-get update


          Then, again in synaptic, perform a search for "acroread" and mark it for install. Apply the changes and enjoy.



          NOTE: If you opted to use the terminal to install, just add the repositories to the software sources, close synaptic and run the next in a terminal:



          sudo apt-get install acroread





          share|improve this answer























          • you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

            – Martin Owens -doctormo-
            Jan 28 '11 at 22:19











          • In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

            – Geppettvs D'Constanzo
            Jan 29 '11 at 16:31


















          0














          I would argue the industry standard for PDF tables extraction is Tabula



          https://github.com/tabulapdf/tabula






          share|improve this answer























            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%2f23634%2fselecting-tables-in-pdf%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









            1














            While this is not exactly what you ask for it may help to get the table data from the PDF that you can then format and use in other documents.



            You can use the free Adobe Acrobat reader's text selection tool and the spreadsheet gnumeric, both of these applications can be installed from the repositories. For Adobe Acrobat Reader, just enable the partner repository in synaptic or software center.



            Open your PDF with Acrobat Reader and copy the text in the table area with the text selection tool, this tool is available under Tools>select & Zoom menu, you can hold down the Ctrl and Alt keys on your keyboard when this tool is selected and you will have the ability to select blocks of text, it gives you good control over what is selected.



            Start gnumeric, select a cell and click the paste button on the tool bar.
            you will be presented with the Text Import Configuration dialog, quite often you will not have to change much in this dialog, usually you want the original Data type set to Separated. Click the forward button and check your Separator, usually Space.



            look below and see if the structure looks OK then you can select finish. gnumeric will neatly place the copied text into the spreadsheet recreating the table there for you,



            The table can now be copied from gnumeric and pasted into your Openoffice.org writer document, or you can paste from gnumeric to calc first and then format, then it is a simple matter of copying and pasting the formatted calc table in writer.



            If the tables are complex and have wrapped text in the headings then you can copy the headings first, individully or the whole row, paste them and fix them up in gnumeric then copy the data section and paste under the headings.



            This may seem a bit long but it is much better than retyping the data or pasting text directly into a word processor that often times will need tedious editing to look good.



            If you do not mind a bit-mapped table you can use the Snapshot tool in Adobe Acrobat Reader to Marquee select the table area and paste it into your word processor, on many occasions when you do not care about editing the table this will work.






            share|improve this answer




















            • 2





              It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

              – Sabacon
              Jan 29 '11 at 1:09















            1














            While this is not exactly what you ask for it may help to get the table data from the PDF that you can then format and use in other documents.



            You can use the free Adobe Acrobat reader's text selection tool and the spreadsheet gnumeric, both of these applications can be installed from the repositories. For Adobe Acrobat Reader, just enable the partner repository in synaptic or software center.



            Open your PDF with Acrobat Reader and copy the text in the table area with the text selection tool, this tool is available under Tools>select & Zoom menu, you can hold down the Ctrl and Alt keys on your keyboard when this tool is selected and you will have the ability to select blocks of text, it gives you good control over what is selected.



            Start gnumeric, select a cell and click the paste button on the tool bar.
            you will be presented with the Text Import Configuration dialog, quite often you will not have to change much in this dialog, usually you want the original Data type set to Separated. Click the forward button and check your Separator, usually Space.



            look below and see if the structure looks OK then you can select finish. gnumeric will neatly place the copied text into the spreadsheet recreating the table there for you,



            The table can now be copied from gnumeric and pasted into your Openoffice.org writer document, or you can paste from gnumeric to calc first and then format, then it is a simple matter of copying and pasting the formatted calc table in writer.



            If the tables are complex and have wrapped text in the headings then you can copy the headings first, individully or the whole row, paste them and fix them up in gnumeric then copy the data section and paste under the headings.



            This may seem a bit long but it is much better than retyping the data or pasting text directly into a word processor that often times will need tedious editing to look good.



            If you do not mind a bit-mapped table you can use the Snapshot tool in Adobe Acrobat Reader to Marquee select the table area and paste it into your word processor, on many occasions when you do not care about editing the table this will work.






            share|improve this answer




















            • 2





              It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

              – Sabacon
              Jan 29 '11 at 1:09













            1












            1








            1







            While this is not exactly what you ask for it may help to get the table data from the PDF that you can then format and use in other documents.



            You can use the free Adobe Acrobat reader's text selection tool and the spreadsheet gnumeric, both of these applications can be installed from the repositories. For Adobe Acrobat Reader, just enable the partner repository in synaptic or software center.



            Open your PDF with Acrobat Reader and copy the text in the table area with the text selection tool, this tool is available under Tools>select & Zoom menu, you can hold down the Ctrl and Alt keys on your keyboard when this tool is selected and you will have the ability to select blocks of text, it gives you good control over what is selected.



            Start gnumeric, select a cell and click the paste button on the tool bar.
            you will be presented with the Text Import Configuration dialog, quite often you will not have to change much in this dialog, usually you want the original Data type set to Separated. Click the forward button and check your Separator, usually Space.



            look below and see if the structure looks OK then you can select finish. gnumeric will neatly place the copied text into the spreadsheet recreating the table there for you,



            The table can now be copied from gnumeric and pasted into your Openoffice.org writer document, or you can paste from gnumeric to calc first and then format, then it is a simple matter of copying and pasting the formatted calc table in writer.



            If the tables are complex and have wrapped text in the headings then you can copy the headings first, individully or the whole row, paste them and fix them up in gnumeric then copy the data section and paste under the headings.



            This may seem a bit long but it is much better than retyping the data or pasting text directly into a word processor that often times will need tedious editing to look good.



            If you do not mind a bit-mapped table you can use the Snapshot tool in Adobe Acrobat Reader to Marquee select the table area and paste it into your word processor, on many occasions when you do not care about editing the table this will work.






            share|improve this answer















            While this is not exactly what you ask for it may help to get the table data from the PDF that you can then format and use in other documents.



            You can use the free Adobe Acrobat reader's text selection tool and the spreadsheet gnumeric, both of these applications can be installed from the repositories. For Adobe Acrobat Reader, just enable the partner repository in synaptic or software center.



            Open your PDF with Acrobat Reader and copy the text in the table area with the text selection tool, this tool is available under Tools>select & Zoom menu, you can hold down the Ctrl and Alt keys on your keyboard when this tool is selected and you will have the ability to select blocks of text, it gives you good control over what is selected.



            Start gnumeric, select a cell and click the paste button on the tool bar.
            you will be presented with the Text Import Configuration dialog, quite often you will not have to change much in this dialog, usually you want the original Data type set to Separated. Click the forward button and check your Separator, usually Space.



            look below and see if the structure looks OK then you can select finish. gnumeric will neatly place the copied text into the spreadsheet recreating the table there for you,



            The table can now be copied from gnumeric and pasted into your Openoffice.org writer document, or you can paste from gnumeric to calc first and then format, then it is a simple matter of copying and pasting the formatted calc table in writer.



            If the tables are complex and have wrapped text in the headings then you can copy the headings first, individully or the whole row, paste them and fix them up in gnumeric then copy the data section and paste under the headings.



            This may seem a bit long but it is much better than retyping the data or pasting text directly into a word processor that often times will need tedious editing to look good.



            If you do not mind a bit-mapped table you can use the Snapshot tool in Adobe Acrobat Reader to Marquee select the table area and paste it into your word processor, on many occasions when you do not care about editing the table this will work.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jan 29 '11 at 12:46

























            answered Jan 28 '11 at 6:43









            SabaconSabacon

            26.5k42839




            26.5k42839







            • 2





              It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

              – Sabacon
              Jan 29 '11 at 1:09












            • 2





              It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

              – Sabacon
              Jan 29 '11 at 1:09







            2




            2





            It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

            – Sabacon
            Jan 29 '11 at 1:09





            It would be nice if the person who voted down the answer provided here leave a comment to state why they voted that way, note that we can not always provide exactly what the user ask for, what must be examined is if the answer has any use at all in providing a solution to the problem posed by the user.

            – Sabacon
            Jan 29 '11 at 1:09













            0














            You can also install Acroread in your system and have all the functions of the software on it.



            http://get.adobe.com/uk/reader/



            In synaptic insert the next software sources:



            deb http://archive.canonical.com/ubuntu maverick partner
            deb-src http://archive.canonical.com/ubuntu maverick partner


            This can be done by opening "System/Administration/Synaptic Package Manager" (enter your password when required).



            In synaptic go to Settings/Repositories and click the "Other software" tab and you will get a window like this:



            enter image description here



            Click the "Add" button and enter the software sources that I previously provided you, one line at once.



            enter image description here



            When finished, perform a refresh by clicking the "Reload" button or by dropping the next command in a terminal (NOTE: this command can only be done with Synaptic Package Manager closed)



            sudo apt-get update


            Then, again in synaptic, perform a search for "acroread" and mark it for install. Apply the changes and enjoy.



            NOTE: If you opted to use the terminal to install, just add the repositories to the software sources, close synaptic and run the next in a terminal:



            sudo apt-get install acroread





            share|improve this answer























            • you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

              – Martin Owens -doctormo-
              Jan 28 '11 at 22:19











            • In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

              – Geppettvs D'Constanzo
              Jan 29 '11 at 16:31















            0














            You can also install Acroread in your system and have all the functions of the software on it.



            http://get.adobe.com/uk/reader/



            In synaptic insert the next software sources:



            deb http://archive.canonical.com/ubuntu maverick partner
            deb-src http://archive.canonical.com/ubuntu maverick partner


            This can be done by opening "System/Administration/Synaptic Package Manager" (enter your password when required).



            In synaptic go to Settings/Repositories and click the "Other software" tab and you will get a window like this:



            enter image description here



            Click the "Add" button and enter the software sources that I previously provided you, one line at once.



            enter image description here



            When finished, perform a refresh by clicking the "Reload" button or by dropping the next command in a terminal (NOTE: this command can only be done with Synaptic Package Manager closed)



            sudo apt-get update


            Then, again in synaptic, perform a search for "acroread" and mark it for install. Apply the changes and enjoy.



            NOTE: If you opted to use the terminal to install, just add the repositories to the software sources, close synaptic and run the next in a terminal:



            sudo apt-get install acroread





            share|improve this answer























            • you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

              – Martin Owens -doctormo-
              Jan 28 '11 at 22:19











            • In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

              – Geppettvs D'Constanzo
              Jan 29 '11 at 16:31













            0












            0








            0







            You can also install Acroread in your system and have all the functions of the software on it.



            http://get.adobe.com/uk/reader/



            In synaptic insert the next software sources:



            deb http://archive.canonical.com/ubuntu maverick partner
            deb-src http://archive.canonical.com/ubuntu maverick partner


            This can be done by opening "System/Administration/Synaptic Package Manager" (enter your password when required).



            In synaptic go to Settings/Repositories and click the "Other software" tab and you will get a window like this:



            enter image description here



            Click the "Add" button and enter the software sources that I previously provided you, one line at once.



            enter image description here



            When finished, perform a refresh by clicking the "Reload" button or by dropping the next command in a terminal (NOTE: this command can only be done with Synaptic Package Manager closed)



            sudo apt-get update


            Then, again in synaptic, perform a search for "acroread" and mark it for install. Apply the changes and enjoy.



            NOTE: If you opted to use the terminal to install, just add the repositories to the software sources, close synaptic and run the next in a terminal:



            sudo apt-get install acroread





            share|improve this answer













            You can also install Acroread in your system and have all the functions of the software on it.



            http://get.adobe.com/uk/reader/



            In synaptic insert the next software sources:



            deb http://archive.canonical.com/ubuntu maverick partner
            deb-src http://archive.canonical.com/ubuntu maverick partner


            This can be done by opening "System/Administration/Synaptic Package Manager" (enter your password when required).



            In synaptic go to Settings/Repositories and click the "Other software" tab and you will get a window like this:



            enter image description here



            Click the "Add" button and enter the software sources that I previously provided you, one line at once.



            enter image description here



            When finished, perform a refresh by clicking the "Reload" button or by dropping the next command in a terminal (NOTE: this command can only be done with Synaptic Package Manager closed)



            sudo apt-get update


            Then, again in synaptic, perform a search for "acroread" and mark it for install. Apply the changes and enjoy.



            NOTE: If you opted to use the terminal to install, just add the repositories to the software sources, close synaptic and run the next in a terminal:



            sudo apt-get install acroread






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 28 '11 at 19:15









            Geppettvs D'ConstanzoGeppettvs D'Constanzo

            16.4k43383




            16.4k43383












            • you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

              – Martin Owens -doctormo-
              Jan 28 '11 at 22:19











            • In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

              – Geppettvs D'Constanzo
              Jan 29 '11 at 16:31

















            • you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

              – Martin Owens -doctormo-
              Jan 28 '11 at 22:19











            • In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

              – Geppettvs D'Constanzo
              Jan 29 '11 at 16:31
















            you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

            – Martin Owens -doctormo-
            Jan 28 '11 at 22:19





            you don't need to do this any more, going into the software center will show you packages available in the partner repository. Click the Enable and away you go.

            – Martin Owens -doctormo-
            Jan 28 '11 at 22:19













            In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

            – Geppettvs D'Constanzo
            Jan 29 '11 at 16:31





            In which moment is my answer worth for a downvote? just because people think there is such a "easier way". Thank you anyway.

            – Geppettvs D'Constanzo
            Jan 29 '11 at 16:31











            0














            I would argue the industry standard for PDF tables extraction is Tabula



            https://github.com/tabulapdf/tabula






            share|improve this answer



























              0














              I would argue the industry standard for PDF tables extraction is Tabula



              https://github.com/tabulapdf/tabula






              share|improve this answer

























                0












                0








                0







                I would argue the industry standard for PDF tables extraction is Tabula



                https://github.com/tabulapdf/tabula






                share|improve this answer













                I would argue the industry standard for PDF tables extraction is Tabula



                https://github.com/tabulapdf/tabula







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                mirhmirh

                21924




                21924



























                    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%2f23634%2fselecting-tables-in-pdf%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

                    fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

                    Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch