0.1.4 • Published 1 year ago

pdfb v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

PDFB

A pdf building library for nodejs hehe.


!! DOCUMENTATION IN PROGRESS !!


TODO

  • PdfBuilder
    • save document
        save(options?: {
          render: true,
          savePath: ''
        })
    • Save path setters / getters
    setSavePath(path: string): string;
    getSavePath(): string;

DONE

  • Section.class calculate start, end, size based of the elements inside

    • basically a way of creating a wrapper (background) that covers all elements of a section
  • Page

    • Stores individual page data
    • Section[]
    • PdfBuilder.class stores a page array Page[]
  • Fix padding handling inside PdfBuilder

    • Padding should affect the document start/end positions
0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.0

1 year ago