• Resolved kennnesbitt

    (@kennnesbitt)


    I just purchased the pro version of PrintFriendly. It is exactly what I needed. Thank you.

    One question though… The vast majority of my readers are from the USA, so I would prefer the default PDF page size to be Letter, not A4. Is it possible to set Letter as the default page size?

Viewing 1 replies (of 1 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    PrintFrinedly automatically detects the region and sets appropriate page sizes.
    If you want to force a single size, you can add this in custom css

    
    
    @media print {
      @page {
        size: letter !important;
      }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘PDF page size’ is closed to new replies.