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
My code:
const createPDF = async () => { try { const options = { html: '
PDF TEST
const file = await RNHTMLtoPDF.convert(options); console.log('File Path:', file.filePath); alert(file.filePath); } catch (e) { console.log('Error Message:', e); }
};
The text was updated successfully, but these errors were encountered:
I have the same problem
Sorry, something went wrong.
Any solution?
If you are using iOS, go to the ios folder and run pod install or bundle exec pod install to install all the dependencies in the iOS project
pod install
bundle exec pod install
No branches or pull requests
My code:
const createPDF = async () => {
try {
const options = {
html: '
PDF TEST
',fileName: 'test',
directory: 'Documents',
};
};
The text was updated successfully, but these errors were encountered: