---
title: "PosPrinterDriver integration documentation"
description: "Documentation centre for printing from Android, websites or servers and using ESC/POS commands with PosPrinterDriver."
canonical: "https://www.posprinterdriver.com/en-api-documentation"
date_modified: "2026-09-14"
language: "en"
---

# Choose where your print job starts.

Start with a successful built-in test, integrate the minimal example, then add formatting or automation.

## Integration guides

### Device management

Create an account, link Android, send a test and track jobs.

[Open guide](https://www.posprinterdriver.com/en-device-management)

### From Android

Intent, ACTION_SEND, text, images, PDF and printer selection.

[Open guide](https://www.posprinterdriver.com/en-printfromapp)

### From a website

Explicit links, data encoding, files and browser behaviour.

[Open guide](https://www.posprinterdriver.com/en-printfromweb)

### From a server

Linkcode, remote endpoint, security and queue limits.

[Open guide](https://www.posprinterdriver.com/en-printfromserver)

### Text commands

Bold text, sizes, cutting, drawer, logo, QR, code pages and raw bytes.

[Open guide](https://www.posprinterdriver.com/en-command-reference)

## Recommended integration method

### Test the connection

The built-in test separates hardware and Android from your code.

### Send plain text

Validate the complete flow with short, recognisable content.

### Add formatting

Add commands one at a time and check output on your model.

### Test failures

Disconnect the network, deny permissions and switch off the printer to define recovery behaviour.

### Document your configuration

Record the model, connection, paper, DPI, code page and Android version.

## Evidence-based documentation

> These pages were prepared from the existing public website and behaviour reviewed in the app and remote service source code.
