<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?action=history&amp;feed=atom&amp;title=Converting_PS_plot_from_ISIS_to_PDF</id>
	<title>Converting PS plot from ISIS to PDF - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?action=history&amp;feed=atom&amp;title=Converting_PS_plot_from_ISIS_to_PDF"/>
	<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Converting_PS_plot_from_ISIS_to_PDF&amp;action=history"/>
	<updated>2026-04-11T22:33:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.7</generator>
	<entry>
		<id>https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Converting_PS_plot_from_ISIS_to_PDF&amp;diff=1710&amp;oldid=prev</id>
		<title>Kuehnel: Created page with &quot;Let's assume you have exported any plot in ISIS into a PostScript (PS) by, e.g.,   ()=open(&quot;myfit.ps/cps&quot;);   plot_data(1; res = 1);   close_plot(); The resulting PS file will...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.sternwarte.uni-erlangen.de/wiki/index.php?title=Converting_PS_plot_from_ISIS_to_PDF&amp;diff=1710&amp;oldid=prev"/>
		<updated>2018-10-24T10:24:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Let&amp;#039;s assume you have exported any plot in ISIS into a PostScript (PS) by, e.g.,   ()=open(&amp;quot;myfit.ps/cps&amp;quot;);   plot_data(1; res = 1);   close_plot(); The resulting PS file will...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Let's assume you have exported any plot in ISIS into a PostScript (PS) by, e.g.,&lt;br /&gt;
  ()=open(&amp;quot;myfit.ps/cps&amp;quot;);&lt;br /&gt;
  plot_data(1; res = 1);&lt;br /&gt;
  close_plot();&lt;br /&gt;
The resulting PS file will be larger than a corresponding PDF version of your plot. Furthermore, if you attache the PS to an email, some people might have problems viewing this format. Fortunately, there are UNIX tools available for converting the PS into a PDF, like&lt;br /&gt;
  epstopdf myfit.ps&lt;br /&gt;
which will create a new file myfit.pdf in this example. However, the rotation of the final PDF might be wrong. To fix this you can use, e.g., [https://www.pdflabs.com/docs/pdftk-man-page/ pdftk] to rotate the final PDF. A one-liner might look like&lt;br /&gt;
  epstopdf --outfile=- myfit.ps | pdftk - cat 1east output myfit.pdf&lt;br /&gt;
Note that we set outfile to - which is equivalent to the standard output pipe (STDOUT), i.e., the PDF will be echoed into your shell. We pipe this output to pdftk, which we need to force reading from the standard input channel (STDIN) by providing - as well. The &amp;quot;1east&amp;quot; option rotates the first page of the PDF by 90° clockwise (to the east).&lt;br /&gt;
&lt;br /&gt;
[[Category:Isis / Slang]]&lt;/div&gt;</summary>
		<author><name>Kuehnel</name></author>
	</entry>
</feed>