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
For starters, I wanted to convert RTF to PDF files using something like rtflite convert from the command line directly, instead of having to write a Python script. Developing a CLI via Typer would be useful.
Can extend to supporting other functionalities suitable for interfacing with command line in the future by simply adding subcommands.
The text was updated successfully, but these errors were encountered:
For starters, I wanted to convert RTF to PDF files using something like
rtflite convert
from the command line directly, instead of having to write a Python script. Developing a CLI via Typer would be useful.Can extend to supporting other functionalities suitable for interfacing with command line in the future by simply adding subcommands.
The text was updated successfully, but these errors were encountered: