Skip to content

Commit

Permalink
VIEWERNET-4947 - Update product Public Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-gvardionov committed Aug 1, 2024
1 parent c0de272 commit 11fdba1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/getting-started/supported-document-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This topic lists file formats supported by GroupDocs.Viewer for .NET and GroupDo
| [TXZ](https://docs.fileformat.com/compression/xz/) | XZ Compressed Tar Archive | ![(tick)](/viewer/net/images/check-blue.png) |
| [XZ](https://docs.fileformat.com/compression/xz/) | XZ Compressed Archive | ![(tick)](/viewer/net/images/check-blue.png) |
| [ZIP](https://docs.fileformat.com/compression/zip) | Zipped File | ![(tick)](/viewer/net/images/check-blue.png) |
| [Zstandard](https://docs.fileformat.com/compression/zst) | Zstandard Archive | ![(tick)](/viewer/net/images/check-blue.png) |
| [ISO](https://docs.fileformat.com/compression/iso) | Optical Disk Image | ![(tick)](/viewer/net/images/check-blue.png) |

Refer to the following help topic for details on how to use GroupDocs.Viewer to load and view archive files: [Render archives as HTML, PDF, and image files](/viewer/net/render-archive-files).

Expand Down
4 changes: 4 additions & 0 deletions net/rendering-basics/render-archive-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ aliases:
- /viewer/net/how-to-convert-and-view-tgz-files
- /viewer/net/how-to-convert-and-view-txz-files
- /viewer/net/how-to-convert-and-view-xz-files
- /viewer/net/how-to-convert-and-view-zstandard-files
- /viewer/net/how-to-convert-and-view-iso-files
- /viewer/net/how-to-list-archive-folders
- /viewer/net/render-archive-folder
- /viewer/net/navigation-in-archive-files
Expand All @@ -41,6 +43,8 @@ GroupDocs.Viewer supports the following archive file formats:
* [.TXZ / .TAR.XZ (XZ Compressed Tar Archive)](https://docs.fileformat.com/compression/xz/)
* [.XZ (XZ Compressed Archive)](https://docs.fileformat.com/compression/xz/)
* [.ZIP (Zipped File)](https://docs.fileformat.com/compression/zip)
* [.ZST / .TAR.ZST / .TZST (Zstandard)](https://docs.fileformat.com/compression/zst/)
* [.ISO (Optical Disk Image ISO-9660)](https://docs.fileformat.com/compression/iso/)

GroupDocs.Viewer can detect the archive file format automatically based on information in the file header.

Expand Down

0 comments on commit 11fdba1

Please sign in to comment.