Skip to content

Instantly share code, notes, and snippets.

@macteo
Created January 4, 2012 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macteo/1561070 to your computer and use it in GitHub Desktop.
Save macteo/1561070 to your computer and use it in GitHub Desktop.
FastPdfKit 3.2

FastPdfKit Update 3.2

Extensions

  • New Extended target that supports Extensions;

  • Out of the box supported Extensions:

    • FPKPayPal to create catalogs with items that can be purchased directly from the app;
    • FPKYouTube to place YouTube video on the page.
    • FPKGallerySlide interactive image gallery with manual or automatic advancement;
    • FPKMap to render an interactive google map;
    • FPKGalleryFade image gallery useful for the table of contents;
    • FPKGalleryTap to create a multi interactive image gallery;
    • FPKMessage to show details or alerts;
    • FPKWebPopup to open a web page in a popup view;
  • Included Extensions documentation

For more informations regarding Extensions git.io/fpke.

Out of the box overlays

FastPdfKit supports some overlays out of the box like videos, sounds and web pages. If you like the way they works you can use them, otherwise you're free to develop your own solutions.

Remote is something on the web.

Local is something that resides in the resourceFolder defined in the MFDocumentManager.

TypeLocalRemote
Overlay Moviefpkv://fpky://
Modal Moviefpke://fpkz://
Overlay HTMLfpkh://fpkw://
Modal HTMLfpki://http://
Overlay Audiofpka://fpkb://
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment