mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
open Pdfutil
|
||||
|
||||
let blank_document width height pages =
|
||||
let pdf_pages =
|
||||
map (fun () -> Pdfpage.blankpage (Pdfpaper.make Pdfunits.PdfPoint width height)) (many () pages)
|
||||
|
Reference in New Issue
Block a user