- Posts: 962
- Thank you received: 87
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Planned SDK features
Android PDF Viewer SDK 3.8beta
9 years 8 months ago #10941
by nermeen
Replied by nermeen on topic Android PDF Viewer SDK 3.8beta2
A new beta version
3.8beta2
has been published.
3.8beta2
- FIX an issue with radio button status.
3.8beta1
- NEW added support to ChromeOS (intel and arm architecture)
3.8beta2
- FIX an issue with radio button status.
3.8beta1
- NEW added support to ChromeOS (intel and arm architecture)
9 years 6 months ago - 9 years 6 months ago #11137
by nermeen
Replied by nermeen on topic Android PDF Viewer SDK 3.8beta6
A new beta version
3.8beta6
has been published.
3.8beta6
native library
- NEW Added support of the addition/read of Rich media annotation using the following methods:
--Page Class:
Flash supported Media format:
old methods:
always return first item of RichMedia Annotation.
- 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 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.
documentation
- javadoc updated
3.8beta5
- FIX crashed issue in Page.AddAnnotPopup();
3.8beta6
native library
- NEW Added support of the addition/read of Rich media annotation using the following methods:
--Page Class:
Code:
final public boolean AddAnnotRichMedia(String path_player, String path_content, int type, DocImage image, float[] rect)
- Audio: .wav .aif .mp3
- Video: .flv .mp4
Code:
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)
Code:
Annotation.GetMovie()
Annotation.GetSound()
Annotation.Get3D()
- 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 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.
documentation
- javadoc updated
3.8beta5
- FIX crashed issue in Page.AddAnnotPopup();
Last edit: 9 years 6 months ago by nermeen.
Time to create page: 0.456 seconds