Data Processing
PDF Motor processes incoming JSON payloads solely for the purpose of generating a PDF document. All processing is transient and limited to the lifetime of a single request.
No Persistent Storage
JSON payloads and generated PDFs are never written to disk or stored in databases. PDF generation is performed entirely in memory.
Direct PDF Delivery
Generated PDFs are streamed directly to the client as the HTTP response. No temporary files or intermediate artifacts are created.
Logging & Monitoring
The service does not log request payloads or PDF contents. Operational logs are limited to technical metadata required for stability and abuse prevention.
GDPR
PDF Motor is designed to minimize personal data processing. No personal data is stored, profiled, or reused. The API can be used without account registration.