<?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: Importing multiple pdf files in jmp in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484149#M72851</link>
    <description>&lt;P&gt;Try modifying this part of Open&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;theFilesList[i]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;path || theFilesList[i]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Error message is telling you that path "\pdf1.pdf" isn't valid path, so add the directory before the file. You might have to remove extra \ from the end of path or start of file name.&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 13:49:03 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-05-04T13:49:03Z</dc:date>
    <item>
      <title>Importing multiple pdf files in jmp</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484119#M72846</link>
      <description>&lt;P&gt;I have approx. 300 pdf files each containing data tables I want to import to jmp.&amp;nbsp; I'm trying to loop trough them to open and attach to a new data table but cant even get files to open!&lt;/P&gt;
&lt;P&gt;This is what I have tried but doesn't seem to be working.&lt;/P&gt;
&lt;P&gt;I'm using JMP 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
path = "C:\example folder\";

theFilesList = Files In Directory(path);
For(i = 1, i &amp;lt;= N Items(theFilesList), i++,
	Open(
		theFilesList[i],
		PDF Tables(
			Table(
				add rows(page(1), Rect(0.3267, 1.2373, 3.5835, 2.5003), column borders(0.3267, 2.7608, 3.5835)),
				add rows(page(1), Rect(0.2685, 3.8856, 8.2878, 5.2504)),
				add rows(page(1), Rect(0.2685, 5.3449, 8.2878, 6.5035))
			)
		)
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="B1234_0-1651669800533.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/42230i02D21B5E9EAC7AD0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="B1234_0-1651669800533.png" alt="B1234_0-1651669800533.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:58:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484119#M72846</guid>
      <dc:creator>B1234</dc:creator>
      <dc:date>2023-06-09T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing multiple pdf files in jmp</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484149#M72851</link>
      <description>&lt;P&gt;Try modifying this part of Open&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;theFilesList[i]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;path || theFilesList[i]&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Error message is telling you that path "\pdf1.pdf" isn't valid path, so add the directory before the file. You might have to remove extra \ from the end of path or start of file name.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 13:49:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484149#M72851</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-05-04T13:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Importing multiple pdf files in jmp</title>
      <link>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484349#M72864</link>
      <description>&lt;P&gt;This worked like a charm! thank you !!&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 06:53:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Importing-multiple-pdf-files-in-jmp/m-p/484349#M72864</guid>
      <dc:creator>B1234</dc:creator>
      <dc:date>2022-05-05T06:53:47Z</dc:date>
    </item>
  </channel>
</rss>

