Code

Patch for supporting PDF as output format
[rrdtool-all.git] / program / src / rrd_graph.c
index 9b4631157148d61053cff68fd367eb874ce1fb67..88dcf3618c96d85421e46dbbaf5ac010967eb94c 100644 (file)
@@ -194,6 +194,7 @@ enum gfx_if_en if_conv(char *string){
     conv_if(PNG,IF_PNG)
     conv_if(SVG,IF_SVG)
     conv_if(EPS,IF_EPS)
+    conv_if(PDF,IF_PDF)
 
     return (-1);
 }