URL To PDF Not Working Stirling PDF
Hello,
URL To PDF Convert Not Working Stirling PDF
Please check attached images.
Please check response image.
Server Details: OS: CentOS 7 aaPanel
Error: 500 Internal Server Error
Cannot run program "wkhtmltopdf": error=2, No such file or directory for path: /api/v1/convert/url/pdf
Is this docker?
yes docker.
here is my docker-compose.yaml
`version: '3.3'
services:
stirling-pdf: image: frooodle/s-pdf:latest container_name: s-pdf ports: - '8200:8080' volumes: - ./spdf/trainingData:/usr/share/tesseract-ocr/4.00/tessdata #Required for extra OCR languages - ./spdf/extraConfigs:/configs environment: APP_LOCALE: es-ES APP_HOME_NAME: Stirling PDF AskSEOTools APP_HOME_DESCRIPTION: Un único sitio, alojado localmente, para todas sus necesidades de PDF. APP_NAVBAR_NAME: Stirling PDF APP_ROOT_PATH: / ALLOW_GOOGLE_VISIBILITY: true INSTALL_BOOK_AND_ADVANCED_HTML_OPS: true`
Is this docker?
Please update.
We switched from wkhtmltopdf to calibre in #797 and it looks like we forgot to update this.
Meant to keep both, with calibre being a more advanced version, will re-add weasyprint and use this
Should be resolved in later versions