Visual PDF organizer

Combine PDFs and images in one visual board, drag pages, and export a final PDF.

File and output

PDFs / images

Drag PDFs and images or click to choose them.

PDF, PNG, JPG, WEBP, GIF, BMP, TIFF. Limits depend on your plan.

File ready

PDF
Waiting for file

The result will appear here.

Format
-
Size
-
Pages
-

Also available by API

Use the mirror endpoint with multipart or base64 JSON. API balance stays separate from web NOX.

Billing validates balance before processing and only charges after a successful output.

POST /api/v1/tools/pdf-organize
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "files": [
    {"filename": "uno.pdf", "pdf_base64": "data:application/pdf;base64,..."},
    {"filename": "foto.jpg", "image_base64": "data:image/jpeg;base64,..."}
  ],
  "order": "pdf:0:1,image:1,pdf:0:2",
  "filename": "documento-final"
}