Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic creation of a PDF file name when the PDF name isn't transmitted. #5

Open
gilardh opened this issue Oct 22, 2020 · 1 comment

Comments

@gilardh
Copy link

gilardh commented Oct 22, 2020

Automatic creation of a PDF file name when the pdf name is not transmitted in the command line.
The name of the PDF in the command line would become optional.
The name of the PDF file could be the date and time of generation.

Example :
use chrono::{DateTime, Local};
let now: DateTime = Local::now();
filename = now.format("%Y-%m-%dT%H:%M:%S").to_string();

@leto
Copy link
Member

leto commented Oct 23, 2020

@gilardh seems like a good feature 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants