Talk:Installation/Mac OS/OpenFOAM 2.1.x

From OpenFOAMWiki
< Talk:Installation
Revision as of 11:38, 2 November 2013 by Wyldckat (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FYI, the images extracted from the PDF file by running the following command on Linux:

pdfimages -j Compiling_Manual_OpenFOAm_Mac_OS_X.pdf  images

Then had to convert them from ppm to png:

for a in *.ppm; do convert $a $a.png; done

Sources: