You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prawn
Hi all,
I am able to format and create my PDF documents and am down to the
last question before i push to production. Specifically, the issue I'm
running into is that prawn is inserting a blank page at the beginning
of the document when it is created. I want to prevent this, and just
wondering if there is a default setting somewhere that i am missing...
Thanks in advance for any assistance...
Brad Ediger
unread,
Apr 18, 2011, 4:44:09 PM4/18/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to prawn...@googlegroups.com
Pass :skip_page_creation => true to Prawn::Document.new.
-be
tjp
unread,
Apr 18, 2011, 4:50:37 PM4/18/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prawn
ahhh. thought might be it....thanks brad. you've been quite
helpful....very much appreciated!