react-native-pdf-lib icon indicating copy to clipboard operation
react-native-pdf-lib copied to clipboard

Change pdfbox version to 1.8.10.3

Open Ellathet opened this issue 2 years ago • 3 comments

This update gave me performance and conflict resolution

Ellathet avatar Jun 29 '22 22:06 Ellathet

@Ellathet , just wondering - how fast does it generate a PDF with these changes?

Shogobg avatar Jul 09 '22 13:07 Shogobg

@Ellathet , just wondering - how fast does it generate a PDF with these changes?

Not very much, the performance comes from the time it takes to setup and build, since there are no more conflicts.

The lib that gave me these conflicts was: react-native-html-to-pdf

But this is provisional, I'm trying create a new pdf lib.

Ellathet avatar Jul 09 '22 13:07 Ellathet

@Ellathet I've made a fork of this repository and there's some performance optimizations - a PDF is generated in 1s. if you'd like, check it out at: https://www.npmjs.com/package/@shogobg/react-native-pdf

Shogobg avatar Jul 09 '22 14:07 Shogobg