Hello, I have question how to export to PDF one page only. I know how to export whole section but I’m interested in exporting one page only.
Post processing PDF after export will be a weak solution - User is selecting page and I will need to parse whole section find it and match it to select that desired page.
Thanks in advance for any help.
Hi Artur,
Thanks for Your help, I have one more question - how can I get page index from page object ?
Context:
I’m iterating through pages in section and I want to save each page as separate PDF.
Let’s assume that I’m iterating in random order so my reference to current page is only by page object.
Hi Artur,