DocuForge logoDocuForge

Template gallery

Find a PDF template and preview instantly.

Freight Invoice

Open page

Lane billing template for LTL/FTL invoices with surcharge lines.

freight · invoice · logistics · carrier

Shopify Invoice

Open page

Clean e-commerce invoice layout with SKU and tax totals.

shopify · invoice · e-commerce · tax

Purchase Order

Open page

Supplier PO template with itemized quantities and unit prices.

purchase order · procurement · supplier · operations

Packing List

Open page

Warehouse packing list with box-level contents and references.

packing list · warehouse · fulfillment · shipping

Sales Quote

Open page

Client-ready quote template with pricing breakdown and terms.

quote · proposal · sales · pricing

Completion Certificate

Open page

Completion certificate for training, onboarding, and safety workflows.

certificate · completion · training · hr

Service Completion Report

Open page

Field-service completion report for work orders and signoff.

service report · work order · completion · ops

NDA Agreement

Open page

Simple mutual NDA structure for early vendor/client sharing.

nda · agreement · legal · contract

Technical Report (Math-Heavy)

Open page

Equation-ready report starter for technical and research docs.

technical report · math · research · latex

Freight Invoice preview

Remaining previews: --
Preview renders automatically as you edit.
Request payload
{
  "low_code_spec": {
    "version": 1,
    "meta": {
      "page": "a4",
      "margin": "18pt"
    },
    "blocks": [
      {
        "type": "header",
        "props": {
          "title": "{{invoice.title}}",
          "subtitle": "{{invoice.route}}",
          "align": "left"
        }
      },
      {
        "type": "paragraph",
        "props": {
          "text": "{{invoice.customer}}"
        }
      },
      {
        "type": "divider"
      },
      {
        "type": "line_items_table",
        "props": {
          "title": "Freight line items",
          "items_path": "lines",
          "columns": [
            "description",
            "qty",
            "price",
            "total"
          ]
        }
      }
    ]
  },
  "data": {
    "invoice": {
      "title": "Freight Invoice FRT-2026-0042",
      "route": "Dallas, TX -> Memphis, TN",
      "customer": "Northbound Distribution"
    },
    "lines": [
      {
        "description": "Linehaul (LTL)",
        "qty": 1,
        "price": 780,
        "total": 780
      },
      {
        "description": "Liftgate",
        "qty": 1,
        "price": 45,
        "total": 45
      },
      {
        "description": "Detention",
        "qty": 2,
        "price": 60,
        "total": 120
      }
    ]
  }
}

Hint

Update pickup and drop-off locations first.