[PR #1225] [CLOSED] Add paid export API (PDF/HTML) #1212

Closed
opened 2026-03-03 00:25:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1225
Author: @Komediruzecki
Created: 9/23/2021
Status: Closed

Base: masterHead: feature/add-paid-pdf-api-export


📝 Commits (3)

📊 Changes

3 files changed (+135 additions, -238 deletions)

View changed files

src/cloud/api/teams/docs/exports.ts (+21 -0)
📝 src/cloud/components/DocPage/DocContextMenuActions.tsx (+113 -46)
📝 src/cloud/lib/export.ts (+1 -192)

📄 Description

Add handling of paid vs free users for export
Add API calls for PDF/HTML
Change Doc Context menu to call API on export

Fix title not being encoded
Add JSON optional API (for client calls)

Remove export procedures from cloud code

Tested:
Free user (cannot export HTML/PDF)
Pro/Standard user (can export HTML/PDF)

Video showcase of new UI changes:

https://user-images.githubusercontent.com/18196945/134771820-3a2f16b2-5c2a-4db5-94d8-a864e98a24df.mp4

Implements: https://github.com/Boostnote/BoostHub/issues/1345


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1225 **Author:** [@Komediruzecki](https://github.com/Komediruzecki) **Created:** 9/23/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/add-paid-pdf-api-export` --- ### 📝 Commits (3) - [`ff78c4e`](https://github.com/BoostIO/BoostNote-App/commit/ff78c4edd6aa887a2c24657db62bba81264ef452) Add premium PDF/HTML export - [`846dfb1`](https://github.com/BoostIO/BoostNote-App/commit/846dfb1d9fbb3a9ab44f2a74c441901a46c8b7ba) Fix lint error - [`1c66271`](https://github.com/BoostIO/BoostNote-App/commit/1c66271ca020b33673f01562d034c0238bb0d6cf) Update PDF export UI ### 📊 Changes **3 files changed** (+135 additions, -238 deletions) <details> <summary>View changed files</summary> ➕ `src/cloud/api/teams/docs/exports.ts` (+21 -0) 📝 `src/cloud/components/DocPage/DocContextMenuActions.tsx` (+113 -46) 📝 `src/cloud/lib/export.ts` (+1 -192) </details> ### 📄 Description Add handling of paid vs free users for export Add API calls for PDF/HTML Change Doc Context menu to call API on export Fix title not being encoded Add JSON optional API (for client calls) Remove export procedures from cloud code Tested: Free user (cannot export HTML/PDF) Pro/Standard user (can export HTML/PDF) Video showcase of new UI changes: https://user-images.githubusercontent.com/18196945/134771820-3a2f16b2-5c2a-4db5-94d8-a864e98a24df.mp4 Implements: https://github.com/Boostnote/BoostHub/issues/1345 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1212
No description provided.