Workflow scenarios

Document workflows, worked through step by step

Six scenarios that recur across agencies, schools, legal teams, field services, publishing, and research. Each one sets out the constraint, the exact sequence of steps, the tools involved, and — most usefully — what commonly goes wrong.

Scenario

Marketing & creative agency

Small team assembling 20 to 50 client proposals a month from mixed source files

The constraint

A proposal is never one document. It is a narrative deck from a designer, a budget sheet from finance, a scope and terms document, and two or three case studies — each exported from a different application at a different page size. Assembling them by hand is slow, and uploading confidential pricing to a third-party converter is not an option when the client has signed an NDA.

The approach

Normalise the sources before combining them, name them so the order is unambiguous, and assemble in a single pass. Because every step is a structural operation on the file, the whole workflow runs in the browser and nothing is uploaded.

Steps

  1. 1.Export every source to the same page size and orientation. Fixing geometry after the merge means working page by page through a larger file.
  2. 2.Rename with numeric prefixes encoding the intended order: 01_cover.pdf, 02_narrative.pdf, 03_budget.pdf.
  3. 3.Verify each source individually. This is where a superseded budget gets caught, before it is buried in a 40-page document.
  4. 4.Combine in one pass with Merge PDF, checking the first and last pages specifically.
  5. 5.Reorder or drop pages with Organize PDF if something is out of place, rather than redoing the merge.
  6. 6.Compress as a final step and compare the reported sizes against the limit of the channel you are sending through.
What this achieves

One clean deliverable at a consistent page size, produced without the pricing pages ever leaving the machine they were assembled on.

What to watch out for

A merge commonly drops document outlines and internal links, so verify any linked contents page afterwards. Wide spreadsheet exports also paginate unpredictably and often leave orphan columns on their own page — check that section and remove strays with Remove Pages.

Scenario

Self-published author

Solo creator preparing a print-ready manuscript for a print-on-demand platform

The constraint

Getting a manuscript from a word processor to a print-ready PDF involves repeated round trips: export, review on screen, mark up, convert the markup back into editable text, revise, export again. Each round trip is a chance to lose formatting, and print-on-demand platforms reject files for problems that are invisible in a word processor.

The approach

Keep the source document as the master and treat every PDF as a derived review artefact. Convert only when a reviewer needs to comment, and always keep the original .docx.

Steps

  1. 1.Write and edit in the source word processor, where you have full control over styles and structure.
  2. 2.Export to PDF for review. Do not treat the PDF as the master — it cannot be edited the way the source can.
  3. 3.If a reviewer returns comments, use PDF to Word to recover the text into an editable document, then reconcile it into your master rather than editing the derived copy.
  4. 4.Check the print file against the platform's requirements before submitting: page size, bleed, embedded fonts, image resolution, and colour space.
  5. 5.Use Compress PDF only where the platform has a file-size ceiling, and check the result visually afterwards.
What this achieves

A manuscript workflow where the source document stays authoritative and PDFs are disposable review artefacts.

What to watch out for

Be precise about what the conversion tools do. Word to PDF lays text out in a plain single-column flow, so it will not reproduce complex tables, columns, or precise spacing. PDF to Word extracts the text layer and rebuilds paragraphs, which works well for single-column text and poorly for two-column layouts. Neither tool produces certified PDF/A conformance, and print-on-demand platforms generally do not require it.

Scenario

School or district office

Administrative staff distributing worksheets, letters, and reports across a large staff body

The constraint

Staff need to combine worksheets into packets, split long guides into chapters, compress files for email, and get forms signed — on a mix of managed laptops and tablets, without installing anything, and without sending student data to a third-party service.

The approach

Standardise on tools that need no installation and no account, so adoption does not depend on IT provisioning. All the operations involved are structural and run locally in the browser.

Steps

  1. 1.Combine multi-page worksheets or report packs with Merge PDF.
  2. 2.Split long guides into chapter-sized files with Split PDF so each one can be shared separately.
  3. 3.Reduce large scanned packs with Compress PDF before emailing them.
  4. 4.Place signatures on permission forms with Sign PDF. The signature is drawn onto the first page as an image, so it becomes part of the page rather than a removable annotation — but it is an image of a signature, not a cryptographic digital signature, and it only lands on page one.
  5. 5.Publish the FAQ page internally as the staff reference, so the workflow does not depend on one person's knowledge.
What this achieves

A consistent, installation-free workflow that works on managed devices and keeps student documents on the device.

What to watch out for

Structural operations never transmit a file, which you can verify by disabling the network after the page loads. The AI-assisted features are different: summarisation and translation send extracted text to a server-side function. If a document contains student data, do not use those features on it.

Scenario

Mobile notary and field services

Solo operator signing documents at client locations, working from a phone or tablet

The constraint

Field work means capturing paper documents, applying a stamp or signature, organising multiple signed items, and delivering the result to the client — often without reliable connectivity and always without uploading client documents to a cloud service.

The approach

Photograph each document with your phone's camera, upload the images, place your signature, combine the items into one deliverable, and hand it over. Every operation runs locally, so a dropped connection does not interrupt the workflow.

Steps

  1. 1.Photograph each paper document with your phone's camera, then compile the images into a PDF with Scan to PDF.
  2. 2.Place your signature with Sign PDF. If you need a stamp or seal, apply it to the paper before you photograph the page — Add Watermark only draws text and has no image mode.
  3. 3.Combine the signed items into a single deliverable with Merge PDF.
  4. 4.Check the page order and the last page before sending, since both are easy to get wrong on a small screen.
  5. 5.Rotate or crop any page that the camera captured at an angle, so the deliverable does not look like a photograph of a document.
What this achieves

A single, tidy, signed deliverable produced on the device at the client's location, with no dependency on connectivity.

What to watch out for

Check your jurisdiction's rules before treating a placed signature as a notarial act. Many notarial acts require a physical seal, a witness, or a specific journal entry, and an electronic image of a stamp does not satisfy those requirements. An electronic signature is a mark of intent; it is not the same thing as a notarised instrument.

Scenario

Academic research

A researcher working through a large corpus of papers, including scans and foreign-language sources

The constraint

A literature review is a volume problem. Hundreds of documents, a mix of formats and vintages, and a genuine constraint on where unpublished or embargoed material can be sent. Older print journals arrive as scans with no text layer, so they cannot even be searched until they are processed.

The approach

Separate the local work from the model-assisted work. Do all file handling first, on the device. Then decide, per document, whether any text should go to a summarisation or translation feature.

Steps

  1. 1.Triage by format: try selecting a sentence with the cursor. If characters highlight cleanly the file has a text layer; if nothing selects, it is an image.
  2. 2.For scanned papers, note that this site has no OCR engine: Extract PDF Text recovers an existing text layer and tells you which pages have none. To make a scan searchable, run a dedicated OCR tool first, then check the output quality before relying on it — particularly for numbers and proper names you intend to quote.
  3. 3.Build themed reading bundles with Merge PDF so each working set is one navigable document.
  4. 4.Extract individual papers from large proceedings volumes with Split PDF.
  5. 5.Convert only the papers you need to quote or restructure, and expect to tidy two-column layouts by hand.
  6. 6.Decide separately whether any document should be sent to an AI feature, and keep a note of which ones were.
What this achieves

A searchable, organised working set, with a clear record of which documents stayed on the device and which were sent for model processing.

What to watch out for

Summarisation and translation are not local operations. A model must read the text to summarise or translate it, so the extracted text is transmitted to a server-side function and on to a model provider. For published papers that is usually unremarkable; for preprints, drafts, and embargoed manuscripts it is not. Summaries are also lossy in an unpredictable way, so treat them as a triage aid rather than a substitute for reading the sections you intend to cite.

Have a workflow we have not covered?

If there is a document process you would like worked through in this format, tell us what it involves and we will add it.