Tag Archives: Ocaml

Proview 1.2 – Coming Soon

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

Posted in Uncategorized | Tagged , , | Leave a comment

GraphPDF: A PDF Version of Ocaml’s Graphics Module

I’ve written a version of Ocaml’s Graphics module which outputs PDF directly, using the CamlPDF library – its only dependency. It’s based on the approach of Pierre Weis’ GraphPS program. It has the same API as Ocaml’s module – just … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

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 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

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