qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.26k stars 2.95k forks source link

Export to Adobe Illustrator format #21387

Open qgib opened 8 years ago

qgib commented 8 years ago

Author Name: Oskar Karlin (@Oskarlin) Original Redmine Issue: 13333

Redmine category:unknown


One big QGIS dream would be to have an Illustrator (AI) file export from QGIS (like the one in ArcGIS) where text stay as text and layers stays as layers. That would be so awesome. Also CMYK support would be superb!

qgib commented 8 years ago

Author Name: Richard Duivenvoorde (@rduivenvoorde)


AI files are (I think) closed files. I created SimpleSVG plugin some time ago to be able to export not too complex to svg for further editing in Inkscape. You could use that?

I keep the layers separated in (Inkscape) groups, and put the labels in a separate layer if I'm correct...

You could have a look into that one first.

qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 6 years ago

Author Name: Jürgen Fischer (@jef-n)


M-Rick commented 3 years ago

I think a good beginning in this could be that QGIS preserves layers or layers view order when exporting in PDF. The exported PDF files are very messy. But I assume that QGIS relies on PDF export features embedded in QT.

jgrocha commented 3 years ago

I think a good beginning in this could be that QGIS preserves layers or layers view order when exporting in PDF. The exported PDF files are very messy. But I assume that QGIS relies on PDF export features embedded in QT.

@M-Rick QGIS uses GDAL to export to PDF. GDAL can use different backends to render the PDF.