Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter delabi

    (@delabi)

    Hi Uriahs,

    The printer is just BIXOLON SRP-350.

    I’ve tried the backend 6 and 4.

    I’ve tried the test prints also and they have the same problem.

    I also contacted the guys at PrintNode. From the logs they are saying that the plugin is not sending print job options to the API:

    {“type”:”POST”,”endpoint”:”printjobs”,”body”:{“printerId”:”72511235″,”contentType”:”pdf_base64″,”title”:”Order #8700 – Printus.cloud”,”source”:”printus”},”is_empty_body”:false}
    [27-07-2023 12:38:14 AM] APP.INFO: Request Log: 3627021073
    {“type”:”POST”,”endpoint”:”printjobs”,”body”:{“printerId”:”72511235″,”contentType”:”pdf_base64″,”title”:”Order #8701 – Printus.cloud”,”source”:”printus”},”is_empty_body”:false}

    The coder from PrintNode wanted me to add these printjob options to the data body of the API request of the PrintOrder.php file:

    ‘options’ => array(‘fit_to_page’ => false, ‘rotate’ => 0)

    to applear like

    “options” : {“fit_to_page”: false, “rotate”: 0}

    According to this documentation
    https://www.printnode.com/en/docs/api/curl#printjob-options

Viewing 1 replies (of 1 total)