Posts Tagged ‘PDF’

PDF Explained, now available from O’Reilly

Sunday, December 11th, 2011

Our new book about PDF has just been published. You can find it at O’Reilly’s own site in printed and ebook form, or from Amazon and other booksellers.

Here’s the publisher’s description:

At last, here’s an approachable introduction to the widely used Portable Document Format. PDFs are everywhere, both online and in printed form, but few people take advantage of the useful features or grasp the nuances of this format. This concise book provides a hands-on tour of the world’s leading page-description language for programmers, power users, and professionals in the search, electronic publishing, and printing industries. Illustrated with lots of examples, this book is the documentation you need to fully understand PDF.

  • Build a simple PDF file from scratch in a text editor
  • Learn the layout and content of a PDF file, as well as the syntax of its objects
  • Examine the logical structure of PDF objects, and learn how pages and their resources are arranged into a document
  • Create vector graphics and raster images in PDF, and deal with transparency, color spaces, and patterns
  • Explore PDF operators for building and showing text strings
  • Get up to speed on bookmarks, metadata, hyperlinks, annotations, and file attachments
  • Learn how encryption and document permissions work in PDF
  • Use the pdftk program to process PDF files from the command line

PDF Command Line Tools 1.6

Thursday, March 17th, 2011

The latest version of our command line tools for processing PDF files has just been released.

New Feature Highlights:

  • Speed improvements on large, complex files
  • Many robustness improvements, deals with more malformed files
  • Detect low resolution images and missing fonts
  • Add text relative to cropbox, add diagonal text
  • Better support for non-ASCII character sets
  • Copy boxes (e.g media box, crop box)
Updates to customers with support contracts will go out in the next week. The new demonstration version is available now from the website.

CPDFTK: Supported, Faster PDFTK

Tuesday, December 7th, 2010

Coherent Graphics Ltd is pleased to introduce a commercial, supported, faster pdf command line tool with the same interface as the popular open source PDFTK tool.

Download the demo here.

Features:

  • Merge PDFs
  • Split into mutiple pages
  • Rotate pages
  • Decrypt and Encrypt Documents
  • Apply background watermarks and foreground stamps
  • List and update Metadata
  • Attach files to the document or individual pages

For Mac OS X, Windows, Linux, Solaris. Other plaforms by request. Coherent PDF CPDFTK 1.6 is available for $200 for a single license or $40 for a non-commercial use license.

The free trial is fully functional but places the word “DEMO” over any file it writes.

Commercial, Supported, Faster PDFtk - Beta Testers Wanted

Monday, November 8th, 2010

We’re writing a front end for our PDF tools with the same command line interface as pdftk, so that it can be used as a drop-in replacement for pdftk for people who can’t compile pdftk on their system and don’t want to change to our normal command line system cpdf, or who want a supported, commercial pdftk.

We’re looking for people who used pdftk regularly, either manually or as part of automated systems, to join in testing.

If you’re interested please use the contact form on the front page at http://www.coherentpdf.com/ and send a couple of sentences about how you use pdftk.

Proview PDF Editor 1.2 Released

Wednesday, August 18th, 2010

The new version of the Proview PDF Editor for Mac OS X is now available for download. The update is free for existing users - your license key will still work - just download and install from the website.

New features include Visual Crop and the setting of crop and trim boxes on individual pages. It’s also about twice as fast as before.

Proview 1.2 - Coming Soon

Sunday, August 15th, 2010

New Document Window in Version 1.2

A new version of our PDF Editor for the Mac will be launched next week. New features include Visual Crop and the setting of crop and trim boxes on individual pages. It’s also about twice as fast as before.

It’s not too late to join the beta program - just sign up with MacDeveloper.net. Proview 1.2 will be a free upgrade for existing users.

Proview PDF Editor on MacPromo Extended Discount

Thursday, April 8th, 2010

You can get the Proview PDF Editor at 25% off for the next 16 days at mupromo.com.

We’ve started work on the next release of Proview with an emphasis on making the existing functionality easier to use (visual selection for cropping, for example). Release expected in the Autumn.

CamlPDF 0.5 Released

Monday, March 15th, 2010

I’m pleased to announce the CamlPDF 0.5 release, which includes a couple of new modules (Pdfdate for date manipulation, Pdfannot for annotations and Pdfmarks for bookmarks). Almost every other module has been improved in some way.

Download it here: http://www.coherentpdf.com/ocaml-libraries.html

More importantly, I’ve finally found time to write a short introduction to CamlPDF, which lets you try some basic work within the OCaml top level:

http://www.coherentpdf.com/introduction_to_camlpdf.pdf

There have been some API modifications which are not backward compatible, but the changes to your source are easy to make. This should be the last release with such changes.

There is now a CamlPDF mailing list:

http://www.freelists.org/list/camlpdf

Books for the PDF Programmer

Saturday, June 28th, 2008

PDF Refence Manual Front Cover

1200 pages of specification, referencing about fifty other documents. Not complete, not even self-consistent, but essential.

PDF Hacks Book Front Cover

One of O’Reilly’s Hacks series - a little book about generating, manipulating, annotating, and consuming PDF information. Lots of stuff which doesn’t need Acrobat, including free resources.

Fonts and Encodings Book Front Cover

All too rare these days, a book which pulls together a whole field, from detailed chapters of explanatory prose and historical information, right down to Type 1 and Truetype font formats in detail, and a few chapters on TeX fonts, too.

Computer Graphics Book Front Cover

Twelve years after it’s latest edition, and almost twenty since it’s first, still essential reference material.

Fax Modem Sourcebook Front Cover

Pretty much the only sensible source for information on CCITT fax encodings, which PDF uses for one bit-per-pixel bitmaps. The standards documents are virtually impenetrable.

PDF Command Line Tools 1.1

Wednesday, June 4th, 2008

I’ve just uploaded the new version of our tools for merging, splitting, annotating, encrypting and stamping PDF files here.

New features:
  • -blacklines and -blackfills (Blacken lines and fills)
  • -idir (Add whole directory of files)
  • -scale-to-fit (Scale pages to fit a given paper size)
  • -scale-contents (Scale page contents)
  • Use page size names (e.g a4paper)
  • Multiline text stamps
  • Print page information (media box etc)
Bugs fixed:
  • -stdin and -stdout now work on Windows
  • Encrypted files now viewable in Acrobat 5.0
  • Merge now produces smaller files when several parts taken from a single input file
A bugfix release of CamlPDF (which forms the basis for these tools) will be released soon. More substantial feature additions for CamlPDF are in the works - more details later.