Api/dev.printfile()

From Minux Wiki
Revision as of 13:35, 1 October 2024 by Shorun (talk | contribs) (Created page with "this function is part of the dev. api and used to print a file to a printer device. '''usage:''' dev.printfile(filepath) '''output:''' prints the contents of the provided file, splits it up into several pages, does NOT format the text to fit the pages, simply prints it.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

this function is part of the dev. api and used to print a file to a printer device.


usage:

dev.printfile(filepath)


output:

prints the contents of the provided file, splits it up into several pages, does NOT format the text to fit the pages, simply prints it.