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

sql server - Deadlock occuring in Clustered Columnstore index -

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -