lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> (Acrobat produces the file the program is reading)

If you're reading PDF files in Lua, make sure you open them in binary mode,
ie, use io.open(filename,"rb").