ºñ¹Ð¹øÈ£ È®ÀÎ ´Ý±â


 
»óǰ »ó¼¼ ¼³¸í
 
 
   ÇÁ·Î±×·¡¹Ö > °³¹ßÅø > PDFlib 11
 
 
 
ÀÌÀü»óǰ PDFlib 11 ´ÙÀ½»óǰ
 
 
 
Á¦Á¶È¸»ç : PDFlib GmbH
ÆÇ¸Å°¡°Ý : 3,960,000¿ø (VAT Æ÷ÇÔ)
°ø±Þ¹æ½Ä : ESD
¼ö·® EA
Platform¼±Åà :
 
 
»óǰ »ó¼¼ ¼³¸í
 
 
 

PDFlib offers methods for generating PDF documents with text, graphics, images, and interactive elements such as annotations or bookmarks.  The PDFlib API supports PDF creation on different levels which can freely be mixed.


Low-level APIs allow you to place individual items on the page, using formatting information provided by the application. An application which already determined the layout (e.g. for screen display) can directly place text, images and other objects on the PDF page.


High-level APIs support powerful formatting features:

  • Single-line text output with various formatting controls.
  • Textflow formatter for placing arbitrary amounts of text in one or more columns or pages. The text can be formatted in non-rectangular shapes, flow around images and contain interactive elements and structure information for Tagged PDF.
  • The flexible table formatter supports all types of contents in table cells like text, images, graphics and annotations or form fields. Large tables can be placed on multiple pages. Details of table formatting are controlled by a variety of options.
  • Image and SVG placement according to various fitting and formatting methods.


PPS: PDFlib Personalization Server

Feature

API functions and parameters

PDFlib

PDFlib+PDI

PPS

Basic PDF generation

all except those listed below

Linearized (Web-optimized) PDF

linearize option
in PDF_end_document()

1

Optimize PDF (only relevant for inefficient client code and non-optimized imported PDF documents)

optimize option
in PDF_end_document()

1

Parsing PDF documents for Portfolio creation

password option
in PDF_add_portfolio_file()

1

PDF import (PDI)

all PDI functions

¡¡

Query information from PDF with pCOS

all pCOS functions

¡¡

Fill Blocks with variable data

PDF_fill_*block( )

¡¡

¡¡

Create Blocks programmatically

PDF_poca_new( ): option usage=blocks
PDF_begin/end_page_ext( ): option blocks

¡¡

¡¡

Copy Blocks to generated output

PDF_process_pdi( ): option action=copyblock or action=copyallblocks

¡¡

¡¡

Interactively create PDFlib Blocks for use with PPS

PDFlib Block Plugin for Acrobat

¡¡

¡¡

1Not available in PDFlib source code packages since PDI is required internally for this feature

 

============================================
System Requirements for PDFlib GmbH Products
============================================
This document describes the requirements for using PDFlib GmbH binaries on various platforms. This list covers all platforms on which at least one product is supported. It should not be construed as a commitment regarding the availability of a certain product/platform combination.

To find out whether a PDFlib GmbH product is supported on a particular platform please check the downloadable binary packages at www.pdflib.com. 


================================

Java on all platforms

================================

Java 8 or above is required for the Java binding.


================================

Windows

================================

Requirements:

Windows 10/11 on x86 or x64

Windows Server 2012 and above on x86 or x64


C and C++ bindings

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

The delivered binaries (libraries) can be used to build applications with

Visual Studio and compatible products.


Project files for the programming samples are available for Visual Studio 2015.

Newer versions of Visual Studio convert these automatically.


================================

.NET

================================

The .NET binding is implemented as C# assembly using C# Interop with

additional unmanaged code in a native shared library. It is distributed as

universal package with support for the following environments:


- Windows x86, Windows x64, Linux x64, macOS x64 and arm64, Alpine Linux x64

- .NET Standard 2.0, e.g. .NET 8/9/10

- .NET Framework 4.6.1 and above

  (Visual Studio 2017 Version 15.7 or above)


The examples are written for Target Framework net8.0 In order to deploy

them with other Target Frameworks you may need to adjust the project files.


================================

Linux x64

================================

Requirements: GLIBC 2.12 or above and libstdc++.so.6.0.21 or above

based system on x64


C and C++ bindings

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

Compiler: g++ 5 or above

binutils: 2.26 or above

CFLAGS=-pthread

LDFLAGS=-pthread


================================

Linux ARM64

================================

Requirements: GLIBC 2.27 or above based system on ARM64


C and C++ bindings

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

Compiler: g++ 5 or above

CFLAGS=-pthread

LDFLAGS=-pthread


================================

Alpine Linux

================================

Requirements: Alpine Linux 3.4 and above on x64

musl C library (instead of glibc)


================================

macOS

================================

Requirements: macOS 10.9 and above on x64/ARM64


C, C++, and Objective-C bindings

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

Compiler: Xcode 8 or above


=================================

FreeBSD

=================================

Requirements: FreeBSD 12/13/14 on x64


================================

AIX

================================

Requirements: AIX 7.2 and above


C and C++ bindings

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

Compiler: xlclang/xlclang++ 16.1 and above


Other language bindings

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

A C++ runtime implementation with support for C++11 and C++14 is required

via a library called libc++.a. This library is available in a C++ runtime

fileset called libc++.rte. Please refer to IBM documentation for more

information.

 

================================

IBM System i

================================

Not all products are available for IBM System i. Please refer to

www.pdflib.com regarding the use of AIX 32-bit binaries on i5 systems

with PASE.


Requirements: System i 7.2 and above


Functional restrictions on System i:

- ICU 50.1.1; only Unicode 6.2 supported

- WOFF2-compressed fonts not supported

- networking support not available

- C-based PDI/pCOS resource manager implementation instead of faster C++

  implementation

- Decompression of JPEG 2000 streams not supported


================================

IBM System Z

================================

Requirements:

z/OS 2.1 and above with USS (64-bit) or MVS (32-bit)


Functional restrictions on System Z:

- networking support not available


C/C++ binding

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

The library for C/C++ has been built with ibm-clang++64 (IBM Open XL C/C++ 2.1

for z/OS). Applications must be linked with XPLINK.


MVS

---

MVS versions of PDFlib GmbH products are not thread-safe.


Functional restrictions on MVS:

- networking support not available


================================

zLinux

================================

Requirements:

zLinux 64-bit (s390x)

GLIBC 2.19 (or later) based system.


C/C++ binding

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

CFLAGS/CXXFLAGS: -W "c,float(ieee)"