ExportPdf not found

I have a docker container running with 

https://hub.docker.com/r/syncfusion/word-processor-server

If I try to follow the example at https://help.syncfusion.com/document-processing/word/word-processor/react/how-to/export-document-as-pdf to export to a pdf, I get a 404 from the endpoint. I also do from the example https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/ExportPdf

Is this where we're supposed to get it from?

Thanks

Richard


1 Reply

AA Akshaya Arivoli Syncfusion Team March 19, 2026 02:38 PM UTC

Hi Richard,

To export documents as PDF, you can use the Export() API with our online hosted Web Service URL or the Docker-based Web Service. We have prepared a sample demonstrating this functionality, which you can check here

Sample: https://stackblitz.com/edit/react-kphfjh7j?file=index.js%3AL64

Note

Document Editor component’s online hosted Web Service is intended only for demonstration and evaluation purposes. For production use, we strongly recommend hosting your own Web Service with your required server configurations. You can refer and reuse the GitHub Web Service example or Docker image for hosting your own web service. 

You may use or customize the following:

Docker Image

Docker: syncfusion/word-processor-server - Docker Image

If you need additional features or want to modify existing functionality in Docker, you can create your own Dockerfile by referencing the existing Word Processor Docker project.

Image overview in React Document editor component | Syncfusion


Web Service Documentation

For detailed guidance on setting up and hosting your own service, please refer to:

 Core in React Document editor component | Syncfusion

Operations which require server side interaction 

Please review these details and feel free to reach out if you need any further assistance.



Regards,

Akshaya


Loader.
Up arrow icon