summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/doc/latex/aeb-pro/examples/test_install.tex')
-rw-r--r--texmf-dist/doc/latex/aeb-pro/examples/test_install.tex38
1 files changed, 0 insertions, 38 deletions
diff --git a/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex b/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
deleted file mode 100644
index 6f2bbf79..00000000
--- a/texmf-dist/doc/latex/aeb-pro/examples/test_install.tex
+++ /dev/null
@@ -1,38 +0,0 @@
-\documentclass{article}
-\usepackage[web=designiv,eforms]{aeb_pro}
-
-\begin{defineJS}{\insertSomePages}
-aebTrustedFunctions( this, aebInsertPages, {nPage: -1,cPath: "myCoverPage.pdf",nStart: 0} );
-\end{defineJS}
-
-\thispagestyle{empty}
-\parindent0pt\parskip6pt
-
-\begin{document}
-
-This is a file to test your AeB Pro installation.
-
-To test the \textsf{AeB Pro} installation, press this button: \pushButton[\CA{Test AeB
-Pro}\A{\JS{\insertSomePages}}]{btnTest}{}{11bp}
-
-Upon pressing the button, if you have installed the \texttt{aeb\_pro.js} file
-correctly, a cover page should be inserted as the first page. If the cover
-page does not appear, check the \textsf{Acrobat} console window
-\texttt{Ctrl+J} for an error message. If you did place \texttt{aeb\_pro.js}
-in the use JavaScript folder, and the file was not imported, then either you
-haven't closed and opened \textsf{Acrobat} after you installed \texttt{aeb\_pro.js},
-or the cover page document \texttt{myCoverPage.pdf} does not exist or has
-been moved from this folder
-
-On failure, did you close \textsf{Acrobat} before opening this file? (The JS
-files are only read once when the \textsf{Acrobat} application is opened.)
-When all else fails, try rereading the installation instructions again
-(\texttt{install\_jsfiles.pdf}), found in the \texttt{doc} folder, but more
-carefully this time.
-
-Still failing? Do you have \textsf{Acrobat DC}? Perhaps your \textsf{Acrobat}
-needs to be configured. Try reading \texttt{acrobat-in-workflow.pdf}, found
-in the \texttt{doc} folder.
-
-
-\end{document}