ArchiveOptions class
Leave feedback
On this page
Contains options for rendering the archive files.
The ArchiveOptions type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes an instance of the ArchiveOptions class. |
from groupdocs.viewer import Viewer
from groupdocs.viewer.options import HtmlViewOptions
with Viewer("documents.zip") as viewer:
view_options = HtmlViewOptions.for_embedded_resources(
"render_specific_archive_folder/specific_archive_folder.html"
)
view_options.archive_options.folder = "first_folder"
viewer.view(view_options)
- module
groupdocs.viewer.options
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.