You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Request to add a zip compression option for the output files in SheetFusion. This feature would allow users to compress all generated PDFs into a single zip file, enhancing file management and ease of distribution.
Problem and Context
Handling multiple output PDFs can be cumbersome, particularly in scenarios involving large batches. A zip compression feature would streamline this process, making it more efficient.
Proposed Solution
Introduce an optional command-line argument (e.g., --zip-output) in SheetFusion, enabling the compression of all output PDFs into one zip file.**
Feature Description
Problem and Context
Proposed Solution
Alternatives Considered
Possible Implementation