Difference between revisions of "Talk:Installation/Mac OS/OpenFOAM 2.1.x"

From OpenFOAMWiki
(Document how to extract images from the PDF.)
 
m (Wyldckat moved page Talk:Howto install OpenFOAM v21 Mac to Talk:Installation/Mac OS/OpenFOAM 2.1.x: Moved and renamed to make it more consistent)
 
(No difference)

Latest revision as of 11:38, 2 November 2013

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: