RWAP / PrinterToPDF

Project for converting captured printer data files to PDF format
GNU General Public License v3.0
85 stars 19 forks source link

read_byte_from_file() function #24

Closed RWAP closed 4 years ago

RWAP commented 4 years ago

The read_byte_from_file (char *xd) function needs to be updated to improve speed.

Ideally, it would open the file once and maintain the file pointer rather than having to use the ftell and fseek commands every time that a byte is read.

This would be an ideal little challenge for those looking to use this code.

RWAP commented 4 years ago

I implemented the changes required - now released in v1.6.3