Category Archives: Uncategorized

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

CamlPDF Version 0.4 (for Ocaml and F#)

CamlPDF Version 0.4 has been released. The biggest change is that this release now compiles with Microsoft F Sharp as well as with OCaml. Some major non-compatible changes have been made to the low-level API, due to the experience of … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Keeping the Codebase Together

We have to generate the following things from our OCaml codebase: (a) Command Line PDF Tools for Windows, Mac, Linux and Solaris, demo and full versions (b) .NET DLL by compiling with F#, demo and full versions (c) The open-source … Continue reading

Posted in Uncategorized | Tagged | Leave a comment