Page 1 of 1

Video in pdf

Posted: Fri May 26, 2023 11:13 pm
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;
}

Re: Video in pdf

Posted: Mon May 29, 2023 12:19 pm
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

Re: Video in pdf

Posted: Tue May 30, 2023 4:10 pm
by Jeff_Reynolds
Thanks Julien!