inkscape transparency when exporting pdf?

15

5

How do I need to change the transparent objects in an inkscape file to be able to export them correctly to pdf? So far it seems the defaults render the transparent objects either invisible or opaque.

719016

Posted 2013-02-12T17:55:34.460

Reputation: 2 899

4Exporting transparency used to be a problem in general, and with PostScript in particular, but from what I've read the transparency support with PDF should be working OK nowadays. The changelog for Inkscape 0.47 says that PDF export supports vector transparency, and that version was released in 2009. Make sure you have a somewhat recent version of Inkscape (and libcairo), and make sure your PDF reader supports transparency. In any case, the fallback for the cases where Inkscape can't export transparency "should" be rasterization of the effect, but I know I've battled with the same thing once. – Daniel Andersson – 2013-02-12T19:05:40.043

Answers

7

Since exporting transparent shapes into PDFs still doesn't work properly (at least for me, right now) and the exporting of Bitmaps is (as far as I can tell) a lot of work when you're updating your figure a lot, here's my simple workaround for shapes.

Again, this only works for shapes, not embedded images.

http://www.inkscapeforum.com/viewtopic.php?f=28&t=15739&p=65180#p65180

Basically, it boils down to setting the alpha channel of the color instead of it's opacity. I would have thought these are the same property, but apparently they are not.

Cheers, Jan

J..

Posted 2013-02-12T17:55:34.460

Reputation: 171

1Reducing alpha channel instead of opacity works fine so far. Thanks. – fuma – 2017-01-04T16:46:05.927

3

For an embedded image, if you have the SVG file without a background, just:

  • export it using File → Save a copy;
  • choose the PDF format;
  • click Save;
  • in the PDF-export window that pops up, select Export drawing and unselect Export page.

When opening the exported PDF with a PDF reader, it may look like there is a white background. But if you include it in a presentation or poster file, you will see that there is no background.

pmassat

Posted 2013-02-12T17:55:34.460

Reputation: 31

1This worked in Inkscape 0.91. Indeed Mac OS Preview & QuickLook show a white BG which was throwing me off, but inserting the PDF into PowerPoint showed that it is in fact transparent. – Demis – 2017-11-07T03:54:58.863

1

Check that it is not rather your PDF reader that is unable to render transparency. Use Adobe Acrobat or Okular (linux), these can render most of the type of transparencies in my experience (including gradients).

The easy silly solution is to export bitmap, then the transparencies over solid objects are rendered. You can then convert to PDF, but this is not scalable anymore.

However, to the best of my knowledge, there is no automatic "robust" way of exporting a scalable PDF with transparencies from inkscape.

You can do it manually though:

  1. export a bitmap and open it in e.g. GIMP
  2. for any transparent solid colour object, duplicate it as many times as it overlays other objects, intersect each of these bits (Ctrl+*) with a duplicate of the overlaid object, and give the intersection the colour you obtain with the pipette in GIMP for this part of your drawing.

A little of a hassle, isn't it? It should be scriptable... See my post at inkscape forum: http://www.inkscapeforum.com/viewtopic.php?f=28&t=15739&e=0

EDIT: OK, thinking a little more of the problem, there's a better way:

  1. create a layer "Transparent" at the depth of the transparent objects, move transparent objects to this layer;

  2. view only this layer and "Edit > Make a bitmap copy" (ALT-B)

  3. move this copy to a new layer "Bitmap" next to the layer "Transparent"

  4. Turn off the viewing of layer transparent and on the layer bitmap before exporting your PDF.

This way, you have a combined Bitmap+Scalable Vector document: only the tranparent fill is not scalable, but it will be rendered correctly in PDF viewers.

Limitations:

  1. You need to repeat this operation each time you modify any of your transparent objects.

  2. You also need to repeat this if you have transparent objects at different depths.

  3. There may be PDF viewers not even handling bitmap tranparency, in which case vector elements in layers below the "Bitmap" layer may not be rendered properly.

Joce

Posted 2013-02-12T17:55:34.460

Reputation: 637

-1

Ungrouping the images in question a couple of times, until the status bar said "image" instead of "group of 1 object", fixed the problem. Some of the empty groups had mask and clip effects applied to them, and the stacking of these effects is what caused the bug. The groups/effects can be safely removed without distorting the images.

THIS IS THE PERFECT WAY TO CONVERT YOUR INKSCAPE FILE TO PDF WITHOUT GETTING BLACK BOXES

ROCKSTAR

Posted 2013-02-12T17:55:34.460

Reputation: 1

1Please clarify what you are suggesting further. – Pimp Juice IT – 2017-09-25T17:51:18.770

So, basically, you’re telling the OP (the author of the question) that their problem isn’t what they think it is, and that they don’t know what they’re doing (and/or they don’t know what they’re talking about)? – Scott – 2017-09-25T18:18:22.440