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

Convert html strings to PDF documents using React Native

Results 34 react-native-html-to-pdf issues
Sort by recently updated
recently updated
newest added

Hi, I'm creating multi page pdf from html. Last line from the first page is cutting off and flowing into the next page. Is there any way to fix this...

const pdfFile = await RNHTMLtoPDF.convert({ html: ` // Other ui `, fileName: subjectLine, pageSize: 'Letter', padding: 0, base64: true }) The YourBase64EncodedPDFHere length is 212335.The content inside the embed tag...

i work generating very large documents and i would like to be able to generate all the content on a single page. how can i do this, generate all the...

I want some static content to appear at every page's header, and page number on the footer with static text. I tried 1. Calculating page height/ and using it to...

On iOS, a crash occurs randomly. Attaching a screenshot of the same. Please provide a solution for this. ![Simulator Screenshot - iPhone 14 - 2023-07-05 at 14 22 21](https://github.com/christopherdro/react-native-html-to-pdf/assets/105341507/e0697161-ea15-42cd-98a3-1ed78f9cf508)

I can convert html to pdf while it contains qr in ios but in android the qr is not show "react": "18.2.0", "react-native": "0.71.7", "react-native-html-to-pdf": "^0.12.0",

stale

Recently, `RNHTMLtoPDF.convert()` stopped doing anything! No error is provided, and the file is not created. However, I noticed that the `filePath`, which it uses does NOT actually exist (to the...

Hi, I am trying to generate pdf from html content but i'm getting this error in catch block [Error: Please retry, Error occurred generating the pdf] Here, i attached my...