Home / lj2ps
Name Modified Size InfoDownloads / Week
Parent folder
lj2ps.exe 2022-12-10 93.4 kB
Readme.txt 2020-03-29 4.3 kB
Makefile.MingW 2020-03-29 2.0 kB
Makefile 2020-03-29 2.2 kB
LJ2PS_Summary.pdf 2020-03-29 837.2 kB
lj2ps.s.tar.gz 2020-03-29 66.5 kB
lj2ps.v1.2.tar 2020-03-29 614.4 kB
Totals: 7 Items   1.6 MB 0
lj2ps: A converter from PCL to Postscript.
------------------------------------------
Deutsche Übersetzung im Anschluss.

Copyright (c) 1997-2020 DF7BE Wilfried Brunken
Creative Commons License CC BY-SA 2.0 de

$Id$

English
=======

1.) Preface
-----------

The program "lj2ps" created by Christopher Lishka in mentioned in the CLLOG documentation
as a helpful utility for use with printing of listings and QSL cards.
Latest known version is 1.3.
The older version 1.2 is also available.

The original URL for download is not found any more.
Now you can download it from here.
The closed URL was:
http://www-wisconsin.cern.ch/~lishka/progs/lj2ps/lj2ps_intro.html

The original Makefile have errors.
Modified Makefiles for LINUX und Windows can be
downloaded from here.

Feel free to use lj2ps for own experiments !
No support from CLLOG team available.


2.) Build program:
------------------

2.1 Windows/MinGW:

- We need the make utility, installation described in the
  CLLOG documentation.

- Create working directory:

  mkdir lj2ps
  cd lj2ps

- Extract source archive:
  With 7-Zip utility into the above mentioned working directory.
  cd lj2ps
  
- Copy the new makefile "Makefile.MingW" into the working directory.  

- Set path:
  Start script pfad.bat also used at build process of CLLOG. 

- Compile with:
  make -f Makefile.MingW
  
The created executable "lj2ps.exe" is now ready for use.  


2.2 LINUX

 - Create working directory:

  mkdir lj2ps
  cd lj2ps   

 - Extract archive:
 
   - For version 1.2 
      tar -xvf ../lj2ps.v1.2.tar
      cd DIST.1.2

   - Version 1.3
      tar -xvzf ../lj2ps.s.tar.gz
      cd lj2ps


- Exchange Makefile (suitable for GNU make)

- Compile with:
   make

The created executable "lj2ps" is now ready for use.



3.) Additional information
==========================

3.1 More instructions for use in the original documentation of lj2ps. 

3.2 Info about errors in lj2ps:

 See file commands.doc:

 Underline:

   &d3D not supported.
  
   (12U ==> (10U   (see also file "hplj3ini.drv" in the "src" directory of CLLOG)

   

   
   
Deutsch
=======
lj2ps: Ein Umsetzer von PCL nach Postscript.

1.) Vorwort
-----------

Das Programm "lj2ps" von Christopher Lishka wurde in der CLLOG-Dokumentation für den
Ausdruck von Listen und QSL-Karten als zusätzliches Hilfsmittel
aufgeführt. Letzte bekannte Version ist 1.3.
Die Version 1.2 steht ebenfalls zur Verfügung.

Leider ist das Programm im Internet nicht mehr zu finden. Deshalb bieten wir es hier zum
Download an.
Die bisherige Adresse war:
http://www-wisconsin.cern.ch/~lishka/progs/lj2ps/lj2ps_intro.html

Das gelieferte Makefile ist fehlerhaft. Korrigierte Makefiles für
LINUX und Windows stehen aber bereit.

Benutzen Sie lj2ps nur für eigene Experimente !
Support vom CLLOG-Team ist leider nicht erhältlich.
 

2.) Programm übersetzen:
------------------------

2.1 Windows/MinGW:

- Es wird das make-Programm benötigt, dessen Installation in der
  CLLOG-Installationsanleitung beschrieben ist.

- Arbeitsverzeichnis anlegen:

 mkdir lj2ps
 cd lj2ps

- Archiv auspacken:
  Mit 7-Zip in das oben angegebene Arbeitsverzeichnis auspacken.
  cd lj2ps
  
- Das neue Makefile "Makefile.MingW" in das Arbeitsverzeichnis kopieren.  

- Pfad setzen:
  Starten von pfad.bat wie bei der CLLOG-Übersetzung verwendet. 

- Übersetzung:
  make -f Makefile.MingW
  
Das fertige Programm "lj2ps.exe" steht nun für die Verwendung bereit.  

  
2.2 LINUX

- Arbeitsverzeichnis anlegen:

  mkdir lj2ps
  cd lj2ps   
 
  - Version 1.2
    tar -xvf ../lj2ps.v1.2.tar
    cd DIST.1.2

  - Version 1.3
    tar -xvzf ../lj2ps.s.tar.gz
    cd lj2ps

- Makefile austauschen (passt für GNU-make)

- Übersetzung:
   make

Executable lj2ps wurde erzeugt und steht nun für die Verwendung bereit.


3.) Gesonderte Hinweise
=======================

3.1 Weitere Anweisungen zur Nutzung entnehmen Sie der Original-Dokumentation. 

3.2 Hinweis zu Fehler in lj2ps:

Siehe Datei commands.doc:

Underline:

  &d3D nicht unterstützt.
  
  (12U ==> (10U   (siehe auch "hplj3ini.drv" im src-Verzeichnis von CLLOG).

  
Source: Readme.txt, updated 2020-03-29