Search found 3 matches

by martinli
Thu Apr 11, 2013 12:52 pm
Forum: General
Topic: Button Print for specific pages
Replies: 4
Views: 7582

Re: Button Print for specific pages

Well,
If this is not possible generally, then it would be great if someone could tell me so...
Many thanks
Martin
by martinli
Wed Apr 10, 2013 12:05 pm
Forum: General
Topic: Button Print for specific pages
Replies: 4
Views: 7582

Button Print for specific pages

Hi,

The MWE is:


\documentclass[12pt,oneside,a4paper,headinclude=on,footinclude=of f,DIV=20,BCOR=25mm]{scrartcl}
\usepackage[ngerman, english]{babel}
\usepackage{amsmath,amssymb,amsthm,amsfonts,latexs ym}
\usepackage[latin1]{inputenc}
\usepackage{courier}

\usepackage{lmodern}

\usepackage[T1 ...
by martinli
Wed Apr 10, 2013 9:25 am
Forum: General
Topic: Button Print for specific pages
Replies: 4
Views: 7582

Button Print for specific pages

Hello,

I'm using a several forms (Checklists) within one pdf document.
I would like to have a print button at the end of each checklist/form, but this print button shall only print the pages from that specific checklist.

\renewcommand{\printfrom}{\thepage}
\begin{Form}
\TextField[width=4.2cm ...