Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Planned SDK features
  • Page:
  • 1

TOPIC:

Android PDF Viewer SDK 3.8 7 years 7 months ago #11224

  • nermeen
  • nermeen's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
A new stable release 3.8 has been published.

3.8
native library
- NEW Added support of the addition/read of Rich media annotation using the following methods:
--Page Class:
final public boolean AddAnnotRichMedia(String path_player, String path_content, int type, DocImage image, float[] rect)
Flash supported Media format:
  • Audio: .wav .aif .mp3
  • Video: .flv .mp4
  • --Annotation Class:
    final public int GetRichMediaItemCount()
    final public int GetRichMediaItemActived()
    final public int GetRichMediaItemType(int idx)
    final public String GetRichMediaItemAsset(int idx)
    final public String GetRichMediaItemPara(int idx)
    final public String GetRichMediaItemSource(int idx)
    final public boolean GetRichMediaItemSourceData(int idx, String save_path)
    final public boolean GetRichMediaData(String asset, String save_path)
    old methods:
    Annotation.GetMovie()
    Annotation.GetSound()
    Annotation.Get3D()
    always return first item of RichMedia Annotation.
    - NEW added support to ChromeOS (intel and arm architecture)
    - ENHANCED Now, Document.NewImage*() valid in professional license.
    - ENHANCED Now, Document.SetCache() valid in professional license.
    - ENHANCED Page.AddAnnotBitmap() using DocImage instead of Bitmap.
    - FIX issue with search and text extraction for certain pdf.
    - FIX fixed issue for image colors issue, reason: jpeg file has Adobe colorspace convertion mark.
    - FIX fixed embed file name issue, reason: old codes using map key as file name, now, parser embed object.
    - FIX crashed issue in Page.AddAnnotPopup();
    - FIX DualPage issue when zoom
    - FIX rendering issue
    - FIX search issue
    - FIX an issue with radio button status.

    documentation
    - javadoc updated

    Please Log in or Create an account to join the conversation.

    Last edit: by nermeen.
    • Page:
    • 1
    Powered by Kunena Forum