<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: converting pdf file to sas table in sas studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708370#M9596</link>
    <description>&lt;P&gt;If the copy/paste clipboard method doesn't work then open source tools to look into for conversion of a pdf into text: Tika, PDFBox and Tabula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've used Tika and PDFBox in past projects successfully for such purposes. PDFBox was "better" suited for pdf documents because the Tika version at the time didn't deal nicely with a specific PDF tag. Never used Tabula but it sounds promising.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With PDFBox the whole PDF document got converted into a text file which we then parsed via SAS code (DataFlux actually) to extract what we needed. It will depend on the structure of your source PDF document how much work writing such text parsing code will be.&lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2020 00:21:52 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2020-12-31T00:21:52Z</dc:date>
    <item>
      <title>converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708203#M9588</link>
      <description>&lt;P&gt;Hello everybody&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;!&lt;/P&gt;&lt;P&gt;Please help me to solve my problem. I want to convert&amp;nbsp; pdf to sas table.&lt;/P&gt;&lt;P&gt;How i can do this? Can I convert pdf to sas&amp;nbsp; table direcly in my sas stydio?&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 19:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708203#M9588</guid>
      <dc:creator>kate-1mr</dc:creator>
      <dc:date>2020-12-25T19:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708205#M9589</link>
      <description>Hi:&lt;BR /&gt;A PDF file is a proprietary DOCUMENT format, not a table format like Excel or a data structure. If you have the original file from which the PDF document was created, you should see whether that original data file is in a format that can be read and/or imported into SAS tabular format.&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 25 Dec 2020 21:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708205#M9589</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-12-25T21:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708208#M9590</link>
      <description>&lt;P&gt;I would try to copy/paste the table data into a DATALINES block of a DATA step.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Dec 2020 22:26:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708208#M9590</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-12-25T22:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708270#M9591</link>
      <description>Thank you very much for your answer!&lt;BR /&gt;You taught me a new way to read pdf, but I have 273 pages in pdf format, this is a very large document,&lt;BR /&gt;it is possible to use your method when reading large record?&lt;BR /&gt;if not, do you know another way or ways to solve my problem?&lt;BR /&gt;Thanks a lot for your attention to my problem!</description>
      <pubDate>Sat, 26 Dec 2020 15:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708270#M9591</guid>
      <dc:creator>kate-1mr</dc:creator>
      <dc:date>2020-12-26T15:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708272#M9592</link>
      <description>&lt;P&gt;Search on-line for some tool that can attempt to convert the content of the PDF into text.&amp;nbsp; Then you can read the text into SAS.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Dec 2020 15:42:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708272#M9592</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-12-26T15:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708273#M9593</link>
      <description>Hi! Thank you a lot for your attention to my problem, unfortunately I don't have original file.&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Dec 2020 15:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708273#M9593</guid>
      <dc:creator>kate-1mr</dc:creator>
      <dc:date>2020-12-26T15:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708279#M9594</link>
      <description>Thanks you very much for your answer!&lt;BR /&gt;I will do so.&lt;BR /&gt;I thought there was a way to convert pdf directly to a sas table without additional conversion.&lt;BR /&gt;Thank you a lot for attention to my problem.</description>
      <pubDate>Sat, 26 Dec 2020 16:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708279#M9594</guid>
      <dc:creator>kate-1mr</dc:creator>
      <dc:date>2020-12-26T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708280#M9595</link>
      <description>&lt;P&gt;As long as the data fits into the clipboard, you should be good.&lt;/P&gt;
&lt;P&gt;You may have to take care of extra lines caused by page breaks (and the header and footer lines).&lt;/P&gt;</description>
      <pubDate>Sat, 26 Dec 2020 16:24:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708280#M9595</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-12-26T16:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708370#M9596</link>
      <description>&lt;P&gt;If the copy/paste clipboard method doesn't work then open source tools to look into for conversion of a pdf into text: Tika, PDFBox and Tabula.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've used Tika and PDFBox in past projects successfully for such purposes. PDFBox was "better" suited for pdf documents because the Tika version at the time didn't deal nicely with a specific PDF tag. Never used Tabula but it sounds promising.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With PDFBox the whole PDF document got converted into a text file which we then parsed via SAS code (DataFlux actually) to extract what we needed. It will depend on the structure of your source PDF document how much work writing such text parsing code will be.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 00:21:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708370#M9596</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-12-31T00:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708896#M9632</link>
      <description>Thank you so much! I have not done this before but i will try!!</description>
      <pubDate>Thu, 31 Dec 2020 14:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708896#M9632</guid>
      <dc:creator>kate-1mr</dc:creator>
      <dc:date>2020-12-31T14:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: converting pdf file to sas table in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708897#M9633</link>
      <description>Thank you so much! I understood!!</description>
      <pubDate>Thu, 31 Dec 2020 14:56:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/converting-pdf-file-to-sas-table-in-sas-studio/m-p/708897#M9633</guid>
      <dc:creator>kate-1mr</dc:creator>
      <dc:date>2020-12-31T14:56:23Z</dc:date>
    </item>
  </channel>
</rss>

