package camlpdf
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Read, write and modify PDF files
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v2.7.zip
    
    
        
    
  
  
  
    
  
  
    
  
        md5=c0c54de8b55d52c8dbd1f3bd3a8302a2
    
    
  sha512=2d971df83157cebcc5575c600bddc300f1adda1864168f9d0f6e64617efe4aed3fdfb8bd983b0ea208ebf718f9739831867bf9201f0eb5d0eed7f812f38d522a
    
    
  doc/camlpdf/Pdfspace/index.html
Module Pdfspace
Colour Spaces
type iccbased = {- icc_n : int;
- icc_alternate : t;
- icc_range : float array;
- icc_metadata : Pdf.pdfobject option;
- icc_stream : Pdf.pdfobject;
}ICC Based Colour Spaces
and t = - | DeviceGray
- | DeviceRGB
- | DeviceCMYK
- | CalGray of point * point * float
- | CalRGB of point * point * float array * float array
- | Lab of point * point * float array
- | ICCBased of iccbased
- | Indexed of t * (int, int list) Hashtbl.t
- | Pattern
- | PatternWithBaseColourspace of t
- | Separation of string * t * Pdffun.t
- | DeviceN of string array * t * Pdffun.t * Pdf.pdfobject
Colour spaces
val string_of_colourspace : t -> stringProduce a debug string
val name_of_colourspace : t -> string optionRead the name of a colour, if it has one.
val read_colourspace : Pdf.t -> Pdf.pdfobject -> Pdf.pdfobject -> tRead a colourspace from a PDF given a document, page resources dictionary and the colourspace object
val write_colourspace : Pdf.t -> t -> Pdf.pdfobjectWrite a colourspace to a PDF, returning it.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >