Seamless integration of PDF manipulation and parsing features into your Apps.
5.8K
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
PDF, EPUB, HTML, TeX, SVG, XML, XPS, FDF, XFDF
XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
MHT, PCL, PS, XSLFO, MD
Please visit How to Run Docker Container for the details.
Aspose.PDF Cloud API Reference
| Mount path in the container | Description |
|---|---|
| /data | File storage folder |
| /fonts | Custom fonts folder |
You can omit fonts volume if you don't need custom fonts.
| Name | Description |
|---|---|
| ASPOSE_PDF_CLOUD_SELFHOST_PUBLIC_KEY | Public key of the metered license |
| ASPOSE_PDF_CLOUD_SELFHOST_PRIVATE_KEY | Private key of the metered license |
If License parameters are omitted, the app will work in trial mode.
docker run \
--publish 5000:5000 \
--volume <data_dir>:/data \
--volume <fonts_dir>:/fonts \
--env ASPOSE_PDF_CLOUD_SELFHOST_PUBLIC_KEY=<public_key> \
--env ASPOSE_PDF_CLOUD_SELFHOST_PRIVATE_KEY=<private_key> \
aspose/pdf-cloud
Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial
Content type
Image
Digest
sha256:c8833f4c3…
Size
199.3 MB
Last updated
26 days ago
docker pull aspose/pdf-cloud