Customize your PDF viewer
Choose a color
We make sure your PDFs load lightning-fast
Your files are distrubuted around the world on a secure CDN to make sure your users always have fast access to your documents
CloudPDF is obsessed with developer experience
Our mission is to give development teams the building blocks to easily implement a fast and secure PDF viewer
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>CloudPDF - viewer</title><style>body, html {height: 100%;margin: 0px;}</style></head><body style="height: 100%"><div id="viewer" style="width: 800px; height: 500px; margin: 80px auto;"></div><script type="text/javascript" src="https://cloudpdf.io/viewer.min.js?version=0.1.0-beta.11"></script><script>const config = {documentId: 'eee2079d-b0b6-4267-9812-b6b9eadb9c60',darkMode: true};CloudPDF(config, document.getElementById('viewer')).then((instance) => {});</script></body></html>