2
1
I am doing a presentation with Beamer and I want to use some pictures I've made for an old PowerPoint presentation.
The way I am doing it now is:
- I put each figure in one slide, then I save the whole
.pptx
in.pdf
format - I use
pdftk
to separate the slides in different files - I use
pdfcrop
for each of these files to trim the empty areas out
The problem is that I am putting these .pdf
files in a document where the background is not white, and they were saved as white, not transparent
I've tried this with no success. Maybe there would be a built-in PowerPoint option or any other utilities for making it transparent since the .pptx
conversion phase?
Does this help? OfficeOne TransparentShow 3.0 - TransparentShow can make a particular color of the slide show transparent. The regions where the slides have the specified color are replaced by the contents on the desktop.
– DavidPostill – 2015-09-01T12:52:42.687[so] duplicate PPT to PNG with trasparent background
– DavidPostill – 2015-09-01T12:53:54.673"The regions where the slides have the specified color are replaced by the contents on the desktop". It seems like a plugin only for presentations, not for exporting – gsmafra – 2015-09-01T13:04:11.367
You won't know till you try it ;). It does say "Click the Save Settings button to save the transparent color setting with the presentation itself." so it may work when exporting. In any case the [so] link should be looked at. – DavidPostill – 2015-09-01T13:05:21.360
About the SO question, I guess the possible workarounds would be different depending on what file format you want. He asks for a
.png
conversion and that is what the answer delivers. I cannot do the same thing and get a.pdf
or any other vectorized format – gsmafra – 2015-09-01T13:06:32.200You can make a pdf out of multiple png files. – DavidPostill – 2015-09-01T13:07:56.123
AFAIK once you convert a vectorized object to a raster image there is no way you can "recover" the previous quality, which is exactly the point of wanting a pdf – gsmafra – 2015-09-01T13:11:15.220
<shrug> time for you to do your own research. – DavidPostill – 2015-09-01T13:17:17.607