Macos – Convert OS X .pages file to PDF or HTML preserving hyperlinks

conversioniwork-pagesmacos

Just wondering if anyone knows how to convert a Pages file to a PDF or HTML file while preserving the hyperlinks within the document.

I can export it to .PDF (using OS X Lion 10.7.3) but and the links are blue and underlined but they aren't links anymore.

Best Answer

I thought Pages was something that came with the OS but I realised that the .pages files were actually opening in Preview. So I purchased Pages from the app store and voila I can export them.

I needed to create HTML files from them, I found an article that suggested exporting them to .rtf and then from the terminal running

textutil -convert html myfile.rtf

It worked like a charm!

Related Question