Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>Changelog</h1>
</div>
<h3>Microsoft Store launch &amp; language-change fix</h3>
<ul class="docs-list">
<li><strong>Microsoft Store availability</strong> — PDFApps is now packaged as MSIX and submitted to the Microsoft Store. Eight interface languages declared (English, Portuguese, Spanish, French, German, Italian, Dutch, Chinese).</li>
<li><strong>Microsoft Store launch</strong> — PDFApps is now <a href="https://apps.microsoft.com/detail/9P70QGR8BSMZ">live on the Microsoft Store</a> as a signed MSIX package, available in 8 interface languages (English, Portuguese, Spanish, French, German, Italian, Dutch, Chinese).</li>
<li><strong>Language-change crash fix</strong> — switching language no longer triggers an <code>Errno 2</code> crash on PyInstaller <code>--onefile</code> Windows builds. Root cause: PyInstaller 6.x uses <code>_PYI_APPLICATION_HOME_DIR</code> (not the legacy <code>_MEIPASS2</code>) for the parent→child temp-folder handoff; the relaunch was inheriting a stale value pointing at a folder the parent was about to delete. Fixed by sanitising the <code>QProcessEnvironment</code> before <code>QProcess.startDetached</code>.</li>
<li><strong>Privacy policy page</strong> — added <a href="privacy.html">pdf-apps.com/privacy.html</a> documenting the offline-only data posture (required for Store submissions declaring <code>runFullTrust</code>).</li>
</ul>
Expand Down
12 changes: 8 additions & 4 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<main id="main">
<div class="page-header">
<div class="container">
<span class="eyebrow">v1.11.0 · Latest release</span>
<span class="eyebrow">v1.13.10 · Now on the Microsoft Store</span>
<h1>Download PDFApps</h1>
<p>Free forever, open source. Choose your platform below — installation takes less than a minute.</p>
</div>
Expand All @@ -69,9 +69,13 @@ <h1>Download PDFApps</h1>
<img class="os-icon" src="icons/windows.svg" alt="Windows">
<h3>Windows</h3>
<div class="os-version">Windows 10 / 11 · 64-bit</div>
<a href="https://github.com/nelsonduarte/PDFApps/releases/latest/download/PDFAppsSetup.exe" class="btn btn-primary">
<a href="https://apps.microsoft.com/detail/9P70QGR8BSMZ" class="btn btn-primary">
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M3 5.7L10.4 4.7v7.3H3V5.7zm0 12.6L10.4 19.3v-7.3H3v6.3zm8.4 1L21 21V12h-9.6v7.3zm0-8.3H21V3l-9.6 1.4V11z"/></svg>
Get from Microsoft Store
</a>
<a href="https://github.com/nelsonduarte/PDFApps/releases/latest/download/PDFAppsSetup.exe" class="btn btn-secondary btn-sm" style="margin-top: 10px;">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
Download installer
Or download .exe installer
</a>
</div>
<div class="os-card">
Expand Down Expand Up @@ -224,7 +228,7 @@ <h4>Ghostscript</h4>
<span>© 2026 Nelson Duarte · Made with ♥ for the open web</span>
<div class="footer-bottom-links">
<a href="https://github.com/nelsonduarte/PDFApps">GitHub</a>
<a href="changelog.html">v1.11.0</a>
<a href="changelog.html">v1.13.10</a>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"description": "The PDF editor that respects your privacy. 15 built-in tools, runs offline, free forever, open source.",
"url": "https://pdf-apps.com/",
"downloadUrl": "https://pdf-apps.com/download.html",
"installUrl": "https://apps.microsoft.com/detail/9P70QGR8BSMZ",
"license": "https://github.com/nelsonduarte/PDFApps/blob/main/LICENSE",
"softwareVersion": "1.13.10",
"offers": {
Expand Down