PDF Tools — Examples
Hands-on walkthroughs with PDF Tools: merge two PDFs, extract pages, fill in a form, annotate a PDF, and convert Markdown and images to PDF.
Back to the overview: PDF Tools · Open the tool live: www.jpkc.com/tools/pdf/
The Manual explains every tab and feature in detail. This page adds concrete workflows: typical tasks played through step by step. The interface is in English, so tab and button names appear in their original spelling.
Example 1: Merge two PDFs into one
The classic — you have a cover sheet and a main document and want both as a single file.
- Open PDF Tools and switch to the Merge & Split tab. The Merge sub-tab is already active.
- Drag the first and second PDF files in one after another (or both at once) onto the drop zone. Both appear in the table with page count and size.
- Check the order. The merged PDF takes the table order top to bottom. If the cover sheet should come first, move it up to the first position with the up arrow.
- Click Merge All. The tool copies all pages of both files, in the order shown, into a new document.
- Download the result via Download Merged PDF as
merged.pdf.
The pattern scales: you can add any number of files, reorder them, and merge in one go. At least two are required.
Example 2: Extract specific pages from a PDF
You only need pages 1 to 3 and page 10 from a 40-page report — say, for an excerpt.
- Switch to Merge & Split and there to the Split sub-tab.
- Drag the PDF file onto the drop zone. The tool shows the name, size and total page count.
- Leave the mode on Extract page ranges and enter
1-3, 10in the field. Comma-separated, you can freely combine single pages and ranges. - Click Split. This produces one file with exactly those four pages (1, 2, 3, 10), in ascending order.
- Download it from the results list (
split_1.pdf).
If instead you need each page separately, pick the Extract each page as single PDF mode — you then get one file per page. And with Split every N pages you break a large PDF into equal chunks (for example one part every 10 pages).
Example 3: Fill in a PDF form
You have a PDF with interactive form fields (an application, say) and want to fill it in on screen, without printing it.
- Stay in the default Viewer & Editor tab and drag the PDF onto the drop zone (or Browse Files).
- The embedded viewer shows the form fields as fillable fields. Click into them and enter your values; operate dropdowns and checkboxes directly.
- Once all fields are set, save via the viewer's Save function. The completed form is downloaded as a new PDF file.
Note: there is no server-side storage — your completed form exists only as a local download. That is exactly what makes this safe even for sensitive applications, because the document never leaves your browser.
Example 4: Annotate, highlight and sign a PDF
You need to comment on a contract PDF, mark a passage, and sign it at the end.
- Open the PDF in the Viewer & Editor.
- Highlight: activate the Highlight tool, pick a colour, and drag over the relevant text passage.
- Add a note: with FreeText you place a text note directly on the page — colour and font size are adjustable.
- Draw: if you need an arrow or a handwritten mark, use Ink (Draw) with colour, opacity and stroke width.
- Sign: via Signature you create and place your signature; alternatively, use Stamp to insert an image (such as a seal).
- Save the result via Save — all annotations are contained in the downloaded file.
If you just want to check what the document says, the Text button helps alongside: it pulls out all text content (with word and character statistics) for you to copy or save as .txt.
Example 5: Turn Markdown into a clean PDF
You have a README or docs in Markdown and need a tidy, searchable PDF from it.
- Switch to the Convert tab, Markdown sub-tab.
- Type your Markdown into the editor, load a
.mdfile via Open File, or click Load Example to see the supported elements (headings, lists, code blocks, tables, blockquotes, links). - Under Page Settings pick the format, orientation, font size and margin.
- Generate PDF renders the preview; page through it with the arrows.
- Download saves
markdown.pdf. Because pdfmake produces real text, you can search and copy text in the result.
If you need visual CSS styling rather than plain body text, the Rich HTML sub-tab is the way — but note that its output is raster and therefore not searchable (see Tips & Tricks).
Example 6: Bundle several images into one PDF
You want to hand over a set of screenshots or scanned receipts as a single PDF.
- Go to Convert → Images.
- Drag all images onto the drop zone. Supported are JPG, PNG, WebP, GIF, BMP and TIFF; each image lands on its own page.
- Set the Fit Mode per image or globally: Fit places the image without loss (default), Fill fills the page and crops, Stretch distorts to the area.
- Set the format, orientation and margin under Page Settings.
- Generate PDF → Download saves
images.pdf.
If the images still need cropping or converting to the right format, do that in the Graphic Editor and then bundle them here.
Going deeper: the overview for the big picture, the Manual for every feature in detail, and the Tips & Tricks for tricks and pitfalls. You can try everything directly in the tool.