You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PrintNode is a cloud printing services which allows you to connect any printer to your application using our PrintNode Client and easy to use JSON API.
4
+
PrintNode is a cloud printing services which allows you to connect any printer
5
+
to your application using our PrintNode Client and easy to use JSON API.
5
6
6
7
See www.printnode.com for more information.
7
8
8
-
This quick start guide covers using the PHP API library. It shows how to find which Computers and Printers you have available for printing and how you can submit PrintJobs using the provided PHP API libraries.
9
+
This quick start guide covers using the PHP API library. It shows how to find
10
+
which Computers and Printers you have available for printing and how you can
11
+
submit PrintJobs using the provided PHP API libraries.
9
12
10
13
## Step 1: Sign Up
11
-
Before you can use the API, you will need to sign up to PrintNode account, and make a new API key. You can sign up here https://app.printnode.com/account/register
14
+
Before you can use the API, you will need to sign up to PrintNode account, and
15
+
make a new API key. You can sign up here https://app.printnode.com/account/register
12
16
13
17
## Step 2: Add a computer and printer
14
-
To have somewhere to print to you need to download and install the PrintNode desktop client on a computer with some printers. You can download the PrintNode Client installer here - www.printnode.com/download . It should be intuitive to setup but for more detailed instructions please see here: https://www.printnode.com/docs/installation/windows/ .
18
+
To have somewhere to print to you need to download and install the PrintNode
19
+
desktop client on a computer with some printers. You can download the PrintNode
20
+
Client installer here - www.printnode.com/download . It should be intuitive
21
+
to setup but for more detailed instructions please see
0 commit comments