-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The end of the script prints the file location and then any fpdf2 warnings, which may make people think it's an error and didn't write the PDF
Example of current behavior
C:\Users\alallier\Documents\Mattermost-Export>python3 MMExport2PDF.py --auth=xyza -u=user -s=mattermost.com --t=Team
Channel Name
Total Messages: 76
./users\alallier\alallier.pdf
Font MPDFAA+Arial is missing the following glyphs:
meta NOT subset; don't know how to subset; dropped
meta NOT subset; don't know how to subset; dropped
meta NOT subset; don't know how to subset; dropped
TSIV NOT subset; don't know how to subset; dropped
Proposed behavior
C:\Users\alallier\Documents\Mattermost-Export>python3 MMExport2PDF.py --auth=xyza -u=user -s=mattermost.com --t=Team
Channel Name
Total Messages: 76
Warning: Font MPDFAA+Arial is missing the following glyphs:
meta NOT subset; don't know how to subset; dropped
meta NOT subset; don't know how to subset; dropped
meta NOT subset; don't know how to subset; dropped
TSIV NOT subset; don't know how to subset; dropped
Successfully wrote PDF to ./users\alallier\alallier.pdf
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request