Skip to content
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

Open
qgib opened this issue Sep 8, 2015 · 12 comments
Open

Export to Adobe Illustrator format #21387

qgib opened this issue Sep 8, 2015 · 12 comments
Labels
Feature Request stale Uh oh! Seems this work is abandoned, and the PR is about to close.

Comments

@qgib
Copy link
Contributor

qgib commented Sep 8, 2015

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
Copy link
Contributor Author

qgib commented Sep 9, 2015

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
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Sep 22, 2017

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


  • category_id was configured as Unknown

troopa81 pushed a commit to troopa81/QGIS that referenced this issue Jun 24, 2019
Fixes qgis#21387 - Unavailable layers because of a moved folder
mhugo pushed a commit to mhugo/QGIS that referenced this issue Jul 3, 2019
Fixes qgis#21387 - Unavailable layers because of a moved folder
@M-Rick
Copy link

M-Rick commented Mar 24, 2021

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
Copy link
Member

jgrocha commented Apr 3, 2021

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.

@troopa81
Copy link
Contributor

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 troopa81 added the Feedback Waiting on the submitter for answers label Sep 10, 2024
@nyalldawson
Copy link
Collaborator

@troopa81
It's crazy, but illustrator doesn't respect pdf layers. It requires a different method of defining layers which isn't part of any PDF spec.

@troopa81
Copy link
Contributor

It's crazy, but illustrator doesn't respect pdf layers. It requires a different method of defining layers which isn't part of any PDF spec.

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)?

@nyalldawson
Copy link
Collaborator

@troopa81

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
https://community.adobe.com/t5/illustrator-discussions/illustrator-flattens-existing-layers-when-opened-pdf/m-p/14846050
https://illustrator.uservoice.com/forums/333657-illustrator-desktop-feature-requests/suggestions/35852185-keep-layers-from-pdf-when-opening-the-file-in-illu

Totally insane 😱

@troopa81
Copy link
Contributor

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" ?

@nyalldawson
Copy link
Collaborator

I think it's worth leaving open. It's still an important request, and maybe a reverse engineered specification will be available one day.

Copy link

github-actions bot commented Oct 5, 2024

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".
If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue.
In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue.
If there is no further activity on this issue, it will be closed in a week.

@github-actions github-actions bot added the stale Uh oh! Seems this work is abandoned, and the PR is about to close. label Oct 5, 2024
@troopa81 troopa81 removed the Feedback Waiting on the submitter for answers label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request stale Uh oh! Seems this work is abandoned, and the PR is about to close.
Projects
None yet
Development

No branches or pull requests

5 participants