TIFF
TIFF raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/tiff
Convert TIFF to PDF online and see exactly what artwork placement into document pages changes, what PDF still can't promise, and how to verify the result.
Rendering happens first: TIFF artwork becomes a fixed visual, which is then placed inside PDF's page structure. That derivative carries no paragraph structure or editable source objects of its own. TIFF processing enumerates image directories and resolves tagged dimensions, photometric model, bit depth, strips or tiles, compression, pages, profiles, and extrasamples. PDF output composes fixed pages from text, vectors, and images; searchable text, fonts, links, forms, tags, page boxes, and print rendering are independent checks.
Source material - A flexible raster container able to hold high bit depth, multiple pages, alpha, and varied compression. Rendered deliverable - Fixed pages containing text, vectors, raster images, links, forms, and other document objects.
Used for raster pictures made of individually stored pixels.
Designed for layout-preserving documents.
Not every app reads the same TIFF subset, so multi-page files, CMYK color, layers, or an unusual compression choice can all fail to open somewhere.
Conversion can rasterize searchable text, alter page boxes, omit forms, or change font rendering.
fixed pages containing text, vectors, raster images, links, forms, and other document objects is what gets written, labeled as application/pdf. Whether that actually opens depends on the receiving application, not on the file extension.
PDF makes sense once TIFF needs to travel as a page - Review, printing, document exchange. If the artwork still needs pixel- or path-level edits, keep an image or vector master instead.
Step through every page and check bit depth, color mode, the resolution tag, compression, and alpha.
Review every page size plus searchable text, links, forms, fonts, and print output.