Skip to content

ENHANCEMENT idea : read from stdin (maybe also write to stdout) #35

@ashmanskas

Description

@ashmanskas

It would be handy to be able to specify the standard input instead of an input filename, and also to have the option to write to the standard output instead of to output.pdf or to a given filename.

I can do this from bash, somewhat awkwardly:

upstream-command | txt2pdf <(cat) -o >(cat) | downstream-command

but it could be nice to have the "-" in place of input or output filename, as in the 'a2ps' command.

-Bill

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions