لوحة مطوري DocuForge

أنشئ أي PDF من JSON.

فواتير وعقود وتقارير وكتب وشهادات — كل ما يستطيع Typst إخراجه.

مسار الرندر

استجابات API متزامنة

بيئة التشغيل

محرك Rust بدون headless browser

Powered by Typst under the hood.

DocuForge logo

Workflow canvas

Source to PDF in one synchronous path

Sync-ready

Write

main.typ + data.json

Preview

Inline diagnostics path

Ship

Versioned API render

docuforge_get_usagedocuforge_list_templatesdocuforge_get_template
Critical path stable

Why PDF stacks fail in production

Design for synchronous execution, not queue-first workarounds.

Treat PDF generation as infrastructure: stable request contracts, predictable runtime behavior, and controlled version promotion.

Critical-path latency

Browser startup and page rendering can push documents off the request path.

Rust execution keeps inline render calls predictable for user-facing flows.

Operational overhead

Queue workers, retries, and webhooks add moving parts to simple PDF delivery.

A synchronous render API removes pipeline complexity for core document paths.

Release drift

Template edits without clear promotion rules create regressions in production.

Store templates in your own git repo. Send the Typst source directly with each request, or save it once and reference by ID.

الميزات

مصمم للفواتير والإيصالات والتقارير.

ابنِ القوالب وتحقق منها وانشرها بعقود صريحة وسلوك متوقع في الإنتاج.

محرر قائم على العقود

اكتب القوالب عبر Monaco مع تشخيصات ومسار مباشر من المصدر إلى ناتج وقت التشغيل.

Contract-first templates

مسار رندر متزامن

مسارا المعاينة والإنتاج يعتمدان نفس نواة الرندر الحتمية.

Inline preview

خط أصول

ارفع الخطوط والصور مرة واحدة ثم اربطها بالقوالب عبر مراجع ملفات متوقعة.

Assets once

ضوابط تشغيلية

تابع الرندرات والحصص ومفاتيح API بحدود واضحة وإشارات استخدام قابلة للملاحظة.

Usage visibility

سير العمل

من JSON إلى PDF في طلب POST واحد.

اتبع نموذج إصدار من ثلاث مراحل يعكس الإنتاج: اكتب، تحقق، انشر.

Step 01

اكتب ببنية واضحة

تعيش القوالب بجانب عقود البيانات كي يتطور المخطط والتخطيط معًا.

Step 02

عاين وتحقق

اعرض في الوقت الحقيقي مع تشخيصات تشير مباشرة إلى السطر الذي فشل.

Step 03

انشر ووزّع

رقِّ النسخ مع سجل تدقيق واضح ونفّذ الرندر في الإنتاج عبر API.

Security, API and MCP

Ship sensitive PDFs without security drag.

Protect customer documents by default and keep audit conversations short. DocuForge gives teams secure delivery controls without slowing down shipping velocity.

TLS transport, authenticated APIs, and hardened defaults help teams clear security reviews without custom hardening projects.

Password-protected PDF delivery is built in for regulated workflows handling sensitive documents.

Credential and token handling defaults are designed to reduce leakage risk across render, billing, and webhook paths.

Render quick start
curl -X POST "$DOCUFORGE_API_URL/v1/render" \
  -H "X-API-Key: $DOCUFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "template_id": "tpl_123", "data": { "invoice_id": "1234" } }' \
  --output invoice.pdf
docuforge_get_usagedocuforge_list_templatesdocuforge_get_templatedocuforge_render_pdfdocuforge_render_preview_pdf

Blogs

Learn by shipping.

Browse posts

pain

توليد PDF عبر Puppeteer بطيء - هذا بديل اسرع

Read

pain

Best PDF Generation Library in 2026: What Actually Holds Up in Production

Read

tutorial

Building a SaaS Invoice System with DocuForge API

Read

Production-ready workflow

هل أنت جاهز لتبسيط مسار مستنداتك؟

ابدأ بمرجع API ثم مرّر نفس الحمولة عبر مسارك الإنتاجي.

Fast render path

Built for predictable latency under load.

Security built in

TLS in transit plus hardened auth defaults.

Versioned templates

Ship safely with stable template releases.