Legal

Privacy Policy

Last updated: 2026

Short version: Your files never leave your device. DSPDF does not upload, store, or transmit your files. There is no account, no tracking by default, and no server processing your content. The rest of this page explains the details.

1. Who we are

DSPDF ("we", "us", "our") operates a suite of client-side PDF tools available at our website. This Privacy Policy explains what data (if any) we collect and how we handle it.

👉 OWNER: Add your legal entity name, registered address, and jurisdiction here if applicable. If you operate as an individual, a simple statement like "DSPDF is operated by [name] based in [country]" is acceptable in most jurisdictions.

2. The core commitment: your files stay on your device

Every tool on DSPDF runs entirely inside your web browser. When you open a file in a DSPDF tool:

  • The file is read into your browser's memory using standard browser APIs (FileReader, File, Blob).
  • All processing — merging, splitting, compressing, signing, whatever — happens on your device's CPU.
  • The result is created as a Blob in memory and offered as a download.
  • No file content is sent over the network to us or anyone else.

You can verify this yourself:

  • Open your browser's Developer Tools (F12 or Ctrl+Shift+I), go to the Network tab, and use any tool. No outgoing request will carry your file.
  • Or: load a tool page, disconnect from the internet, and use the tool. It still works.

3. What data we do collect

By default: essentially nothing

Out of the box, DSPDF does not collect personal data. Specifically:

  • No file uploads. See Section 2.
  • No account system. There is no signup, login, or user database.
  • No analytics. We ship with analytics disabled. If you enable it yourself (see below), the behaviour is described.
  • No advertising. We ship with ads disabled. If AdSense is enabled by the site owner, the behaviour is described below.
  • No cookies for our own tracking. We don't set cookies unless you enable analytics or ads.

Optional analytics (if enabled)

The site owner can enable privacy-respecting analytics (for example, Google Analytics 4). If enabled, the following may be collected:

  • Anonymous page-view counts
  • Approximate country/region (from IP, not stored by us)
  • Browser type, operating system, device category
  • Referring website (if you clicked a link to reach us)

What is never collected by analytics: your file content, file names, or any user-identifying information. The analytics system cannot see inside your browser's file-handling code.

Optional advertising (if enabled)

The site owner can enable Google AdSense. If enabled, Google and its partners may set cookies to serve personalised ads based on your browsing history across sites. See Google's Partner Sites policy for details.

If ads are enabled, you can typically opt out of personalised advertising via your Google Ad Settings or through industry opt-out tools like YourOnlineChoices.

What is never shared with advertisers: your files, file content, file names, or any information derived from your use of the tools.

4. Third-party libraries and CDNs

DSPDF loads open-source JavaScript libraries from public content delivery networks (CDNs) such as Cloudflare, jsDelivr, and unpkg. These libraries include pdf-lib, pdf.js, Tesseract.js, jsPDF, JSZip, and FileSaver.js.

When your browser loads a CDN resource, the CDN receives standard web request information: your IP address, the URL being requested, and headers like your User-Agent. This is how any CDN works and is outside our control.

The CDN does not receive your file content. It only serves the library code, which is the same for every visitor.

If you prefer, you can self-host these libraries by downloading them and adjusting the script tags. The tools will function identically.

5. Hosting

DSPDF is hosted as a static site (typically on GitHub Pages). Our hosting provider may log standard request information for operational and security purposes: IP addresses, request paths, response codes, and timestamps.

These logs are typically retained for a short period (hours to days) and are used only to diagnose problems and prevent abuse. We do not have access to your file content because, again, no file content is ever sent to the server.

6. Your rights (GDPR, CCPA, DPDP)

Depending on where you live, you have certain rights regarding your personal data:

  • Right to access. You can request a copy of any personal data we hold about you.
  • Right to deletion. You can request deletion of any personal data we hold about you.
  • Right to rectification. You can request corrections to inaccurate personal data.
  • Right to object. You can object to processing of your personal data.
  • Right to data portability. You can request your data in a machine-readable format.

Important: since DSPDF does not maintain user accounts and does not process your file content, in most cases we hold no personal data about you that could be accessed, deleted, or modified. If you believe we hold data about you (for example, an email you sent us), you can request access or deletion using the contact details below.

For GDPR (European Economic Area), CCPA (California), and India's Digital Personal Data Protection Act (DPDP), the same principle applies: we hold minimal or no personal data about you, and we will respond to legitimate requests as required by the applicable law.

7. Children's privacy

DSPDF is not directed at children under 13 (or under 16 in some jurisdictions). We do not knowingly collect personal data from children. If you believe a child has provided us with personal data, please contact us so we can delete it.

8. Data retention

Since we don't collect file content or maintain accounts, there is nothing to retain in that sense. The only data that might persist is:

  • Emails you send us — retained as long as necessary to respond and for record-keeping.
  • Server access logs (from hosting) — retained according to the hosting provider's policy.
  • Analytics data (if enabled) — retained according to the analytics provider's policy.

9. Security

The strongest security feature of DSPDF is architectural: since we don't receive your files, there's no server-side copy to breach. Your file security depends on your own device's security, which is where it should be.

For the site itself, we use HTTPS, load resources from reputable CDNs, and keep dependencies up to date.

10. Changes to this policy

If we update this policy, we'll change the "Last updated" date at the top. Material changes will be noted prominently on the homepage. Continuing to use DSPDF after changes are posted constitutes acceptance of the updated policy.

11. Contact

For any privacy-related questions, requests, or complaints, contact us at:

dstechnocomp@gmail.com 👉 OWNER: this email is set in js/config.js.

Or use the Contact page.