No return on RNHTMLtoPDF.convert()
See original GitHub issueWe need to create a PDf with multiple images and some data. On the End the file has more then 10 Sites. If we create a smaller file it works without problems. On iOS it works fine but its not working on android with bigger files.
RNHTMLtoPDF.convert(options);
do not return and the app stuck.
Do you have any idea how to fix that?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
RNHTMLtoPDF.convert(options) don't return nothing. #194
Until a few days ago it worked fine, and without problems, but from one moment to another, the PDF file is not being...
Read more >React native html to pdf - ios - Stack Overflow
Found the answer to convert file in base64 string ... directory: 'Documents', base64: true }; let file = await RNHTMLtoPDF.convert(options);.
Read more >How to Convert Html Strings to PDF Documents using React ...
In this library, We will share the archive for How to Convert Html Strings to ... base64, boolean, false, return base64 string of...
Read more >How to print a Text View in React Native? - LinkedIn
... how your generated PDF looks like, the return promise of the function RNHTMLtoPDF.convert() contains the file path for the document.
Read more >html-to-pdf-react-native - npm
Convert html strings to PDF documents using React Native with ... base64, boolean, false, return base64 string of pdf file (not recommended).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Finneah @MahbbRah
I had the same problem and the fix was just a permission that we should ask.
something like this should solve the problem.
What other library did you find that does html to pdf?