Video in pdf

Post here questions and problems related to editing and publishing DITA content.
Jeff_Reynolds
Posts: 37
Joined: Tue Apr 13, 2021 9:48 pm

Video in pdf

Post by Jeff_Reynolds »

I noticed in the release notes for 25.1 there is a feature for embedding a video viewport in pdf. The CSS looks simple enough, but I can't make this work using 23.0. Is there actually a dependency on 25.1, or am I making a mistake with CSS?
Added to my print custom css:

Code: Select all

.video {
  width: 480px;
  height: 270px;
}
julien_lacour
Posts: 496
Joined: Wed Oct 16, 2019 3:47 pm

Re: Video in pdf

Post by julien_lacour »

Hello,

As you mentioned the video feature is available in version 25.1 so you can't make it work using 23.0 as it is just not only a matter of CSS but a whole modification in Oxygen PDF Chemistry engine.
You can upgrade to Oxygen 25.1 to enjoy this new feature, I just remind you that it is still an experimental feature and you can face some issues using it. But you can still get back to us if you encounter problems and we will fix them.

Regards,
Julien
Jeff_Reynolds
Posts: 37
Joined: Tue Apr 13, 2021 9:48 pm

Re: Video in pdf

Post by Jeff_Reynolds »

Thanks Julien!
Post Reply