Get supported file formats
Leave feedback
On this page
Get the list of all supported file formats.
Quickly retrieve the complete list of file formats supported by GroupDocs.Watermark. This allows Python developers to dynamically check compatibility before processing documents.
from groupdocs.watermark.common import FileType
supported = FileType.get_supported_file_types()
for ft in supported:
print(ft)
🔹 Use case: Build flexible applications that can automatically validate user-uploaded files and inform them if watermarking is supported.
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.