Skip to content

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

@gilardh

Description

@gilardh

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions