Seamless integration of cloud document processing features into your cloud-based Apps.
500K+
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
Microsoft Word: DOC, DOCX, RTF, DOT, DOTX, DOTM, FlatOPC (XML)
OpenOffice: ODT, OTT
WordprocessingML: XML
Web: HTML, MHTML, HtmlFixed
Text: TXT
Fixed Layout: PDF
Fixed Layout: PDF/A, XPS, OpenXPS, PS
Images: JPEG, PNG, BMP, SVG, TIFF, EMF
Others: PCL, Markdown
Please check the tutorial, How to Run Docker Container for details.
| Mount path in container | Description |
|---|---|
| /fonts | Folder with fonts, which will be used to render documents |
| /data | File storage folder |
| Name | Description |
|---|---|
| LicensePublicKey | Public key of the license |
| LicensePrivateKey | Private key of the license |
| User | Username |
| Password | Password |
| Logging__LogLevel__Default | Sets the default log level for all categories |
| Logging__LogLevel__Microsoft | Sets the log level for Microsoft components (e.g., ASP.NET Core internals) |
| Logging__LogLevel__System | Sets the log level for .NET system components. |
TraceDebugInformationWarningErrorCriticalNoneIf "License" parameters are omitted, the app will work in trial mode. If "User" parameter is set, each request requires "Authorization" header (Jwt authentication). The url to obtain token is "/connect/token".
docker run -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" -e "Logging__LogLevel__Default=Information" -v "/fonts:/fonts" -v "/data:/data" aspose/words-cloud
AsposeWordsCloud:
image: aspose/words-cloud
ports: ["8082:80"]
volumes: [
"./fonts:/fonts",
"./storage:/data",
]
environment:
"User": "User"
"Password": "Password"
"LicensePublicKey": "yourKeyHere"
"LicensePrivateKey": "yourKeyHere"
"Logging__LogLevel__Default": "Information"
There is a url to check health of "words.cloud app": "/"
Product Page | Docs | Demos | Api reference | Examples | Blog | Search | Free Support | Free Trial
Content type
Image
Digest
sha256:ad770c843…
Size
319 MB
Last updated
2 days ago
docker pull aspose/words-cloud