You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate a PDF with only one page and ignore the rest of the pages. My first page might be override to second page but in that case I want to ignore that second page. Is it possible using Wicked_pdf?
The text was updated successfully, but these errors were encountered:
You can generate the PDF normally, then pass the PDF file or blob into another tool, like PDFtk to copy off the first page into another PDF like pdftk wicked_pdf_multipage.pdf cat 1 output single_page.pdf.
I think you could also use Prawn-templates to do this, as I've done something similar in the past, back when templates were part of Prawn core.
Hello All,
I want to generate a PDF with only one page and ignore the rest of the pages. My first page might be override to second page but in that case I want to ignore that second page. Is it possible using Wicked_pdf?
The text was updated successfully, but these errors were encountered: