In the WEB-INF/param/cms-ribbon-default.xmlreplace occurrences of org.ametys.pdf2flash.editor.Insert by org.ametys.flipbook.editor.Insert
In the WEB-INF/param/runtime.xmlreplace occurrences of:
org.ametys.plugins.flipbook.PdfToImagesConvertor by org.ametys.plugins.flipbook.PdfToImagesConvertor
org.ametys.plugins.document2flash.convertor.Pdfbox by org.ametys.plugins.flipbook.convertor.Pdfbox
org.ametys.plugins.document2flash.convertor.CommandLine by org.ametys.plugins.flipbook.convertor.CommandLine
In the database, update the right identifier to insert an interactive PDF UPDATE Rights_ProfileRights SET Right_Id='Runtime_Rights_Flipbook_Insert' WHERE Right_Id='Runtime_Rights_Pdf2Flash_Insert';