Category Archives: Uncategorized

CamlPDF 0.5 Released

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 … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

PDF Command Line Tools 1.5

We’ve just released the latest version of our PDF Command Line Tools for Windows, Mac and Linux. The tools provide editing of PDF files including merging, splitting, adding text, compressing, encrypting etc. New Features: Detect missing fonts and low resolution … Continue reading

Posted in Uncategorized | Leave a comment

PDF Editor for Mac OS X

Our new PDF Editor for the mac is out – get it here. Merge, split and rearrange files Edit and manage bookmarks Scale, rotate and crop pages Add text, page numbers and dates and stamp watermarks Edit document metadata Manage … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Beta Testing with MacDeveloper

We’re well into the first testing cycle for Proview now. We’re using MacDeveloper, which automates the process somewhat, and has a group of about 8000 people signed up for testing, giving them discounts or free copies of the software when … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Last Call for Beta Testers

After some unexpectedly intricate work involving encryption, we’re almost ready for the closed Beta Test of our new PDF editor for OS X, written in OCaml. Anyone wishing to join the test should email us via the form on the … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Caml-based OS X PDF Editor – Beta testers wanted

I’m beginning a closed beta test of our new PDF Editor for Mac OS X – see posts below for details. If you’d like to be included, please use the contact form on our front page, giving if possible a … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Another Quick Shot of the Desktop Product

Not very mac-like or slick yet, but the core functionality is almost there. The architecture for error handling and progress-bars between Cocoa and Ocaml is now complete. Launch sometime later this year.

Posted in Uncategorized | Tagged | Leave a comment

Linking OCaml code into Cocoa

Here’s a screenshot of an early version of our next product, a PDF editor for Mac OS X: The architecture is: A plain C wrapper around the higher-level interface to the CamlPDF library (the same interface used by our command … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

An OCaml Interface for GPC

Alan Murta’s General Polygon Clipper is the standard way of finding the intersection, union etc. of polygons. I wrote an Ocaml interface for this many years ago for a dead project, but I’ve only just got around to packaging it … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

A PDF Version of OCaml’s Graphics Module

I’ve just completed a PDF version of the Graphics module from the standard OCaml distribution, based on CamlPDF and following the conventions of Pierre Weis’ Postscript version GraphPS. The implementation is mostly straightforward, but there are are some complications – … Continue reading

Posted in Uncategorized | Tagged | Leave a comment