<?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=Daniele</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=Daniele"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Daniele"/>
	<updated>2026-04-30T12:52:22Z</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=8924</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=8924"/>
		<updated>2006-11-10T22:36:18Z</updated>

		<summary type="html">&lt;p&gt;Daniele: /* Use of Gnulibplot */&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;/div&gt;</summary>
		<author><name>Daniele</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=Current_PDF_Support&amp;diff=8922</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=8922"/>
		<updated>2006-11-10T22:35:44Z</updated>

		<summary type="html">&lt;p&gt;Daniele: &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 to use.&lt;/div&gt;</summary>
		<author><name>Daniele</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=CadInteroperability&amp;diff=8920</id>
		<title>CadInteroperability</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=CadInteroperability&amp;diff=8920"/>
		<updated>2006-11-10T22:32:53Z</updated>

		<summary type="html">&lt;p&gt;Daniele: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== CAD Interoperability ==&lt;br /&gt;
&lt;br /&gt;
Computer-aided design (CAD) is another particular application for 2D vector graphics.  A difference&lt;br /&gt;
between CAD and other types of drawing is that precision is extremely important.  Another difference&lt;br /&gt;
is the need for dimensioning of items in the drawing.  Workflow can also be very different between CAD&lt;br /&gt;
and other vector drawing uses.  Because of these reasons, Inkscape is unlikely to ever be useful as&lt;br /&gt;
a CAD tool directly.&lt;br /&gt;
&lt;br /&gt;
However, being able to import CAD drawings for final cleanup/rendering, or to mock up some ideas&lt;br /&gt;
before putting into CAD, may be of use.  The de factor standard exchange format for CAD programs&lt;br /&gt;
is DXF.  Having support for this format suddenly opens up interoperability with a huge range of other&lt;br /&gt;
applications, including not only 2D CAD such as qcad, but also 3D rendering programs such as &lt;br /&gt;
Blender, etc.&lt;br /&gt;
&lt;br /&gt;
A nice workaround to import cad drawings in Inkscape could be the following:&lt;br /&gt;
1. create a pdf via pdf creator (gpl'ed - windows) or via any other distiller&lt;br /&gt;
2. open it Gsview and use the command &amp;quot;convert to vector format&amp;quot; via GnuLibplot&lt;br /&gt;
to convert it in SVG format.&lt;br /&gt;
3. the file is ready for Inkscape.&lt;br /&gt;
&lt;br /&gt;
As an alternative, you can use the command line for pstoedit or GnuLibplot, but they are much more tricky to install under windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer Discussion]]&lt;/div&gt;</summary>
		<author><name>Daniele</name></author>
	</entry>
</feed>