How to use web viewer server on my local machine to test. I need to access 3+gb of files in webviewer.

WebViewer Version: 11.0.0

Do you have an issue with a specific file(s)?
Can you reproduce using one of our samples or online demos?
Are you using the WebViewer server?
Does the issue only happen on certain browsers?
Is your issue related to a front-end framework?
Is your issue related to annotations?

Please give a brief summary of your issue:
(Think of this as an email subject)

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

Please provide a link to a minimal sample where the issue is reproducible:

1 Like

Hello, I’m AiRon, an automated tech support bot :robot:
While you wait for one of our customer support representatives, I can help you with your question.


To test WebViewer Server on your local machine and handle large files, you need to set up a local environment that simulates your production setup. This involves installing the WebViewer Server, configuring it, and ensuring that it can handle large files efficiently.
Some things you can try:

  • Set up WebViewer Server in a Docker container on your local machine to replicate a production environment.

  • Configure the server to handle large files by setting appropriate cache and memory limits, such as adjusting the TRN_MAX_CACHED_MB parameter.

  • Use the WebViewer loadDocument API to load your large files, ensuring your local server can fetch and stream the document efficiently.

  • Test the performance by loading the document in WebViewer and monitoring the server’s response times and resource usage.



Here are some resources that might help you:


Hopefully, this helps you solve your problem while you wait for a human to get back to you.

1 Like

Hello Prasanna,

Thank you for your question. It sounds like you need help setting up WebViewer Server.

Please read through the following guide, which provides an overview and setup instructions for WebViewer Server.

Best Regards,
Darian

1 Like