Diego Muracciole
Diego Muracciole
I was trying to unify our pdfkit fork with the real package, and this introduces a new change. Can we do this on react-pdf side by overriding the trailer?
Should be fixed in latest version. Please re-open if it's not the case
You linked a pdfkit line, but that does not mean `@react-pdf/renderer` allows passing numbers as src or href. In which case we would want this?
Unrelated to this lib
You had `"yoga-layout": "^3.0.2"` installed for some reason. We aren't shipping this until next version of react-pdf. It should no longer be a problem there
[EvHaus/react-pdf-charts](https://github.com/EvHaus/react-pdf-charts) looks promising. Charts are outside this lib scope
This is likely caused by https://github.com/diegomura/react-pdf/pull/2952. but it's unclear yet if it's a bug (despite the `render` prop example). Before it line height was incorrectly computed. Can you guys show...
Hey. Couldn't replicate. This is my code and the produced doc below: ```js const styles = StyleSheet.create({ body: { paddingTop: 35, paddingBottom: 45, paddingHorizontal: 35, position: "relative", }, regular: {...
This should be fixed in latest version. Please re-open if it's not the case
PdfViewer just leverages browser PR viewer as it just renders an iframe. Any customization or special viewer beyond that is up to the app