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
Run java Printer <input file> <output file>, where <input file> is where the raw text is stored and <output file> is where the formatted text is stored
To see the result, use a text editor to open <output file>. Sublime Text and Terminal may treat the file as a binary file
Assumptions
The height of the paper is 100 lines including the last line of === as page break
The width of the paper id 105 chars
All the space, tab at the start of the line is ignored, i.e. no indentation