Some Useful Tips and Software Tools

  • How to embed fonts in a PDF file generated by pdflatex to pass IEEE Xplore test
  • Here is a helpful article that provides a step-by-step instruction on how to solve this problem.

    If the included PDF files( the second problem in the article above) are generated under windows, they can be re-generated to embed all the fonts needed. An alternative way is that convert them into ps files, and then use acrobat distiller to convert the ps files back into PDF files. Acrobat distiller should be configed to embed the required fonts.

    In linux, you may also try to convert the pdf file back to ps file using pdftops, and then convert it back to pdf file using ps2pdf14.

    Use "convert" to chanage/rotate ps/eps files if necessory. convert -size WidthxHeight -rotate Degrees foo.ps -resize NewWidthxNewHeight foo.(other format)

  • Manipulate ext2 file systems at user-level
  • EXT2FS library contains functions to manipulate an ext2 filesystem directly at user-level. These functions read/write the ext2 filesystem directly through its physical device.

    Related links:

    Ext2fs Home Page

    Online Document