cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community email address has changed to community-mailer@ptc.com. Learn more.

Arbortext Advanced print Publishare: About embedding video in PDF

Arbortext Advanced print Publishare: About embedding video in PDF

APP can add the poster image of the video by appointing "poster" as follows.


formatting.addMedia( {
  image: myVideo,
  poster: myPoster,
  scaleXSize: "330mm",
  scaleYSize: "210mm",
  pdfName: "sanbi2",
  flashPlayer: "VideoPlayer.swf",
  .....
  .....
} );


If there are many videos, it will be difficult to prepare a poster image.

I would like to make a poster image from the first frame of video on automatically.
Like Adobe Acrobat video embedding.

3 Comments
SimonTaylor
11-Garnet
Status changed to: Acknowledged

HI

I'm afraid that this is a very difficult problem to solve as APP doesn't do anything with the video other than pass it on to the PDF library.

We will look to see whether it is possible to do something there.

Simon

myamaguchi-2
3-Visitor

Thank you for confirmation.
I understand this matter.

SimonTaylor
11-Garnet
Status changed to: No Plans to Implement