Issue 96214 - impress effects in exported pdf
Summary: impress effects in exported pdf
Status: CONFIRMED
Alias: None
Product: Impress
Classification: Application
Component: save-export (show other issues)
Version: OOo 2.4.1
Hardware: Unknown All
: P3 Trivial with 5 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-14 14:56 UTC by owqcd
Modified: 2024-04-11 12:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Short exemple : the effect is OK inside ooimpress, two pdf pages should be output (10.51 KB, text/plain)
2008-11-14 15:00 UTC, owqcd
no flags Details
Includes Makro to expand animations (from http://www.mail-archive.com/dev@graphics.openoffice.org/msg00841.html) (20.21 KB, text/plain)
2010-03-19 13:41 UTC, steffenneumann
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description owqcd 2008-11-14 14:56:32 UTC
Hello,

I made a presentation with very simple effects : boxes appearing in order to
highlight some points. Then I exported a pdf file (with the box "use transition
effects" checked)...

I was expecting that one slide would produce several pdf pages, where each
successive pdf page would correspond to next effect (beamer-like). In my precise
case, I was expecting highlight boxes to appear the one after the other.

However, only one pdf page was produced, with all the elements already on that
page. I could not get what I expected.

I am not looking for bells and whistles, animated transitions or 3D effects... I
just would like things to appear the one after the other, according to the
ordering of the effects.

Isn't it possible ??? Am I missing something ?

Regards,

O.C.
Comment 1 owqcd 2008-11-14 15:00:08 UTC
Created attachment 58002 [details]
Short exemple : the effect is OK inside ooimpress, two pdf pages should be output
Comment 2 wolframgarten 2008-11-14 21:28:49 UTC
Spreading an effect to several pages would be a new feature I suppose. And on
the other hand the number of effects that can be displayed by Acrobat is
limited. I reassign this issue to get a propper answer. sj, can you add a
comment, please?
Comment 3 pamputt 2009-07-01 13:26:35 UTC
+1, an export to pdk like beamer is very needful to use it easily. Thanks to
improve pdf export.
Comment 4 twinsun 2009-09-28 17:04:39 UTC
Removing all special effects while just adding a new page each time something
appears/disappears would be a very important feature already.
Comment 5 steffenneumann 2010-03-19 13:39:48 UTC
I'd like to second (third?) this.
There was an example implementation in 
this posting, which does the job for me:

http://www.mail-archive.com/dev@graphics.openoffice.org/msg00841.html

If this gets integrated, the author would need to be contacted 
to clarify the license and it needs to be integrated 
into the PDF export with a tick mark "Expand animations".

The user should never actually see the expanded slides,
they exist only during PDF export.

Yours,
Steffen
Comment 6 steffenneumann 2010-03-19 13:41:27 UTC
Created attachment 68433 [details]
Includes Makro to expand animations (from http://www.mail-archive.com/dev@graphics.openoffice.org/msg00841.html)
Comment 7 martin.monperrus 2011-05-23 08:15:39 UTC
(In reply to comment #5)
> http://www.mail-archive.com/dev@graphics.openoffice.org/msg00841.html
> 
> If this gets integrated, the author would need to be contacted 
> to clarify the license and it needs to be integrated 
> into the PDF export with a tick mark "Expand animations".
Matthew Neeley published it under LGPL (see https://gist.github.com/977752)

> The user should never actually see the expanded slides,
> they exist only during PDF export.
This is exactly what the extension ExpandAnimations does (based on Matthew Neeley's macro, see http://github.com/downloads/monperrus/ExpandAnimations/ExpandAnimations-latest.oxt)

Regards,

--Martin
Comment 8 martin.monperrus 2024-04-11 12:54:23 UTC
Correct link is https://github.com/monperrus/ExpandAnimations/releases