react-native-html-to-pdf
react-native-html-to-pdf copied to clipboard
Convert html strings to PDF documents using React Native
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. 
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",
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...