Summary | Some scripts based on FPDF package |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | javier.mestre (at) gmail (dot) com |
Created | 11/28/2007 (6445 days ago) |
Due | |
Updated | 01/07/2008 (6405 days ago) |
Assigned | |
Resolved | 01/07/2008 (6405 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
bare-bones website for File_PDF/Horde_PDF (the php 5 successor) here:
http://dev.horde.org/pdf/
For now it just lists the contribs. I have plans to re-organize them
and to integrate some of them directly into Horde_Pdf later.
New Attachment: ZIPS2.zip
the base package (they extend the base class) , I have used them to
test the File_PDF code (it is a beta isn't it ?). I think you can add
some of them as new functionalities and other as examples of how to
extend File_PDF . I have new working scripts but I have overwrited
some File_PDF methods (look at Dummy class in alphaphp.pdf ,
gradients.php, imagealpha.php and visibility.php).
I have translated to File_PDF the manual, and the examples from
tutorial. I'm waiting for an answer to my
bug #5964to send you a copy(if you want it )
Version ⇒ HEAD
into a useful form it seems to me - though I might be misunderstanding
some of the purpose. Did you see these as things to provide as
examples, or as test cases?
Some of them provide extra functionality that would be better, imo, to
mix in as helpers (from a code architecture standpoint anyway). That
of course would require implementing PDF helpers. It might be best to
do that in a PHP 5 rewrite of the codebase.
(also moving queue version to HEAD)
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Some scripts based on FPDF package
Queue ⇒ Horde Framework Packages
New Attachment: scripts.zip
State ⇒ New
scripts. There is another 12 I can get the right output, some of them
are due to _endoc(),_putresources(),__putresourcedict .. functions and
othe problems are related with the justification of the lines. I will
keep you informed.