|
I dont know what a .info file is, but here's how you can convert anything to pdf:
1) open your file in some text editor or office suite or whatever you use to open it.
2) Now print the file, but choose "Postscript" (or "PDF", if you have that option) instead of your printer.
3) Now it'll get converted into a .ps file (assuming you didn't have the option to print as pdf directly). Use the "ps2pdf" command to convert the .ps file to a .pdf. See the man page for more details.
|