• Resolved hammadrafiq

    (@hammadrafiq)


    I don’t want header and some of the area below header to be part of the downloaded pdf file neither do I want footer included in the pdf. Is there any way to achieve it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Pdfcrowd Dev Team

    (@pdfcrowd)

    There are 2 options how to remove any part of the page from the output PDF.

    Option 1. Just add pdfcrowd-remove or pdfcrowd-hide CSS class to the element which should be removed.
    example for removing the part of your header

    
    <div class="pdfcrowd-remove has_eae_slider elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f23c1d0 col-menu" data-id="f23c1d0" data-element_type="column">
    

    see details

    Option 2. Use “Custom Javascript” setting on “General Options” tab.
    example value for removing the part of your header

    
    jQuery('.elementor-element-f23c1d0').remove();
    
Viewing 1 replies (of 1 total)
  • The topic ‘Is there any way to exclude part of the first page from output pdf?’ is closed to new replies.