Skip to content

Add boxpdf library to PDF tools list#31

Open
earonesty wants to merge 1 commit into
py-pdf:mainfrom
earonesty:patch-1
Open

Add boxpdf library to PDF tools list#31
earonesty wants to merge 1 commit into
py-pdf:mainfrom
earonesty:patch-1

Conversation

@earonesty

Copy link
Copy Markdown

Flexbox dsl is really needed to do nice pdf layouts. Also boxpdf can "stream-render pages", meaning you can render a 1000 page pdf in 100k of RAM. Both of which are needed for edge function use.

Without flexbox, you're forced to use coordinate math to do page layouts or use react renderer which drags in multi-mb libs and deps.

flexbox dsl is really needed to do nice pdf layouts.  also boxpdf can stream-render pages.  both of which are needed for edge function use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant