Skip to main content
Question

How to download HTML version of file

  • May 21, 2025
  • 1 reply
  • 3 views

Forum|alt.badge.img

Hey guys, I'm programatically uploading files to Box and I want to download the HTML of the file. I see the embed link, but I don't want to embed, rather I want to make some slight modifications to the HTML that you guys convert to.

 

Is there anyway to do this?

1 reply

Forum|alt.badge.img

Good afternoon ,

 

If I have understood your use case, you intend to upload different kind of documents, take as an example a word document. When you use a embed link, you can render the HTML version of that document as BOX intends to. Your intention is to modify the rendition done by BOX.

 

I am not aware that nothing of that kind exists. There is the javascript SDK (https://developer.box.com/v2.0/docs/box-content-preview)  that allows you to listen to some actions and maybe perform some activities from your side that could cover your requirement.

 

Appart of that, I think there is no other feature that would allow you to modify the HMTL version of it.

 

Thanks