jpress
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 11
コメント
jpressによる最近のアクティビティ-
Hi , In what browsers are you seeing this issue? The expected behavior is for the PDF to be opened in a new tab, prompting the native browser print functionality. Unfortunately, the fact that c...
-
You shouldn't need to reinit preview, but you will need to map from file ID to file version ID, so we know which version you want to use for which file. I think in your example you would need ...
-
hi , Yes, you are able to use the Preview SDK with a developer account.
-
Hi , I was able to preview box notes using box content preview directly. This is a vanilla Javascript library that powers the UI Element. Here's a codepen example, you'll need to add your own fi...
-
Hi NickUK, If you're referring to multiple files for one instance of preview, you can specify versions like so (1,2,3,4 are file IDs): Documentation can be found here: https://github.com/box/box-c...
-
Hi , The Open With Element is projected to enter public beta on September 28th.
-
Hi , you can add this option in your show call. Example uploader.show(folderId, accessToken, { container: '.container', isFolderUploadEnabled: true }); A...
-
Hi , You'll need to contact your customer success manager to get that logo applied to expiring embed previews. See https://developer.box.com/docs/work-with-preview#section-when-to-use for more abo...
-
hi , You can find more information about the markdown viewer here, as a part of our content preview Javascript library.
-
Hi , This can be done by disabling the document viewer with preview.disableViewers(['Document']). Here's a sample of what the behavior would look like https://codepen.io/jeremypress/full/MQEby...