top | item 42584901

(no title)

nicbars | 1 year ago

This is a side project I started nearly 2 months ago: an online PDF converter at https://quicklypdf.com. Over time, I’ve made various improvements, but I’m still looking for feedback and new users.

I’m aware there are many similar tools (e.g., smallpdf, ilovepdf) and competition is tough, but here’s what makes https://quicklypdf.com stand out:

1. Simplicity: No email sign-up, no user account needed. Just upload and convert.

2. Unlimited and Free: Unlike some services that require subscriptions or have daily limits, https://quicklypdf.com allows unlimited conversions, 100% free of charge.

3. High-Quality Output: Despite being free and straightforward, the conversion quality is intended to match or exceed that of paid alternatives.

4. Privacy-Focused: Uploaded files are deleted from the server within one hour for privacy. Additionally, certain features (like PDF merging or converting images to PDF) run locally in your browser—no upload needed—so you can even use them offline once the page is loaded.

I’d love any suggestions or feedback you might have. If you need an online PDF converter, please give https://quicklypdf.com a try. Thank you!

discuss

order

benob|1 year ago

Has anyone tried compiling a pdf processing suite to wasm, so that we not have to upload anything to servers?

LeifCarrotson|1 year ago

Or doing it in a native, offline app, even an Electron app if you're stuck with JavaScript for libraries?

PDFsam has been my go-to for years, it's a GPL v3 open-source offline (JavaFX) app to split, merge, extract, mix, and rotate pages from PDF files.

WASM apps can accomplish the same tasks without uploading, but fundamentally the user experience is indistinguishable: browse to a webpage, click some buttons, open/drag the file into the website, get converted file back. And even for the one or two highly-technical users that will audit the WASM and network requests to ensure no uploads happen, there's nothing preventing a page that serves the privacy-honoring suite today to swapping for one that surreptitiously uploads the documents tomorrow.

Yes, if you (foolishly/naively) trust OP, there's no leakage between uploading over SSL to his webserver, downloading, and letting his server delete it versus doing it entirely offline. But there's no way to audit that server, and again, even if there were, no way to trust that next week he doesn't get acquired by someone who wants to "unlock the value in his user data" or get a knock on the door from some persuasive men in suits.

Tommix11|1 year ago

This looks very good but I would like some more features. 1. Extract bitmaps from PDF (without conversion of any sort) 2. Extract typefaces from PDF 3. Convert to SVG 4. Extract and/or Remove Adobe Illustrator part from PDF 5. Convert all text to vector paths

Also, embedded png's and even jpg's can many times be compressed using lossless techniques see what Imageoptim can do for example.

Good work though. I have bookmarked your site.

nicbars|1 year ago

Thanks for the great suggestions! I’ll keep those advanced extraction and vector features in mind, and I’m also looking into enhanced image compression. Really appreciate the support—stay tuned!

SirFredman|1 year ago

I do like the about, privacy policy and terms and contions sections of the site :)

boo-ga-ga|1 year ago

If your terms of use are not one page of Loren ipsum, I'm not investing in your startup:)

auc|1 year ago

This looks pretty good, great job!

How are you making profit from this so that it’s sustainable?

nicbars|1 year ago

Thanks for the kind words! Right now I’m focusing on building a solid user base and refining the service. I don’t have direct monetization in place yet, but I’m exploring options like optional premium features or light, non-intrusive ads later on. The main goal is to keep it genuinely free and sustainable long-term.

dotancohen|1 year ago

I haven't tried it yet, but what advantage does this have over pandoc?

nicbars|1 year ago

Pandoc is awesome for converting text-based formats and markup files, but from my knowledge it doesn’t cover some of the more specialized PDF operations (like merging, splitting, rotating pages, etc.) or handling complex office formats with embedded elements. My tool aims to provide a quick, browser-based way to handle all those PDF tasks—no installation or command-line usage required.

x187463|1 year ago

What's the business model here? I'm assuming there's at least a marginal cost. As somebody who enjoys providing the world with free tools, I'm always curious how others handle the situation. Enshittification is real and comes for us all.

nicbars|1 year ago

Right now, it’s all covered out of pocket. Long-term, I’m considering optional premium features or very minimal ads, but I’m determined to avoid the usual “enshittification” pitfalls. My goal is to keep the core service free and transparent while staying sustainable in the long run.