<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Completeja</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Completeja"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Completeja"/>
	<updated>2026-05-01T20:04:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&amp;diff=14647</id>
		<title>Current PDF Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&amp;diff=14647"/>
		<updated>2007-05-17T19:13:51Z</updated>

		<summary type="html">&lt;p&gt;Completeja: Moved Gnulibplot subsection from AI section to PDF section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current PDF support ==&lt;br /&gt;
&lt;br /&gt;
=== PDF Import ===&lt;br /&gt;
&lt;br /&gt;
There is currently no support to automatically import PDF files in Inkscape.&lt;br /&gt;
&lt;br /&gt;
==== Use of Gnulibplot ====&lt;br /&gt;
&lt;br /&gt;
A short way for converting files to import in Inkscape is to use &lt;br /&gt;
gsview and the command &amp;quot;edit/convert to vector format&amp;quot; to convert any pdf to svg. Easy and fast to use.&lt;br /&gt;
Incidentally, gsview invokes a command similar to &amp;quot;pstoedit -f plot-svg ''input-file'' ''output-file''&amp;quot; and, after downloading and installing pstoedit, this command can be run on the command line without opening gsview.&lt;br /&gt;
&lt;br /&gt;
=== PDF Export ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pdf_output.inx&amp;lt;/code&amp;gt; exports PDF files by first saving them as Postscript and use an external converter to creat PDFs.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;ps2pdf&amp;lt;/code&amp;gt; (Installed separately)&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
&lt;br /&gt;
== Current Postscript support ==&lt;br /&gt;
&lt;br /&gt;
=== PS Import ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ps_input.inx&amp;lt;/code&amp;gt; imports Postscript files by using two external conversion scripts:&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;pstoedit&amp;lt;/code&amp;gt; (Installed separately)&lt;br /&gt;
* &amp;lt;code&amp;gt;skconvert&amp;lt;/code&amp;gt; (Installed separately)&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
&lt;br /&gt;
=== PS Export ===&lt;br /&gt;
&lt;br /&gt;
Inkscape has built-in support to write Postscript files.&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
* Outputs nice readable Postscript&lt;br /&gt;
&lt;br /&gt;
Weaknesses: &lt;br /&gt;
* Doesn't support fill patterns and clipping, see bugs 1208874 and 1170322&lt;br /&gt;
* Postscript doesn't support transparency and Inkscape doesn't emulate this, so they are just ignored, that is you get the color you would get with opacity:1&lt;br /&gt;
&lt;br /&gt;
== Current Adobe Illustrator support ==&lt;br /&gt;
&lt;br /&gt;
The files used by [[AdobeIllustrator]] were earlier postscript files but are now Pdf files.&lt;br /&gt;
&lt;br /&gt;
=== AI Import ===&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;ill2svg.pl&amp;lt;/code&amp;gt; requires perl&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
* Only works on the old Postscript-based Adobe format&lt;br /&gt;
* Code is sort of a hack&lt;br /&gt;
* No maintainer exists for this code&lt;br /&gt;
&lt;br /&gt;
=== AI Export ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ai_output.inx&amp;lt;/code&amp;gt; exports Illustrator files by first saving them as Postscript and use an external converter to creat AIs.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;ps2ai.ps&amp;lt;/code&amp;gt; (requires gs)&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;/div&gt;</summary>
		<author><name>Completeja</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&amp;diff=14645</id>
		<title>Current PDF Support</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&amp;diff=14645"/>
		<updated>2007-05-17T19:11:40Z</updated>

		<summary type="html">&lt;p&gt;Completeja: pstoedit conversion from pdf to svg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Current PDF support ==&lt;br /&gt;
&lt;br /&gt;
=== PDF Import ===&lt;br /&gt;
&lt;br /&gt;
There is currently no support to automatically import PDF files in Inkscape.&lt;br /&gt;
&lt;br /&gt;
=== PDF Export ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;pdf_output.inx&amp;lt;/code&amp;gt; exports PDF files by first saving them as Postscript and use an external converter to creat PDFs.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;ps2pdf&amp;lt;/code&amp;gt; (Installed separately)&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
&lt;br /&gt;
== Current Postscript support ==&lt;br /&gt;
&lt;br /&gt;
=== PS Import ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ps_input.inx&amp;lt;/code&amp;gt; imports Postscript files by using two external conversion scripts:&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;pstoedit&amp;lt;/code&amp;gt; (Installed separately)&lt;br /&gt;
* &amp;lt;code&amp;gt;skconvert&amp;lt;/code&amp;gt; (Installed separately)&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
&lt;br /&gt;
=== PS Export ===&lt;br /&gt;
&lt;br /&gt;
Inkscape has built-in support to write Postscript files.&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
* Outputs nice readable Postscript&lt;br /&gt;
&lt;br /&gt;
Weaknesses: &lt;br /&gt;
* Doesn't support fill patterns and clipping, see bugs 1208874 and 1170322&lt;br /&gt;
* Postscript doesn't support transparency and Inkscape doesn't emulate this, so they are just ignored, that is you get the color you would get with opacity:1&lt;br /&gt;
&lt;br /&gt;
== Current Adobe Illustrator support ==&lt;br /&gt;
&lt;br /&gt;
The files used by [[AdobeIllustrator]] were earlier postscript files but are now Pdf files.&lt;br /&gt;
&lt;br /&gt;
=== AI Import ===&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;ill2svg.pl&amp;lt;/code&amp;gt; requires perl&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
* Only works on the old Postscript-based Adobe format&lt;br /&gt;
* Code is sort of a hack&lt;br /&gt;
* No maintainer exists for this code&lt;br /&gt;
&lt;br /&gt;
=== AI Export ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;ai_output.inx&amp;lt;/code&amp;gt; exports Illustrator files by first saving them as Postscript and use an external converter to creat AIs.&lt;br /&gt;
&lt;br /&gt;
Requirements:&lt;br /&gt;
* &amp;lt;code&amp;gt;ps2ai.ps&amp;lt;/code&amp;gt; (requires gs)&lt;br /&gt;
&lt;br /&gt;
Strengths:&lt;br /&gt;
&lt;br /&gt;
Weaknesses:&lt;br /&gt;
&lt;br /&gt;
=== Use of Gnulibplot ===&lt;br /&gt;
&lt;br /&gt;
A short way for converting files to import in Inkscape is to use &lt;br /&gt;
gsview and the command &amp;quot;edit/convert to vector format&amp;quot; to convert any pdf to svg. Easy and fast to use.&lt;br /&gt;
Incidentally, gsview invokes a command similar to &amp;quot;pstoedit -f plot-svg ''input-file'' ''output-file''&amp;quot; and, after downloading and installing pstoedit, this command can be run on the command line without opening gsview.&lt;/div&gt;</summary>
		<author><name>Completeja</name></author>
	</entry>
</feed>