By ScoutMyTool Editorial Team · Last updated: 2026-05-27
Introduction
A forester I worked with delivered cruises as PDFs because every landowner and every mill could open them and because the certification auditor wanted PDF/A. But the same file had to render at 1:5,000 on a 36-inch plotter, on a tablet in the rain, and still carry plot data that the next consultant could recompute. The way to make one file do all three is to be deliberate about vector vs raster, attachments vs page content, and metadata vs visible header. Here is the cruise-and-management-plan workflow that has held up across a few hundred jobs without breaking on the print, the tablet, or the audit.
Vocabulary, quickly
| Term | Meaning |
|---|---|
| Timber cruise | Sampled inventory of a stand: plots, species, dbh, height, volume |
| Plot data | Per-plot tallies; the raw input to stand-level volume estimates |
| DBH | Diameter at breast height — the standard tree-size measurement |
| Management plan | Multi-year prescription: thinning, harvest, replant, road work |
| Stand map | Polygon-by-polygon view of forest type, age, and access |
| Cruise grid | Systematic sampling pattern overlaid on the stand |
| PDF/A archive | Long-term archival profile required by some certification programs |
Step by step
- Export maps as vector PDF from GIS. Vector polygons stay sharp at any zoom; raster maps look fine at print scale and pixelated on a tablet.
- Embed a real scale bar. Drawn from the same coordinate system as the polygons, not added as a static graphic. A static scale bar lies after any rescale.
- Attach plot data as CSV/XLSX. Use PDF/A-3 attachments so the raw tallies travel with the report. Hash the attachment so anyone can verify the file later.
- Add stable identifiers to every page. Plan ID, stand ID, cruise date, cruiser name in the footer. Same identifiers in the PDF Info dictionary so a search retrieves the right document.
- Link cruise to management plan. Use PDF named destinations so a click jumps to the relevant prescription, not the cover page.
- Produce a public-distribution variant. Strip GPS-bearing custom metadata, turn off the high-value-tree layer, regenerate thumbnails.
- Print a single test sheet at Actual Size. Measure the scale bar with a ruler against the legend. If it is off, the export was rescaled — fix at the export step, not at print.
- Archive as PDF/A. The certification audit copy must be PDF/A; convert at the end, not at the start, because PDF/A constraints can interfere with editing during production.
Cruise PDF checklist before delivery
- Maps print to scale when sent to the actual plotter at the consultancy; rule out fit-to-page in the driver default.
- Plot data attachment opens in Excel without errors; column headers match the cruise template the next consultant expects.
- Hyperlinks from cruise to management plan resolve to the named destinations, not just to page 1.
- Footer identifiers are consistent across cruise, map, and plan — auditors cross-check, and a typo in one file casts doubt on the rest.
- The public-distribution PDF is clearly labeled "client copy" so it is not confused with the full-fidelity consultancy archive.
- Final archive copy passes PDF/A validation in two independent validators; one validator can pass a file that another flags.
Related reading and tools
FAQ
- How do I print a cruise map to scale from a PDF?
- Two things must be true. First, the map was exported at the intended scale — usually 1:5,000 or 1:10,000 — with a real scale bar embedded in the page, not just a number caption. Second, you print at Actual Size, never Fit to Page. Fit-to-page rescales the page silently and the scale bar lies. Print one test sheet, measure the scale bar with a ruler, and only then commit the full job.
- Should plot data live inside the PDF or alongside it?
- Both. Embed a CSV or XLSX as an attachment in the PDF using PDF/A-3 so the raw plot tallies travel with the report; in the page body, present the summarized tables and the species breakdown a reader actually wants to see. The attachment is for re-running calculations or recomputing volumes; the page is for reading. Strip the attachment from any public-distribution copy you do not want re-analyzed.
- Maps look pixelated on the tablet — why?
- Almost always raster-vs-vector. If the GIS export rasterized the polygons to PNG at low resolution, they look blocky on a Retina tablet. Re-export from GIS as PDF with vector polygons (and rasterize only the basemap), and the polygons stay sharp at any zoom. Check the file with the magnifier — pixelation at 200% zoom means raster export; sharp edges mean vector.
- How do I link the cruise PDF to the management plan PDF?
- Both files include a stable plan identifier in the metadata and on every page header. From the cruise, add a hyperlink to the management plan section that uses the plan PDF's named destination — open-to-page or open-to-named-section. Recipients clicking from the cruise land on the relevant prescription, not on page 1 of an 80-page document.
- What metadata do certification audits look for?
- Plan identifier, stand identifier, cruise date, cruiser name and certification number, and the GIS dataset version the maps were drawn from. Put all five in the PDF Info dictionary AND in a visible footer. Auditors search the metadata and read the footer; missing either makes the document harder to audit and reflects on the consultancy.
- Can I share the cruise with a landowner without exposing GPS coordinates of high-value trees?
- Yes — produce a public-distribution version with the high-value-tree layer turned off and the metadata rewritten to strip GPS-bearing custom fields. Keep the full-fidelity version in the consultancy archive. Mark each PDF in the header so the landowner knows which version they have.
Citations
- Wikipedia — “Forest inventory — cruise sampling and volume estimation.” en.wikipedia.org/wiki/Forest_inventory
- Wikipedia — “Forest management plan — structure and prescriptions.” en.wikipedia.org/wiki/Forest_management
- Wikipedia — “PDF/A — archival profile and embedded attachments.” en.wikipedia.org/wiki/PDF/A
Prep cruise and plan PDFs in your browser
Compress maps, attach plot data, set metadata, and produce client and archive variants — ScoutMyTool runs the whole pipeline locally so cruise data never leaves the consultancy.
Open the PDF toolkit →