Search found 1 match

by sophea
Sun Jul 04, 2010 11:01 am
Forum: General
Topic: Hyperref to create pdf file with the link to executable file
Replies: 1
Views: 1555

Hyperref to create pdf file with the link to executable file

I want to have generate a pdf document from latex with a link so that when I click on the link, it will call the execuatable file in Ubuntutu Linux. Below is my latex source:

\documentclass[11pt]{article}
\usepackage{hyperref}
\usepackage{color}
\begin{document}
\href{run:./square}{Execute the file ...