Convert GIF images to PDF
Combine GIF images into a single PDF in your browser. Reorder, choose page size, no upload required.
Files are processed entirely in your browser. Nothing is uploaded to any server.
About this tool
GIF is a format most associated with short looping animations on the web, but it is also widely used for static images — diagrams, icons, screenshots, and graphics exported from older tools. GIF to PDF packages one or more GIF images into a single PDF document so they can be shared, printed, or archived in a universally readable format.
Animated GIFs are handled by extracting the first frame, since PDF pages are static. Transparent GIF areas are composited onto a white background, because PDF pages do not support page-level transparency. Static GIFs are converted faithfully, preserving the full colour palette and pixel data.
Drop multiple GIF files at once to build a multi-page PDF. Drag the thumbnails to set the page order, pick a page size — A4, Letter, or fit exactly to each image — and download the result. Mixing GIF with JPG, PNG, WebP, or BMP in the same document is supported. The conversion runs entirely in your browser.
How it works
- 1
Drop GIFs
Pick one or many GIF files.
- 2
Order pages
Drag to reorder. Set the page size.
- 3
Download PDF
Click Make PDF to download.
Frequently asked questions
Animated GIFs?
Are my files uploaded?
Transparency?
Page size?
Mix with other formats?
Related tools
PNG to PDF
Combine PNG images into one PDF.
JPG to PDF
Combine JPG photos into one PDF.
WebP to PDF
Combine WebP images into one PDF.
BMP to PDF
Combine BMP images into one PDF.
HEIC to PDF
Make a PDF from iPhone HEIC photos.
Embed this tool
Let your visitors use GIF to PDF without leaving your site. Paste the snippet below into any HTML page. Files stay private — everything runs in the visitor's browser.
<iframe
src="https://pdfwox.com/embed/gif-to-pdf"
width="100%"
height="600"
style="border:none;border-radius:8px"
title="gif-to-pdf tool"
allow="downloads"
loading="lazy"
></iframe>
<script>
window.addEventListener('message',function(e){
if(e.data&&e.data.type==='privpdf-resize'){
var f=document.querySelector('iframe[src="https://pdfwox.com/embed/gif-to-pdf"]');
if(f)f.style.height=e.data.height+'px';
}
});
</script>The embed runs entirely in the visitor's browser — no files are uploaded. The iframe resizes automatically to fit its content via postMessage.
Deeper guide