# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:identifier "$Id: Changes,v 1.10 2007/08/15 06:28:40 asc Exp $" ; dc:description "Changes for pmPDF.php" ; dcterms:references . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.5" ; doap:created "2007-08-15" ; ]; asc:changes [ asc:addition "Add 'calc_only' option to add_text method." ; asc:addition "Include FPDF (1.53) with the distribution." ; asc:addition "Include more example code, documents." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.4" ; doap:created "2007-06-05" ; ]; asc:changes [ asc:addition "Set default margin if none defined; thanks to Theis P. for the patch."; asc:addition "Added 'simple_get' method"; asc:update "Return page with results when calling add_image." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.3" ; doap:created "2007-04-19" ; ]; asc:changes [ asc:bugfix "Fixed a bug where images were not always positioned correctly on pages of type 'D' (the left hand side)" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.3_01" ; doap:created "2007-04-18" ; ]; asc:changes [ asc:addition "Allow for user-defined page dimension; thanks to Theis P. for the patch!"; asc:addition "Support for images (incomplete)" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "0.2" ; doap:created "2007-02-16" ; ]; asc:changes [ asc:addition "Added image support." ; asc:addition "Added the ability to define offset and size of text areas." ; asc:addition "Added example_address.php script" ; ] . dcterms:isVersionOf ; doap:Version [ doap:revision "0.1" ; doap:created "2007-02-01" ; ]; asc:changes [ asc:comment "Initial release." ; ] . a doap:Project ; doap:download-page "http://aaronland.info/php/pmPDF/" .