christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

React native html to pdf with <embed><embed/> with ios 17.4 #311

Open yuanyixiaomei opened 4 months ago

yuanyixiaomei commented 4 months ago

const pdfFile = await RNHTMLtoPDF.convert({ html: `

// Other ui

</div>`,

fileName: subjectLine, pageSize: 'Letter', padding: 0, base64: true }) The YourBase64EncodedPDFHere length is 212335.The content inside the embed tag will not be displayed in the final generated PDF. This only happens on real machines, not in simulator. my iphone ios version is 17.4 ,my simulator ios version is 17.0 I wonder if this tag is not compatible with iOS 17