can i control the css of the pdf export from the form submission?

  • nextwavepr
    Asked on January 14, 2015 at 11:54 PM

    i want the submission to look in a certain way like a resume pdf, with certain style, padding, etc.

     

    how can i do this? is possible..

  • Elton Support Team Lead
    Replied on January 15, 2015 at 10:30 AM

    Hi,

    Unfortunately, that is not possible with Jotform. We do not have that feature. 

    You may however be able to achieve that using Google chrome's Save as PDF feature by printing your form while editing a submission. I understand that it is a bit laborious but I think this should help.

    Here's how to save form to PDF.

    can i control the css of the pdf export from the form submission? Image 1 Screenshot 20

    To change your form layout on print mode, you can inject custom CSS codes to your form using @media print.

    Example:

    @media print{

    .form-textbox{border:none !important;}

    }

    This CSS will only take effect on print mode. Here's how to inject custom CSS codes to your form. https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form

    If you need help with the CSS, let us know here.

    Regards!