Convert PDF to Grayscale

Convert a color PDF to grayscale in your browser to save ink and meet print shop requirements. Free, private, no upload, no watermark, no account.

🌐 Español

Drop your file here (.pdf)

πŸ”’ Private by design: your files are processed locally in your browser and never uploaded to any server.

Copy shops price color pages separately from black and white ones, and the decision about which is which is usually made by inspecting the file rather than by asking you. A thesis whose only color is the university crest on page one, a report exported from a word processor with blue hyperlinks throughout, a contract scanned in color mode out of habit: each of those can be billed as a color job from cover to cover. Home printers behave the same way, drawing from the color cartridges to mix a gray that the black cartridge could have produced on its own.

Converting the document first removes the ambiguity, because there is no color information left in the file to detect. It also settles how the page will look. A yellow highlight or a pale blue heading that reads clearly on screen can land as an indistinct smudge once a printer driver applies its own color to gray mapping, and that mapping differs between machines. Deciding the gray values yourself, in advance, means the printed page holds no surprises.

Rec. 601 luma versus dragging saturation to zero

Every pixel is collapsed to one gray level with the Rec. 601 luma weighting, 0.299 x red + 0.587 x green + 0.114 x blue, and that value is written back into all three channels. The weights are not arbitrary. Human vision is far more sensitive to green light than to blue, so the same formula that broadcast television used to derive a monochrome signal from a color one is the one that makes a photograph read correctly in gray.

The difference from simply desaturating shows up on saturated colors. Pure red becomes 76, pure green becomes 150 and pure blue becomes 29, which preserves the sense that the green was the brightest of the three. A naive average would flatten all three to 85 and turn a red chart bar and a blue one into the same indistinguishable shade. The identical helper drives grayscale-image for photos, so a JPG converted there and a page converted here agree on their gray levels.

Choosing between 100, 150 and 300 DPI

The quality setting is a rendering resolution, and it decides both sharpness and weight. A page rendered at Print quality is drawn at 300 dots per inch, which for an A4 page means a bitmap of roughly 2480 by 3508 pixels before it is compressed. Standard halves that to about 1240 by 1754, and Smaller file drops to about 827 by 1169. The JPEG compression tightens as the resolution falls, so the three settings are not just three sizes of the same picture.

Standard is the default because it is the setting that survives an office laser printer without inflating the file. Print quality is worth the wait when the destination is a commercial press or the source contains fine rules, small type or a detailed scan. Smaller file is for a quick reference copy that nobody is going to print.

Converting a document and what you get back

  1. Drop your color PDF onto the box above, or press Choose a file and pick it. One document at a time.
  2. Set Output quality to Standard (150 DPI), recommended for everyday printing, Print quality (300 DPI), best for a professional print run for a press job, or Smaller file (100 DPI) for a lightweight reference copy.
  3. Press Convert PDF to Grayscale. Progress climbs page by page and reaches ninety percent once the last page has been redrawn, with the remainder spent assembling the new document.
  4. Download the result, which arrives named after your file with -grayscale on the end, so report.pdf becomes report-grayscale.pdf.

Everything the rebuilt file leaves behind

The honest description of the method is that each page is rendered to a canvas, recolored pixel by pixel, encoded as a JPEG, and then placed into a freshly created document as a full bleed image. That produces a faithful looking page and nothing else. Selectable text, searchable text, hyperlinks, outline bookmarks, annotations and form fields do not carry across, because none of them exist in the new file. Transparent areas are painted white before the conversion runs, so nothing comes out on a checkerboard.

There are two sensible responses. Pull the words out of the original before you convert, using pdf-to-text, if you need them as a document. Or put searchability back afterwards by running the grayscale copy through ocr-pdf, which reads the page images and writes an invisible text layer over them. Neither restores the links or the bookmarks.

When the grayscale copy comes out bigger

Nothing in this tool compares the output against the input, and nothing quietly returns your original when the rebuild is heavier. That behavior belongs to compress-pdf, which does keep your untouched file whenever its own rebuild fails to save bytes. If the grayscale copy is bulkier than you would like, its default strong mode re-renders pages at 150 DPI with firmer JPEG compression and will usually take a slice out of it.

A document that needs a password to open cannot be converted, because nothing here ever asks you for one and the renderer stops there. A file carrying only an owner password, the kind that restricts printing or copying rather than opening, is read with the empty password and converts normally. Reading at night rather than printing is a different job, handled by invert-pdf-colors, which shares this rendering ladder but flips the page instead of draining it, and the rest of the PDF tools cover the merging, splitting and page ordering steps around it.

See it in action

Screenshot of the Convert PDF to Grayscale tool with sysfenix-sample.pdf (3 KB) loaded, Output quality set to Standard (150 DPI), recommended
Convert PDF to Grayscale mid-process: sysfenix-sample.pdf (3 KB) loaded, Output quality set to Standard (150 DPI), recommended.
Screenshot of the Convert PDF to Grayscale result screen showing sysfenix-sample-grayscale.pdf ready to download (184 KB, 6730% larger)
The finished result: sysfenix-sample-grayscale.pdf ready to download (184 KB, 6730% larger). The download link is a local blob URL β€” the file never leaves your device.

Frequently asked questions

Can I convert more than one PDF in a single run?

No, the upload box takes one document at a time and keeps only the first file if you drop several. Convert them one after another, choosing the same output quality each time so the finished set matches. Queue the longest document last if you are in a hurry, since every page is redrawn individually and a hundred page file takes noticeably longer than a two page one.

Does the converted copy keep the original page size and orientation?

Yes. Each rebuilt page is created at exactly the width and height in points that the original page reported, so an A4 document stays A4 and a US Letter document stays US Letter. Pages saved with a rotation applied come out already turned the right way up, because the renderer resolves that rotation before the page is measured.

My document is already a black and white scan. Is there any point?

Sometimes, because a scanner set to color mode records a faint paper tint and colored compression noise even on a page of plain black type, and those pixels are still color as far as a print shop's meter is concerned. The catch is resolution. Every page is redrawn at the DPI you pick, so a 600 DPI scan converted at Standard comes back at 150 DPI and loses fine detail. Choose Print quality for scans you care about.

Why did the grayscale copy come out larger than the color original?

Because the rebuilt file stores a full page photograph for every page, and that can weigh more than the compact text and vector instructions it replaced, especially on a sparse document at Print quality. There is no fallback here that quietly hands your original back, so the size line on the results panel will honestly report a bigger file when that happens. Drop to Standard or Smaller file if the size matters more than the sharpness.

Do bookmarks, links and form fields survive the conversion?

No, and this is the sharpest edge of the technique. The output is a brand new document assembled from page images, so the table of contents, clickable links, comments, annotations and interactive form fields of the original are all absent from it. Keep the source file for anything that depends on them and treat the grayscale copy as a printing artifact.

Is this the same as ticking black and white in my printer dialog?

The outcome looks similar but the responsibility moves. A print dialog leaves your file in color and lets the driver decide how to render each color at the moment of printing, which is why the same document can look different from two machines. Converting first means the gray values are already fixed in the file, so every printer, every print shop counter and every preview sees identical pixels.

Related tools