Get supported file formats

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.

On this page

Close
Loading

Analyzing your prompt, please hold on...

An error occurred while retrieving the results. Please refresh the page and try again.