PDFApp icon indicating copy to clipboard operation
PDFApp copied to clipboard

Modernize with async/await and internal library loading

Open zachthedev opened this issue 6 months ago • 0 comments

  • Converted PDFApp to use async/await for all core operations.
  • Refactored library loading (pdf-lib, fontkit) to be managed within each PDFApp instance, restoring original helper method functionality.
  • Improved state handling for top-level chained calls.

zachthedev avatar Jun 13 '25 04:06 zachthedev