![]()
Drag and drop your PDF or click to browse. Multi-page and password-protected PDFs supported.
Select 300 DPI for standard archival or 600 DPI for OCR-ready output. Convertify auto-selects CCITT Group 4 for B&W pages and LZW for color pages.
Click Convert and download your multi-page TIFF. Files are deleted from the server immediately after download.
Professional lossless format used in printing and photography.
Portable Document Format. Convert PDF pages to JPG, PNG or WebP images.
Apple photo format used by iPhone and iPad. High quality with small file size.
High Efficiency Image Format โ same as HEIC, used on Apple devices.
Modern image format by Google. Up to 30% smaller than JPG with the same quality.
Lossless format that preserves every pixel. Best for screenshots and logos.
Universal format for photos. Supported everywhere, great balance between quality and file size.
Classic format for simple animations. Supports transparency and up to 256 colors.
Uncompressed bitmap format. Maximum quality but very large file size.
Next-gen format with excellent compression. Up to 50% smaller than JPG.
Portable Pixmap format used in Unix/Linux environments.
High Dynamic Range format storing extended brightness data.
Flexible Image Transport System used in astronomy and science.
Quick comparison to help you choose the right format
A PDF page has no inherent resolution: it is a set of drawing instructions. The rasterizer executes every text glyph, vector path, transparency blend, and embedded image onto a pixel grid at the rendering resolution. Convertify renders at 300 DPI, the standard for printing, document filing, and general archival. At 300 DPI an A4 page (8.27 by 11.69 inches) becomes a 2480 by 3508 pixel image; at 600 DPI the same page would be 4961 by 7016 pixels, four times the data.
This step is one way: once a page is rasterized at a given resolution, the text and vectors are pixels. There is no resolution to step back up to, so the rendering DPI sets the ceiling on sharpness.
The TIFF format itself can hold many pages in one file through chained IFD (Image File Directory) entries, which is why scanned archives and fax systems often use a single multi-page TIFF. It is worth knowing how the format works if a downstream system expects that layout.
Convertify handles multi-page PDFs in a straightforward way today: each PDF page is converted to its own TIFF, and for a multi-page document those files are delivered together in a single ZIP archive. A single-page PDF returns one TIFF directly. If your workflow specifically needs all pages bundled inside one multi-page .tiff, you would combine the individual TIFFs afterward in a tool that writes multi-page TIFF.
TIFF supports several compression schemes, and knowing them helps you prepare files for a target system. CCITT Group 4 is a bilevel (1-bit) scheme designed for black-and-white text and fax pages, and it produces very small files for clean text. LZW and ZIP (Deflate) are lossless schemes for color and grayscale that preserve every pixel while reducing size; for high-bit-depth images ZIP is usually preferred over LZW. JPEG-in-TIFF is lossy and suited only to photographic content, while uncompressed TIFF is the largest but most universally readable.
Convertify currently outputs lossless TIFF, so no image detail is discarded. It does not yet expose a choice of compression scheme or a bilevel (Group 4) mode; those are described here for context so you can plan around your target system's requirements.
Resolution drives both clarity and file size. 200 DPI is roughly the minimum for readable text and on-screen use; 300 DPI is the common standard for professional printing, document filing, and general archival; 400 to 600 DPI is reserved for fine detail, small fonts, technical drawings, or archival master images, at the cost of much larger files. Many institutional guidelines, including US National Archives (FADGI) and various court e-filing systems, treat 300 DPI as the baseline for document preservation.
Convertify renders at 300 DPI, which suits the large majority of document and filing use cases. Higher or selectable resolution is planned.
Converting PDF to TIFF is a one-way transformation that discards several PDF capabilities. Selectable text becomes pixels, you can no longer copy, search, or highlight text in the TIFF. Hyperlinks, form fields, bookmarks, and annotations are gone. Vector graphics become rasterized at the chosen DPI, zooming beyond that resolution reveals pixelation where the PDF would remain sharp.
If you need searchable text after conversion, run OCR (Tesseract, ABBYY FineReader, Adobe Acrobat) on the resulting TIFF to add a text layer. For preserving text selectability, keep the original PDF alongside the TIFF archive.
For rasterized output in web-friendly formats, try PDF to JPG or PDF to PNG.
Convertify first normalizes the PDF with Poppler (pdftocairo), which repairs signed or lightly corrupted files, then renders each page with libvips at 300 DPI. Each rendered page is written as a lossless TIFF. A single-page PDF returns one TIFF; a multi-page PDF returns one TIFF per page, packaged in a ZIP.
The whole pipeline runs server-side in Rust, and uploaded files are removed automatically after processing. For CMYK source PDFs, the page is rendered to standard RGB, so if you need true CMYK separations with a specific ICC profile, plan to apply that in a prepress editor.
Most people convert PDF to TIFF because a specific system or standard expects a faithful page image rather than a searchable document. Legal e-filing and e-discovery workflows often require TIFF page images that are easy to stamp and redact. Archival programs treat lossless TIFF as the preservation master, following guidance such as the US National Archives FADGI standards. OCR pipelines frequently ingest high-resolution TIFF for text recognition, fax and document-management systems expect TIFF, and print and prepress workflows use it as a RIP-friendly raster master. In short, choose TIFF when exact image fidelity or compatibility with a particular system matters more than text search or small size.
TIFF and PDF solve different problems. TIFF is a raster image: it captures the page pixel by pixel, is lossless, and is ideal as an archival or production image master, but it has no searchable text and files are large. PDF, and especially the ISO-standardized PDF/A, keeps selectable text and stays compact and universally viewable, which makes it the better everyday and long-term document format. A common best practice is to keep both: a TIFF as the imaged master where a system requires it, and a searchable PDF or PDF/A for access. Convert to TIFF when a target workflow specifically needs a page image rather than a document.
Most web browsers do not display TIFF, which surprises many first-time users, so a downloaded TIFF may not preview in the browser. On Windows, open TIFFs with Photos or Windows Photo Viewer, which also pages through multi-page TIFFs. On macOS, Preview opens and exports them. Cross-platform tools like IrfanView, XnView, and GIMP read TIFF as well, and most professional imaging and document-management software opens it directly. If a file refuses to open, it is usually a viewer that lacks support for a particular TIFF variant rather than a damaged file.