Objective Caml的PDF读写库 CamlPDF
fmms
13年前
<p>CamlPDF 可以让你在 Objective Caml 语言中读写和操作 PDF 文档,主要特性包括:</p> <ul> <li>Support for PDF versions 1.0-1.7; </li> <li>Large file support: 64-bit file handles and fully tail-recursive; </li> <li>Lazy data reading, lexing and parsing - Optionally reads and processes data only when it's required; </li> <li>Depends only on zlib. </li> <li>Cross compiles with Microsoft F# to build a .NET DLL </li> </ul> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326857612374" target="_blank">http://www.open-open.com/lib/view/home/1326857612374</a></p>