-
Archives
- March 2024
- July 2023
- January 2023
- August 2022
- January 2022
- September 2021
- July 2021
- June 2021
- October 2020
- October 2019
- September 2019
- January 2017
- March 2016
- December 2014
- September 2013
- August 2013
- June 2013
- July 2012
- December 2011
- March 2011
- December 2010
- November 2010
- August 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- July 2009
- June 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- April 2008
- March 2008
-
Meta
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
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
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
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
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
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
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.
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
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
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