jpress
- Activité totale 24
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 11
Aperçu des activités
Dernière activité effectuée par jpress-
jpress a ajouté un commentaire,
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...
-
jpress a ajouté un commentaire,
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 ...
-
jpress a ajouté un commentaire,
hi , Yes, you are able to use the Preview SDK with a developer account.
-
jpress a ajouté un commentaire,
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...
-
jpress a ajouté un commentaire,
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...
-
jpress a ajouté un commentaire,
Hi , The Open With Element is projected to enter public beta on September 28th.
-
jpress a ajouté un commentaire,
Hi , you can add this option in your show call. Example uploader.show(folderId, accessToken, { container: '.container', isFolderUploadEnabled: true }); A...
-
jpress a ajouté un commentaire,
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...
-
jpress a ajouté un commentaire,
hi , You can find more information about the markdown viewer here, as a part of our content preview Javascript library.
-
jpress a ajouté un commentaire,
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...