cognidox / OfficeToPDF

A command line tool to convert Microsoft Office documents to PDFs
https://www.cognidox.com/
Other
610 stars 137 forks source link

Feature: Allow excel width/height configuration /excel_single_page #46

Open luiscla27 opened 5 years ago

luiscla27 commented 5 years ago

Description Add a command switch to excel files so they get exported into a single big PDF page, the suggested syntax is the following,

/excel_single_page

Use case Currently most EXCEL files aren't meant to be printed. So, when they are exported to PDF they are broke apart into many pages (due to print configurations). However the EXCEL will never be printed... the PDF is for view only.

Excel has a configuration for doing this: image

luiscla27 commented 2 years ago

Hi @vittala, I think that the following PR fullfils the porpuse of the feature request: https://github.com/cognidox/OfficeToPDF/pull/63