PDF to Base64

Encode a PDF file as a Base64 data URI string.

Choose a PDF or drag & drop

How to use PDF to Base64

  1. Choose a PDF file.
  2. The Base64 string is generated automatically.
  3. Copy it or download it as text.

When to use Base64 PDFs

Base64 lets you embed a PDF inline in JSON payloads, data URIs or APIs without a separate file. Remember it increases size by roughly a third.

Is there a size limit?
Large PDFs produce very long strings and use more memory, but there is no fixed server limit.
Are my files uploaded?
No. Everything is processed locally in your browser, so your files never leave your device.

Related tools