あらゆる Web アプリから印刷
注文、請求書、受信、およびラベルをシステムから送信する API ダッシュボード
文書は適切なローカルプリンターへ自動送信され、チームは送信内容、送信先、結果を確認できます。
注文、請求書、受信、およびラベルをシステムから送信する API ダッシュボード
エージェントはプリンターの近くに設置され、接続します。 CloudPrint ネットワークを解説する必要もなく、地元のネットワークを解説する必要もない。
印刷ライン、選択したプリンター、および作業エラーは、ユーザーのコンピュータにアクセスせずにダッシュボードで利用できます。
ラベル、収集リスト、配送文書の印刷は、パッケージゾーンプリンターに。
手動選択とエラーの送信が少ない受信、価格タグ、保証フォーム、および注文は販売点で直接印刷されます。
サイトでの顧客サービスの迅速化請求書、証明書、配達ノート、および作業フォームは、共通のシステムから正しい分野へと進みます。
配布チームのためのプロセス要望、ルート表、チームが働いている場所で顧客文書を印刷する。
より明確な実行とフォローアップが少なくなる一般的な連携では、PDF の URL または base64 データを印刷ジョブとして直接送信します。先にファイルをアップロードする場合は、/api/v1/documents、/api/v1/print-jobs の順に 2 つの cURL を実行します。
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.