var fDesc=new Array(); fDesc[0] = "PloViewAuto reads a lot of HPGL/Vector/Image files continuously, and converts it into format files often used, such as PDF, TIFF, DXF, and IGES, at high speed automatically.

1. File format which PloViewAuto handles is as follows.
(1) Output 1
* Input
HPGL,HP-GL/2,HP RTL,PDF,DXF,DWG,GERBER,NC-Drill,IGES,SXF,EMF,TIFF,JPEG,Bitmap,PCX,FPX,GIF,PNG
* Output
PDF,HP-GL/2,EMF,TIFF,DXF,DWG,JPEG,Bitmap,IGES,SXF, PCX,FPX,GIF,PNG,,CMT,HPGL/Printer
(2) Output 2
* Input
PDF
* Output
WMF, EMF, PS, EPS, SVG, XPS, HPGL, PCL

2. Output mode has the two following modes.
(1) Standby output mode
The same input file as specified input file name with wild card is looked for, if it is, it will output, and input file is automatically deleted after output.
When there is no input file , it waits until file comes.
(2) Batch Output mode
Plural input files described in specified output list file are outputted continuously.

3. This program is the automatic output special edition version PloView and set.
This program generates command line which starts the automatic output special edition version PloView, and has function to start PloView."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }