PDFlib のリリース

Released: Mar 12, 2012

Updates in this release

Updates in 8.0.4

  • Support for iOS, Android and embedded Linux
  • Objective-C language binding for Mac OS X and iOS
  • Support for PHP 5.4
  • Object-oriented interface for Python binding
  • PDI page cache reduces output file size for applications which re-open imported pages
  • Support for PostScript XObjects for certain prepress workflows
  • Layers in PDF/X-4:2010 can be used without layer variants
  • Improved date handling for file attachments
  • License key can be set with PDF_set_option()

Released: Aug 25, 2011

Updates in this release

Updates in 8.0.3

  • Support for generating barcode fields (barcode fields don't work with Adobe Reader, but require Acrobat Professional)
  • Support for 3D models in the PRC format (in addition to U3D)
  • Adjust the size of imported PDF pages to work around problems with pages which contain content outside of all page boxes
  • The PDFlib Block plugin included with PDFlib Personalization Server (PPS) has been updated to version 4.3. It includes a redesigned user interface and offers Acrobat X compatibility...

Released: May 18, 2010

Updates in this release

Updates in 8.0.1

Changes in the PDFlib product family:

  • Automatic script and position (right/left) detection for bidi text
  • Process certain JPEG-compressed TIFF images which previously have been rejected
  • Better color handling for JPEG images with Exif data
  • More workarounds for damaged PDF and font input files
  • Improved treatment of Unicode CMaps for better handling of OpenType
  • Features in Japanese fonts and smaller PDF output
  • Various improvements specific to platforms and language bindings...

Released: Dec 18, 2009

Updates in this release

Updates in V8.0

  • New PDFLib 8 API Functions
    PDF_add_path_point(), PDF_add_portfolio_file(), PDF_add_portfolio_folder(),PDF_align(), PDF_begin_mc(), PDF_circular_arc(), PDF_close_font(), PDF_delete_path(), PDF_draw_path(), PDF_ellipse(), PDF_end_mc(), PDF_end_template_ext(), PDF_info_image(), PDF_info_path(), PDF_info_pdi_page(), PDF_mc_point(), PDF_set_option(), PDF_utf8_to_utf32(), PDF_utf32_to_utf8(), pDF_utf16_to_utf32()
  • PDFLib 8 C++ binding Improvements
    The C++ binding now supports a wstring...