Skip to content

PDFCraft v2026.02.06-90cf08a

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:53
90cf08a

🚀 PDFCraft Release v2026.02.06-90cf08a

📦 Download & Usage

  1. Download pdfcraft-v2026.02.06-90cf08a.zip
  2. Extract to any directory
  3. Serve with any static HTTP server

Quick start:

# Using Python
cd pdfcraft
python -m http.server 8080

# Or using Node.js
npx serve .

# Or use any static file server (nginx, apache, etc.)

Then visit http://localhost:8080 to use the application.


Commit: 90cf08a0cc1888d3d568cd34f29fbd749a4ceef4
Build Time: 2026-02-06 14:53:23 UTC

What's Changed

  • fix(pdf): add automatic fallback mechanism for failed image embedding by @eq1024 in #30

New Contributors

Full Changelog: v2026.02.05-98bff90...v2026.02.06-90cf08a