Adobe Reader

Programe utile

Moderator: HAMOR

Post Reply
imre.bodosi
Site Admin
Posts: 456
Joined: 08 Dec 2011, 10:49

Adobe Reader

Post by imre.bodosi »

[*]Cum se poate lansa Abobe Reader din linie de comanda:

1.
http://partners.adobe.com/public/develo ... meters.pdf

2.
AcroRd32.exe <filename>
The following switches are available:

/n - Launch a new instance of Reader even if one is already open
/s - Don't show the splash screen
/o - Don't show the open file dialog
/h - Open as a minimized window
/p <filename> - Open and go straight to the print dialog
/t <filename> <printername> <drivername> <portname> - Print the file the specified printer.

3.
Open a PDF file:

AcroRd32.exe PdfFile
Open a PDF file in a new instance of Adobe Reader:

AcroRd32.exe /N PdfFile
Open a PDF file at page 7:

AcroRd32.exe /A "page=7=OpenActions" PdfFile
Open a PDF file with navigation pane active, zoom out to 50%, and search for and highlight the word "batch":

AcroRd32.exe /A "zoom=50&navpanes=1=OpenActions&search=batch" PdfFile
Print a PDF file with dialog:

AcroRd32.exe /P PdfFile
Print a PDF file silently:

AcroRd32.exe /N /T PdfFile PrinterName [ PrinterDriver [ PrinterPort ] ]
The last command will open a new Adobe Reader window, print the PDF file and then terminate its window unless that window happens to be the only Adobe Reader window left: at least one Adobe Reader window will be left open.
Post Reply