...
Table of Contents | ||
---|---|---|
|
Lizenz
...
prüfen
Siehe pdflib - Hinweise zur Lizenzierung.
...
Bibliotheken und Verzeichnisse für
...
pdflib
Siehe: pdflib - Bibliotheken und Verzeichnisse.
...
Fehlersuche und -behebung auf IBM i
...
GO LICPGM
, Auswahl 10, Taste F11
...
pdflib Version
WRKLIB <prodlib>
- in der Beschreibung steht die Versionsnummer
DSPDTAARA <prodlib>/prdrel
WOPiXX
Befehle zur Konfiguration
Start/Stop -Befehle
Subsystem und Jobs
Logs/Protokolle/Dumps
Protokollierung ein und ausschalten
Protokoll-Dateien
DSPPFM <prodlib>/RPRT
Fehlersuche und -behebung auf dem Windows Client
Version feststellen
Windows
Microsoft Office
<prodname>-Version
Start → Programme → <prodname>→ <prodname> Administrator, Registerkarte "Info"
IBM i ClientAccess bzw. Access Manager
Befehle zur Konfiguration
Start/Stop -Befehle
Logs/Protokolle/Dumps
Protokollierung ein und ausschalten
Protokoll-Dateien
...
Mit dem Befehl WRKLIB PDFLIB
, Auswahl 5: die Objekte in der Bibliothek tragen die Versionsnummer in der Beschreibung
Logs/Protokolle/Dumps
Protokollierung einschalten
Logging can be enabled as follows:
- command-line:
export PDFLIBLOGGING="filename=PDFlib_log.txt“
- source code:
p.set_option("logging={filename=PDFlib_log.txt}")
(or similar for other shells and language bindings).
Bibliotheken, Objekte und IFS-Verzeichnisse
Step 5: Verify the installation
-------------------------------
After running all installation steps you should have the following objects in your PDFLIB library:
Code Block | ||
---|---|---|
| ||
Object Type Attribute Comment
---------- ------- ---------- --------------------------------------------------------------
PDFCRTRSC *PGM CLE Program to create IFS directories and Resource files
PDFLIB *SRVPGM CLE Service program for PDFlib functions
PDFLIB *BNDDIR Binding Directory
H *FILE PF H includes for PDFlib functions
PDFLIBRSC *FILE SAVF SAVF including the resource files
QRPGLESRC *FILE PF Copy modules for PDFlib constants and prototypes when using ILE RPG
QCSRC *FILE PF-SRC Samples |
Code Block | ||
---|---|---|
| ||
/PDFlib/PDFlib/x.y/x.y.z/doc
/PDFlib/PDFlib/x.y/x.y.z/bind/c
/PDFlib/PDFlib/x.y/x.y.z/bind/cpp
/PDFlib/PDFlib/x.y/x.y.z/bind/rpg
/PDFlib/PDFlib/x.y/x.y.z/bind/data
/PDFlib/PDFlib/x.y/resource/cmap
/PDFlib/PDFlib/x.y/resource/font
/PDFlib/PDFlib/x.y/resource/icc |
PDFlib applications and Teraspace
PDFlib is Teraspace-enabled, but delivered as SNGLVL. A Teraspace variant can be made available upon request.
...