christopherdro / react-native-html-to-pdf

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

Vertical padding on each page #260

Closed sidorchukandrew closed 2 years ago

sidorchukandrew commented 2 years ago

I've been trying to figure out how to apply vertical padding/margins to each page of a PDF. The PDF can have an arbitrary number of pages because it is based off user input so I can't just break up the content into separate divs and apply the padding. Are there any settings I'm not aware of for apply padding to internal pages?

1C89D32C-01AB-41AF-B7AE-CAEF0C980EE1

CaioQuirinoMedeiros commented 7 months ago

@sidorchukandrew have you found a solution?