pict2pdf
pict->pdf
9.0

pict2pdf🔗ℹ

Laurent Orseau

 (require pict2pdf) package: pict2pdf

procedure

(pict->pdf pic    
  pdf-out-file    
  [#:width-ratio width-ratio    
  #:height-ratio height-ratio    
  #:parent parent    
  #:interactive? interactive?    
  #:as-eps? as-eps?    
  #:use-paper-bbox? use-paper-bbox?])  void?
  pic : pict?
  pdf-out-file : path?
  width-ratio : real? = 0.82
  height-ratio : real? = width-ratio
  parent : (or/c (is-a?/c frame%) (is-a?/c dialog%) #f) = #false
  interactive? : any/c = #false
  as-eps? : any/c = #true
  use-paper-bbox? : any/c = #false
Writes pic to pdf-out-file. The default aspect ratio was chosen empirically to match See post-script-dc% for the other arguments.