PSS - Print SubSystem
Overview Data sheet Manuals Support Contact

PSS - Print SubSystem

FAQ

PDF files won't open with Adobe Reader 6.0

Download the Correction Utility for Adobe Reader 6.0 to modify PDF files generated by EPM, PSS, ACM and DocOut to make the PDF files readable in Acrobat 6.0.

The Correction Utility corrects the PDF object crossreference dictionary to the new strict interpretation of Acrobat 6.0.

The Correction Utility is available for Windows, MVS, Open MVS, VM and AIX 4.3

 

Correction Utility for Windows

Copy the executable to the desired destination directory.

If you execute the program without parameters you will be presented its syntax:




--------------------------------------------------------------

PDF2Acrobat6 converter, version 0.01



Modifies PDF files for viewing with Acrobat reader 6.0



MPI Tech A/S, 2003, This utility is freeware.

--------------------------------------------------------------



Syntax <>: Mandatory parameters, []: Optional paramerters :



pdf2ab6 [-ov (overwrite existing file)] <InputFile>

[OutPutFile (if -ov not set)]



e.g.



Overwrite existing file



pdf2ab6 -ov c:\old.pdf



pdf2ab6 -ov c:\*.pdf



Create new converted file



pdf2ab6 c:\old.pdf c:\new.pdf



I.e. using the -ov option you can correct a existing file. The -ov option can be used with wildcard, in order to convert multible files. The wildcard must be in the form: <PATH>*.<Extension>.

Otherwise you can generate a new corrected file without modifying the existing.

 

Correction Utility for MVS

To upload and run PDF2AB6 on MVS do:

Upload the files pdf2ab6.obj.mvs to an object lib and pdf2ab6.jcl and lnkpdf2.jcl to a JCL lib to MVS without translate with RECFM FB and LRECL 80.

Customize the LNKPDF2 jcl to your instalation and run it. Then the program is ready to run.

To convert a PDF file customize the PDF2AB6 jcl and run it against the files needed.

 

Correction Utility for Open MVS

To upload and run PDF2AB6 on OMVS do:

Upload the files pdf2ab6.omvs to your current or a /bin library.

Use chmod to make the program executeable:




chmod 500 pdf2ab6



Then the program is ready to run.

To convert a PDF file run:




pdf2ab6 ./old.pdf ./new.pdf



or to convert and overwrite the existing file:




pdf2ab6 -ov ./old.pdf



 

Correction Utility for VM

To upload and run PDF2AB6 on VM do:

Upload the files pdf2ab6.obj.vm as pdf2ab6 object, pdf2ab6.rex as pdf2ab6 exec and loadobj.rex as loadobj exec to VM without translate with RECFM F and LRECL 80.

On VM:

To link the program type:




global loadlib SCEERUN            /* set c-runtime lib  */

loadobj pdf2ab6                   /* Link               */



The program is ready.

To run a conversion do:




pdf2ab6 filename (filetype (filemode))



Filename is the name of the old file.
Filetype is the type of the old file (default is PDF).
Filemode is the mode of the old file (default is A).

The output file will be called filename PDFOUT A.

 

Correction Utility for AIX 4.3

Transfer the tar file to the desired destination directory.

Extract the binary as follows: tar xvf pdf2ab6_aix_4_3.tar

If you execute the program (pdf2ab6) without parameters you will be presented its syntax:




--------------------------------------------------------------

PDF2Acrobat6 converter, version 0.01



Modifies PDF files for viewing with Acrobat reader 6.0



MPI Tech A/S, 2003, This utility is freeware.

--------------------------------------------------------------



Syntax <>: Mandatory parameters, []: Optional paramerters :



pdf2ab6 [-ov (overwrite existing file)] <InputFile>

[OutPutFile (if -ov not set)]



e.g.



Overwrite existing file



pdf2ab6 -ov ./old.pdf



pdf2ab6 -ov "./*.pdf"



Create new converted file



pdf2ab6 ./old.pdf ./new.pdf



I.e. using the -ov option you can correct a existing file. The ov option can be used with wildcard, in order to convert multible files. The wildcard must be in the form:

"<PATH>*.<Extension>". NOTE: REMEMBER TO USE QUATATION MARKS AROUND THE FILEMASK WHEN USING WILDCARD (SEE EXAMPLE ABOVE).

Otherwise you can generate a new corrected file without modifying the existing.