BOXRepresentationHints API - has only 3 options -
extern const BOXRepresentationHints BOXRepresentationHintsDefaultThumbnails;
/// A good preview for most file types. Maybe more than one preview representation
/// (currently at least the first available of PDF, HLS, MP4, MP3 or JPG)
extern const BOXRepresentationHints BOXRepresentationHintsDefaultPreview;
/// Both thumbnails and the preview defined above
extern const BOXRepresentationHints BOXRepresentationHintsDefaultThumbnailsandPreview;
I need to show high quality image and pdf, word and excel's first page - the option selected - BOXRepresentationHintsDefaultPreview works for images and PDF but doesnot work for word and excel . Is their any way or API which gives me all of these options
BOXRepresentationHints API - has only 3 options -
extern const BOXRepresentationHints BOXRepresentationHintsDefaultThumbnails;
/// A good preview for most file types. Maybe more than one preview representation
/// (currently at least the first available of PDF, HLS, MP4, MP3 or JPG)
extern const BOXRepresentationHints BOXRepresentationHintsDefaultPreview;
/// Both thumbnails and the preview defined above
extern const BOXRepresentationHints BOXRepresentationHintsDefaultThumbnailsandPreview;
I need to show high quality image and pdf, word and excel's first page - the option selected - BOXRepresentationHintsDefaultPreview works for images and PDF but doesnot work for word and excel . Is their any way or API which gives me all of these options