-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export to Adobe Illustrator format #21387
Comments
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. |
Author Name: Giovanni Manghi (@gioman)
|
Author Name: Jürgen Fischer (@jef-n)
|
Fixes qgis#21387 - Unavailable layers because of a moved folder
Fixes qgis#21387 - Unavailable layers because of a moved folder
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. |
CMYK support has been added, and we use composition to preserve layers, so is there anything that need to be done regarding this issue? |
@troopa81 |
That's crazy indeed but I can't say that I am completely surprised. Did you have a chance to take a look on a more recent specification document (PDF 1.6)? |
It's really silly. While illustrator saves/reads PDFs, it actually writes illustrator content to the PDF in a completely different way, and ONLY respects layers when reading if they were written in this extra "illustrator editing" content. See https://community.adobe.com/t5/illustrator-discussions/pdf-layers-visible-in-illustrator/m-p/13195522 Totally insane 😱 |
Indeed! And so the only way to make it work would be to correctly write this layer order in Illustrator format in PDF (which is non standard obviously and subject to change). Shall we close this issue as "Won't fix" ? |
I think it's worth leaving open. It's still an important request, and maybe a reverse engineered specification will be available one day. |
The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". |
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!
The text was updated successfully, but these errors were encountered: