Linking to a Page in a PDF File

PDFI was adding a link to a PDF file to my webpage, and was wondering if it was possible to link TO a page within the PDF. I did my google search, and found exactly how to do it.

Simply link to your PDF file as usual and append page=8 to link to the 8th page. Change the number accordingly.

So the HTML code would look like this:

<a href="http://www.mywebsite.com/myPDF.pdf#page=8">Page 8 in my PDF File</a>

Nice Trick. Thanks Planet PDF. :)

Microsoft Office 2007

Word 2003 to Word 2007

There’s been talk at my workplace about if we’ll move to MS Office 2007 or not. All staff and public machines are currently running Office 2003. But it looks like we’ll need to train our staff about the new software before we can deploy it.

For starters, this Interactive: Word 2003 to Word 2007 Command Reference Guide seems like a great place to begin!

Read more..