从任意 Web 应用打印
通过您的系统发送订单、发票、收件和标签 API 或Dashboard。
文档会自动发送到正确的本地打印机,团队可以查看发送内容、目标位置和最终结果。
通过您的系统发送订单、发票、收件和标签 API 或Dashboard。
该代理安装在打印机附近并连接到 CloudPrint ,不需要把地方网络放在外面。
印刷曲线、所选择的打印机和工作错误在无需访问用户的计算机的板上可用。
标签、收集列表和在包装区打印机上打印货物文件。
手动选择和发送错误的少数收件、价格标签、保证表格和订单直接在销售点打印。
快速客户服务网站发票、文件、交付笔记和工作表格从一个共享系统进入正确的分支。
一个分配团队的过程请求、路线表和客户文件在团队工作的地方打印。
更清晰的执行和更少的跟踪常规集成可将 PDF URL 或 base64 数据直接作为打印任务发送。若需先上传文件,请依次调用两个 cURL:/api/v1/documents 和 /api/v1/print-jobs。
创建一个工作从一个URL或 base64 无需单独的文件上传。
代理连接出发,所以本地网络不需要发布。
准备好具体化和快速融入开始的短期场景。
API="https://public-api.staging.cloudprint.me"
curl -sS "$API/api/v1/print-jobs/from-url" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"document_url": "https://files.example.com/labels/order-100045.pdf",
"printer_id": "11111111-1111-4111-8111-111111111111"
}'
API="https://public-api.staging.cloudprint.me"
curl -sS "$API/api/v1/print-jobs/from-base64" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"document_base64": "JVBERi0xLjQK...",
"printer_id": "11111111-1111-4111-8111-111111111111"
}'
API="https://public-api.staging.cloudprint.me"
# 1. Upload PDF
curl -sS "$API/api/v1/documents" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-F "file=@order-100045.pdf"
# 2. Send uploaded document to printer
curl -sS "$API/api/v1/print-jobs" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"document_id": "44444444-4444-4444-8444-444444444444",
"printer_id": "11111111-1111-4111-8111-111111111111"
}'
使用官方公司联系人服务、支付、集成和法律文件问题。
关于如何将云打印到本地打印机和远程打印机的简短解释 API 工作。
它是从网页系统打印到一个打印机的物理位置在办公室,商店,分支或仓库。 CloudPrint 收到工作,当地代理人将其发送到正确的打印机。
。 CloudPrint 用于从业务系统中自动打印:订单、发票、收件、 PDF 文件和标签通过 API
答:代理人连接到 CloudPrint 通过一个出发连接,这使得分支,仓库和商店的部署更容易。
用户不会手动选择文件或打印机,系统会将文件发送到需要的地方,团队会看到工作状态和错误。
订单、发票、交货笔记、收件、价格标签、标签、路线表等 PDF 您系统的文件到正确的本地或网络打印机。
Focused guides for developers and operations teams evaluating remote printing API workflows.
Add remote printing to your web app, CRM, ERP or WMS with CloudPrint API. Send PDFs and labels to local printers without opening inbound ports.
Cloud printing API for SaaS, CRM, ERP, WMS and ecommerce platforms. Print documents and labels to customer printers with status tracking.
Looking for a PrintNode alternative? CloudPrint provides remote printing API, local agent delivery, job statuses and business-focused integration flows.
CloudPrint is a Google Cloud Print alternative for web applications that need API-based printing to local printers with a secure local agent.
Print shipping labels, packing slips and fulfillment documents from ecommerce, WMS and marketplace workflows to local label printers via API.
Let your web application print PDFs and labels to customer local printers without browser print dialogs, VPNs or inbound ports.
Connect label printing workflows for Zebra and other local label printers through CloudPrint API, printer discovery and job status tracking.