We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if(granted === PermissionsAndroid.RESULTS.GRANTED) { let data = { html: '<h1>PDF TEST</h1>', fileName: 'test', directory: 'Documents', }; let file = await RNHTMLtoPDF.convert(data) alert('Has been downloaded to : ', file.filePath); }
"react-native-html-to-pdf": "^0.12.0", "react": "17.0.2", "react-native": "^0.67.4",
multiDexEnabled true buildToolsVersion = "30.0.2" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30
What I tried so far is this link: #261 (comment) but still no luck
Though I am using react-native 67 still used react-native link react-native-html-to-pdf
react-native link react-native-html-to-pdf
Can someone point out why it is not generating any pdf file on the document directory ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"react-native-html-to-pdf": "^0.12.0",
"react": "17.0.2",
"react-native": "^0.67.4",
multiDexEnabled true
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
What I tried so far is this link: #261 (comment)
but still no luck
Though I am using react-native 67 still used
react-native link react-native-html-to-pdf
Can someone point out why it is not generating any pdf file on the document directory ?
The text was updated successfully, but these errors were encountered: