1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
|
ps
pecl.php.net
An extension to create PostScript files
ps is an extension similar to the pdf extension but for creating PostScript files. Its api is modelled after the pdf extension.
Uwe Steinmann
steinm
steinm@php.net
yes
2012-11-30
14:35:38
1.3.7
1.3.7
stable
stable
PHP License
no more crashes on 64 bit
4.3.10
1.4.0b1
ps
2007-11-26
20:21:14
1.3.6
1.3.6
stable
stable
PHP License
fixed various build problems on win32
1.3.5
1.3.5
stable
stable
2007-09-27
PHP License
Reenablee reading of gd images. Added configuration file for win32. New example to list all glyphs in a font. New examples for creating Type3 fonts and postscript files in memory. Tests for more image types in example/image.php. Added new functions to create Type3 fonts and to modify kerning and ligatures of an existing font. Added new function ps_glyph_name() and ps_glyph_show(). New function ps_include_file().
1.3.4
1.3.4
stable
stable
2006-04-21
PHP License
Made ps_arcn() available. ps_set_border_dash() checks now for 3 parameters instead of 4. Fixed segm fault if the optional parameter of ps_show_boxed() is not passed. Added some more examples.
1.3.3
1.3.3
stable
stable
2005-12-06
PHP License
fixed stupid compile warning.
1.3.2
1.3.2
stable
stable
2005-12-06
PHP License
ps_begin_template() and ps_begin_pattern() now return the id.
1.3.1
1.3.1
stable
stable
2005-02-08
PHP License
Fixed varios compile errors related to php 4.3.10
1.3.0
1.3.0
stable
stable
2004-07-27
PHP License
Added function ps_shfill(), ps_shading(), ps_shading_pattern(), ps_get_buffer(). New example files shading.php and image.php. Renamed undocumented function ps_setoverprint() to ps_setoverprintmode().
1.2.2
1.2.2
stable
stable
2004-06-02
PHP License
Added function ps_makespotcolor().
1.2.1
1.2.1
stable
stable
2004-06-02
PHP License
ps_hyphenate() did not return an array but true. Added more tests
and examples. Many internal changes.
1.2.0
1.2.0
stable
stable
2004-04-26
PHP License
Added new function ps_string_geometry(), ps_set_text_pos(),
ps_symbol(), ps_symbol_name(), ps_symbol_width(), ps_begin_pattern(),
ps_end_pattern(), ps_begin_template(), ps_end_template().
1.1.1
1.1.1
stable
stable
2004-04-21
PHP License
Added new function ps_hyphenate().
1.1.0
1.1.0
stable
stable
2004-03-34
PHP License
Complete rework. Many old function has been removed. Font and image
handling is now working without memory leaks.
1.0
1.0
stable
stable
2003-02-15
PHP License
Initial Release in PECL
|