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
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
The text was updated successfully, but these errors were encountered:
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
Proposed behavior
The text was updated successfully, but these errors were encountered: