Some test text!
Jun 7 2022
by Andrey Safonov
Looking for a React DOCX viewer? This blog will reveal how to view Microsoft Office documents in a React file viewer app using
In a few lines of code, we'll show how you can view files client-side, with no server dependencies and without Microsoft Office licenses or third-party software. PDFTron’s WebViewer directly converts `DOCX`, `XLSX`, and `PPTX` files using JavaScript and renders them for viewing dynamically.
Try our
Check out the full React doc viewer demo on our
WebViewer supports more than simply viewing Office documents, offering
WebViewer also supports formats like PDF, images,
Once the React doc viewer example is up and running,
WebViewer({
...,
initialDoc: 'https://myserver.com/myfile.docx',
}, document.getElementById('viewer'));
You can also call `loadDocument` with the same parameters.
WebViewer(...)
.then(instance => {
instance.UI.loadDocument('https://myserver.com/myfile.docx', { filename: 'myfile.docx' });
});
You can now run the app via 'npm start'.
To view the npm React file viewer docx app, navigate to http://localhost:3000/. The app automatically reloads if you change any of the source files.
If you want to configure the UI, WebViewer comes with a rich set of APIs. To get an idea of the vast array of possibilities, check out the
Adding Office document viewing and collaboration to your native npm React file browser app is straightforward with PDFTron’s WebViewer, a
You can also check out other capabilities on our
If you have any questions about PDFTron’s SDK or WebViewer, please
In this article, we take a glimpse at the full PDF-to-Office workflow, and how to help your users to edit effectively in Word, Excel, and PowerPoint with an accurate Office conversion SDK supporting the entire document lifecycle.
We explain how to open DOCX, XLSX, and PPTX in a React web app and so much more with PDFTron WebViewer.
This blog shows you how easy it is to add full-fledged PDF document viewer, annotator, and editor to Microsoft Teams as a Teams App using PDFTron's WebViewer sample.
ANDREY SAFONOV
Head of Product
First a developer then a solution engineer. Now a product team leader and dev experience advocate.
PDFTron SDK
COMPANY