10.07.2015 Views

Download - Multivac!

Download - Multivac!

Download - Multivac!

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

and EBCDIC (or other) text output. The EBCDIC-safe version of PDFlib is available forvarious operating systems and machine architectures.In order to leverage PDFlib’s features on EBCDIC-based platforms the following itemsare expected to be supplied in EBCDIC text format (more specifically, in code page 037on iSeries, and code page 1047 on zSeries):> PFA font files, UPR configuration files, AFM font metrics files> encoding and code page files> string parameters to PDFlib functions> input and output file names> environment variables (if supported by the runtime environment)> PDFlib error messages will also be generated in EBCDIC format (except in Java).If you prefer to use input text files (PFA, UPR, AFM, encodings) in ASCII format you canset the asciifile parameter to true (default is false). PDFlib will then expect these files inASCII encoding. String parameters will still be expected in EBCDIC encoding, however.In contrast, the following items must always be treated in binary mode (i.e., any conversionmust be avoided):> PDF input and output files> PFB font outline and PFM font metrics files> TrueType and OpenType font files> image files and ICC profiles3.1.6 Large File SupportIn this section the term »large file« is used for files with a size of more than 2 GB. Althoughthere doesn’t seem to be any need for such large files for the average user, thereare actually enterprise applications which create or process single large files containinglarge numbers of, say, invoices or statements. In such a scenario the file size may exceed2GB.PDFlib supports large output files, i.e. it can create PDF output with more than 2 GB.PDI supports processing of large input files as well. However, large file support is onlyavailable on platforms where the underlying operating system supports large files natively.Obviously, the file system in use must also support large files. Note that Acrobat6 and older versions are unable to process large files. However, Acrobat 7 properly dealswith large files.Note Imported files other than PDF, such as fonts and images, can not exceed the 2 GB limit. PDFoutput fragments fetched with the PDF_get_buffer( ) interface are also subject to this limit.Finally, PDF output files are generally limited to 10 10 bytes, which is roughly 9.3 GB.3.1 General Programming 53

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!