react-native-html-to-pdf icon indicating copy to clipboard operation
react-native-html-to-pdf copied to clipboard

generate pdf on a single page

Open thiagomachado1998 opened this issue 1 year ago • 1 comments

i work generating very large documents and i would like to be able to generate all the content on a single page. how can i do this, generate all the content on a single page without breaking pages?

thiagomachado1998 avatar Mar 11 '24 12:03 thiagomachado1998

@thiagomachado1998 resolved this by setting document height dynamically based on the content for instance: const options = { html: '<h1>content</h1>', height: (calculate the height based on the content you add)}

Mackewinsson-femsa avatar Apr 05 '24 16:04 Mackewinsson-femsa