Skip to content
Back to Blog
vs-competitors

GDPR-Compliant File Converters: What to Look For

2026-05-17 9 min read

Why File Conversion Is a GDPR Problem You Can't Ignore

Most people treat file conversion as a trivial task—drag a PDF in, get a DOCX out, move on. But under the General Data Protection Regulation (GDPR), the moment a file containing personal data leaves your device and lands on a third-party server, you have a data processing relationship. Article 28 of the GDPR requires that any processor handling personal data on your behalf does so under a written contract—a Data Processing Agreement (DPA). Most free online converters don't offer one. That means using them for files containing names, email addresses, medical records, or financial figures could put your organisation in breach, regardless of whether anything bad actually happens to the data. The risks are concrete. The Irish Data Protection Commission fined Meta €1.2 billion in 2023 partly over unlawful data transfers. While that's an extreme case, supervisory authorities across the EU have issued fines starting at €5,000–€20,000 for smaller organisations that failed to establish proper processor contracts. A marketing agency that converts a client contact list through an unvetted tool is exposed in exactly this way. Beyond legal liability, there's the practical question of where your files actually go. Some services process files on servers in the United States without Standard Contractual Clauses (SCCs) in place. Others retain uploaded files for 24 hours or more for 'quality assurance' purposes. A few have been caught indexing document content for advertising targeting. None of these practices are necessarily illegal under US law, but all of them conflict with GDPR requirements around purpose limitation, data minimisation, and lawful transfer mechanisms. This article breaks down the specific features to demand from any file converter you use professionally, and compares how CocoConvert and several key competitors actually measure up against those standards.

The Six Technical and Legal Checkboxes That Actually Matter

When evaluating a file converter for GDPR compliance, six criteria separate genuinely compliant services from those that merely gesture at privacy. Understanding each one lets you ask the right questions rather than accepting vague reassurance. **1. Data Processing Agreement availability.** A DPA must be available, ideally as a self-serve document you can execute without a sales call. For small teams, a DPA requiring negotiation is effectively inaccessible. **2. Server location and transfer mechanisms.** Servers must be in the EEA, or the provider must have valid SCCs or rely on an adequacy decision for the destination country. The UK has its own adequacy decision from the EU (currently valid), so UK-based servers are acceptable. The US does not have a blanket adequacy decision; transfers require SCCs or the EU-US Data Privacy Framework (DPF) certification. **3. File retention period.** GDPR's data minimisation principle (Article 5(1)(c)) requires that data is kept no longer than necessary. For a conversion task that takes seconds, there is no legitimate reason to retain files for 24 hours. Look for services that delete files immediately after download, or within a maximum of one hour. **4. Encryption in transit and at rest.** TLS 1.2 or higher for transit is baseline. AES-256 encryption at rest is the standard for anything handling sensitive documents. **5. No account required for basic use.** Requiring account creation before conversion means the service is collecting identity data before it needs to. Anonymous conversion with optional account creation is the more privacy-respecting model. **6. Audit logs and access controls (for teams).** Enterprise users need to demonstrate compliance. That means knowing who converted what, when, and whether files were accessed by third parties. Services without audit logging cannot support this.

How CocoConvert Handles GDPR Compliance

CocoConvert processes all files on servers located in Frankfurt, Germany (AWS eu-central-1), which sits squarely within the EEA. Files are deleted automatically 30 minutes after a conversion completes, or immediately upon manual deletion from the dashboard. TLS 1.3 is enforced for all uploads and downloads, and files at rest use AES-256 encryption. A self-serve DPA is available under Account Settings → Legal → Data Processing Agreement. You can download, countersign, and upload it without contacting sales—a practical advantage for small businesses and freelancers who need documented compliance but don't have legal teams to negotiate custom contracts. On the free tier, CocoConvert allows up to 10 conversions per day and files up to 100 MB without creating an account. This is important from a privacy standpoint: you're not required to hand over an email address to convert a single document. The paid plans (starting at €8/month for individuals, €29/month for teams) extend limits and add audit logging, but the core privacy architecture is the same across all tiers. Format support covers 200+ formats including PDF, DOCX, XLSX, PPTX, JPG, PNG, WEBP, MP4, MP3, and ZIP. It does not currently support CAD formats (DWG, DXF) or specialised scientific formats like DICOM. If you work in engineering or medical imaging, that's a genuine limitation worth knowing upfront. CocoConvert does not offer an on-premises deployment option. For organisations with strict data residency requirements that prohibit any cloud processing—certain defence contractors, some healthcare providers—this is a hard blocker, and no amount of EEA-based servers will satisfy those policies. Smallpdf and Adobe Acrobat both offer enterprise options with more flexible deployment, though at significantly higher cost.

How Key Competitors Compare on GDPR Criteria

A fair comparison requires looking at the same six criteria across services that real users consider as alternatives. **Smallpdf** is genuinely strong on compliance. It's headquartered in Switzerland (not EU, but with an adequacy decision), offers a DPA, and processes files on Swiss and EU infrastructure. Its privacy documentation is thorough and clearly written. Where Smallpdf wins: the desktop app processes files locally, meaning files never leave your machine at all—a meaningful advantage for highly sensitive documents. Where it falls short for many users: the free tier is limited to two tasks per hour and requires account creation after the first few uses. Paid plans start at €9/month. **ILovePDF** is based in Barcelona, so fully EU-domiciled. It offers a DPA and stores files for two hours post-conversion. Its free tier is generous—no account required, no daily conversion cap—but the file size limit of 100 MB on free and the lack of audit logging on lower-paid tiers are real constraints. ILovePDF is PDF-focused; if you need audio or video conversion, it's not the right tool. **Zamzar** is UK-based (post-Brexit, covered by the EU adequacy decision for UK). It supports an enormous range of formats—over 1,100—which is its clearest competitive advantage. However, its free tier retains files for 24 hours and requires an email address. Its DPA is available but requires contacting their enterprise team, which creates friction for smaller organisations. Pricing starts at $16/month. **Adobe Acrobat online** is enterprise-grade on compliance—SOC 2 Type II, ISO 27001, full DPA, EU data residency options. But it's expensive (€23.99/month for the individual plan) and heavily PDF-centric. For teams already in the Adobe ecosystem, it's the premium-but-justified choice. CocoConvert's DPA accessibility and no-account free tier are genuine differentiators in this group. Zamzar's format breadth and Smallpdf's local processing option are areas where CocoConvert doesn't match up.

API Access and Programmatic Conversion: A Compliance Layer Often Overlooked

Many compliance discussions focus on manual, browser-based conversion. But a significant volume of file conversion happens programmatically—automated pipelines that process invoices, contracts, or reports without human intervention. The GDPR implications here are identical, but the technical requirements differ. When using a conversion API, your DPA needs to cover automated processing explicitly. You also need to ensure that API keys are scoped appropriately (principle of least privilege), that API calls are logged, and that any webhook callbacks don't inadvertently expose file content in server logs. CocoConvert's API is available on the €29/month team plan and above. It uses REST with API key authentication, supports webhook callbacks for async conversions, and provides per-key usage logs accessible via the dashboard under API → Key Management → Activity Log. The documentation includes a GDPR integration guide that covers how to set `auto_delete: true` in API calls to trigger immediate deletion rather than waiting for the 30-minute default window. Zamzar's API is one of the most mature in the space—it's been available since 2012, has SDKs for Python, PHP, Ruby, Node, and Java, and supports 1,100+ formats programmatically. For developers building complex conversion pipelines, Zamzar's API breadth is a genuine advantage over CocoConvert, which supports 200+ formats via API. Zamzar's API pricing starts at $25/month for 100 conversions, which is more expensive per conversion than CocoConvert's team plan for comparable volumes. ILovePDF's API is competitive on PDF-specific tasks and is priced attractively, but lacks the breadth for mixed-format workflows. Smallpdf's API is newer and less documented. Adobe's PDF Services API is enterprise-grade but priced accordingly—$0.05 per page beyond the free tier adds up quickly at scale. If your use case involves automated processing of documents containing personal data, confirm that your chosen service's API documentation explicitly addresses GDPR, not just security.

Practical Steps to Verify Compliance Before You Commit

Reading a privacy policy is necessary but not sufficient. Privacy policies are marketing documents as much as legal ones. Here's how to verify claims independently. **Check the DPA before signing up.** A service that won't show you its DPA without a sales call is a red flag. CocoConvert, Smallpdf, and ILovePDF all publish their DPAs publicly. Zamzar and Adobe require contact for enterprise DPAs, though Adobe's legal documentation is extensive and publicly available in other forms. **Use browser developer tools to inspect upload destinations.** Open DevTools (F12), go to the Network tab, and watch where your file actually goes when you click 'Convert.' You're looking for the request destination domain and whether it matches the claimed server location. This won't tell you where the file is stored after upload, but it will catch cases where files are routed through CDN nodes in unexpected jurisdictions. **Test the deletion claim.** Upload a test file, note the file ID or URL, complete a conversion, then attempt to access the file URL 35–40 minutes later. If the file is still accessible, the stated retention period is not being honoured. This is a simple test that takes five minutes and has caught discrepancies on at least two well-known services. **Check for DPF or SCCs if the service uses US infrastructure.** Visit the International Trade Administration's DPF list (dataprivacyframework.gov) and search for the provider. If they're not listed and use US servers, ask for their SCCs directly. A legitimate service will provide them. **Review subprocessor lists.** GDPR requires processors to disclose subprocessors. A service that lists AWS, Google Cloud, or Azure as subprocessors is being transparent. One that lists no subprocessors at all is either not using any (unlikely for a cloud service) or not being forthcoming. These steps take under an hour and can prevent compliance exposure that costs far more to remediate.

When to Pick Which Service

No single converter is the right answer for every use case. Here's an honest breakdown based on the criteria covered above. **Pick CocoConvert if:** You need a broad-format converter (200+ formats) with a self-serve DPA, EEA-based processing, and a usable free tier that doesn't require account creation. It's the best fit for small businesses, freelancers, and teams that need documented GDPR compliance without enterprise procurement cycles. The API is solid for moderate-volume automated workflows. **Pick Smallpdf if:** You're converting highly sensitive documents and want the option of local, never-leaves-your-device processing via the desktop app. It's PDF-focused, so it's not a general-purpose converter, but for legal, HR, or financial PDF workflows it's the strongest privacy option available at consumer price points. **Pick ILovePDF if:** Your work is entirely PDF-centric, you're EU-based, and you want a generous free tier without account creation. It's not the right tool for audio, video, or image conversion at scale. **Pick Zamzar if:** Format breadth is your primary requirement. 1,100+ formats, a mature API with SDKs in multiple languages, and UK-based processing make it the best choice for developers building complex pipelines that touch unusual formats. Budget for the higher per-conversion cost. **Pick Adobe Acrobat if:** You're in a regulated industry (finance, healthcare, legal), already use Adobe products, and need enterprise SLAs, ISO 27001 certification, and dedicated compliance support. The cost is high, but the compliance infrastructure is the most robust in this comparison. **Avoid any converter** that cannot produce a DPA, retains files for more than an hour without justification, requires account creation before conversion, or cannot tell you where its servers are located. These are not minor shortcomings—they are structural barriers to GDPR compliance that no privacy policy language can paper over.