| |
TOP
TIPS - June 2006
How to uncompress gzip (.gz)
files and print the contents automatically. Products required are:
Batch & Print
Pro 2.03 or above &
7ZA DOS gzip decompress tool
See example video of the print process here:
//www.traction-software.co.uk/batchprint/videos/PrintGZFiles.htm
1. extract to above or similar gzip utility to folder e.g.
c:\7za312
2. edit in notepad: c:\script.bat and add the following:
echo off
echo **** Processing
for %%a in (c:\gzfiles\*.gz) do c:\7za312\7za.exe e "%%a" -oc:\toprint
-y
echo **** Cleaning up
del c:\gzfiles\*.gz
This will scan all files in c:\gzfiles folder and uncompress any
contents to c:\toprint
3. Setup directory monitor in Batch & Print Pro to scan for type
e.g. .pdf in folder c:\toprint
click the 'Run bat,exe before / after scan' checkbox and configure to
run c:\script.bat as 'Run before scan folder and wait for process to
finish before continue.'
4. run and drop a .gz file in c:\gzfiles
See example video of the print process here:
//www.traction-software.co.uk/batchprint/videos/PrintGZFiles.htm
|
|
MORE TIPS
June 2006
How to uncompress gzip (.gz) files and print
the contents automatically
April 2006
How to insert a pdf into a master pdf
multiple times page by page
January 2006
How to batch print Crystal Report files. (.RPT)
How to batch print files on different trays multiple times
November 2005
How to add an image to pdf files before printing, in real-time.
October 2005
How to print PDF's without Adobe Reader or
Acrobat.
How to add page numbers or other information
like filenames to pdf files before printing, in real-time.
How to print a pdf file in groups of n pages
for finishing e.g. 5 pages at a time.
How to add blank pages onto odd number pdf's.
How to round up total pages on pdf's to a
divisible amount e.g. divisible by 4.
How to batch rename pdf documents using
document properties.
September 2005
How to merge files of the same name from
different folders.
How to add your PDF files document summary
information in to a Database in less than 10 minutes.
June 2005
How to insert files into another file page
by page.
May 2005
How to print
the last page of every PDF file.
How to append 1 blank page to every odd
page PDF file.
How to run Batch & Print Pro in the background like a service.
|