Rich media in itext7 -


itext 5 provides number of classes related rich media:

  • richmediaannotation
  • richmediaconfiguration
  • richmediainstance
  • richmediaparams
  • richmediaactivation

there example explains how use them insert flash program in pdf:

http://developers.itextpdf.com/examples/itext-action-second-edition/chapter-16#608-festivalcalendar1.java

however, in itext 7 object found related rich media pdfrichmediaannotation. couldn't find either example shows how use it.

how can insert swf program in pdf itext 7?


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -