-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
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
padding support for android #313
Comments
I managed to solve this lack of padding support for android in the following way : access the following library folder : node_modules / react-native-html-to-pdf / android/src/java / android / pdfConverterJava
then go to another folder with directory : node_modules / react-native-html-to-pdf / android / src / java / android / com / reactNativePDFmoduleJava
your pdf will be generated with padding on each page |
or you can add css style for html content to padding |
i need each page of my pdf to have a padding top and padding bottom, but this feature is exclusive to ios, is there any alternative or change to the source code to change this?
The text was updated successfully, but these errors were encountered: