Use of StirlingPDF in localhost

Hey, I try to use the StirlingPDF application to split PDF into image. The application is run through docker. All the applications are hosted locally and run correctly since I access them through a browser.

I face difficulties to configure the HTML service. The service is calling the API at the following address (http://localhost:8080/api/v1/convert/pdf/img) and I do not the parameters to introduce for teh parameter fileinput?

Can someone run the StirlingPDF application on the local machinel and get results?

Thank you fro your answer,
Redards

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @aduchesne hope all is well, welcome to the community.

localhost means “this host”. In the context of n8n docker container it means “application running in the same container”. Are you running stirlingpdf inside the same container as n8n? If not (which is very likely), you may want to specify the stirlingpdf’s container name instead of localhost. How to you run your n8n and stirlingpdf? Docker compose? If so, please share your docker compose file.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.