Kevin Brown

Results 133 comments of Kevin Brown

I haven't tested this, but playing around with the Media Box is where I'd start: https://github.com/Hopding/react-native-pdf-lib/blob/master/js/src/PDFPage.js#L66

This library doesn't currently support encrypted PDFs. PRs are welcome.

I'd say yes, as long as the iOS side fails with an easily understood error message and we document that it's Android only, let's go for it!

Just a note that the reason this isn't merged yet is: - @EricWiener hit an issue - I don't have time to test this at the moment. I'd be happy...

@calinbodnar sounds like we should set the default font to a font that's always available in iOS to make this easier for people.

@shibbyy what version of React Native are you on and have you correctly linked the library?

Could you provide an example project so I can reproduce on my side?

Pull requests are still welcome.

This library doesn't support full text layout. The best way would be to either submit a PR to support word wrapping, or to calculate the lines yourself and lay them...

When it returns the path, you should be able to load the file from there, e.g. something like this: ``` ```