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

sharepoint online - C# CSOM SPView ListItemCollection did not update after I add new field in the SP view -

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -