[TYPO3] Ext fpdf - how to use it?

Martin Rud typo3 at explizit.dk
Tue Jan 31 14:48:03 CET 2006


Hi list,

David (the author) gave me this answer (and permission to post it):


<------- start ---------->
Hi Martin,

Sorry, I only read the dev-list. It was a good idea to write directly. 
Unless you are developing an extension, the fpdf-extension will be 
useless to you. It can only be used as a library.

If you are developing an extension, please have a look at the official 
FPDF documentation (http://www.fpdf.org/). You can also have a look at 
the extension "partner" 
(http://typo3.org/extensions/repository/search/partner/). In the class 
inc/class.tx_partner_format.php you will find the function formatAsPDF() 
which might point you to the right direction. Make sure to include the 
libary:

if (t3lib_extMgm::isLoaded('fpdf')) {
  require(t3lib_extMgm::extPath('fpdf').'class.tx_fpdf.php');
}

I will try to include a basic manual with the next version, however, it 
will not contain much more information than this mail... :-)

Hope this helped! Greetings,
Dave.
<------- end ---------->


Martin Rud wrote:
> Hi Michael
> 
> Good idea. I´ll do if no answers help me.
> 
> Martin
> 
> Michael Paffrath wrote:
> 
>> hi martin,
>>
>> if nobody here can help you i would consider contacting the author.
>>
>> michael
>>
>> 2006/1/27, Martin Rud <typo3 at explizit.dk>:
>>  
>>
>>> Hi list,
>>>
>>> I´ve installed the extension fpdf, but there is no documentation, and I
>>> can´t seem to get a grip of it. :o(
>>>
>>> fpdf is the only pdf-extension that my webhotel can run, so there is no
>>> alternatives for me.
>>>
>>> Can anyone help me: How do I get it going?
>>>
>>> Regards,
>>> Martin Rud
>>> _______________________________________________
>>> TYPO3-english mailing list
>>> TYPO3-english at lists.netfielders.de
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>>
>>>   
>>
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>  
>>
> 
> 
> ------------------------------------------------------------------------
> 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.375 / Virus Database: 267.14.23/242 - Release Date: 26-01-2006
> 



More information about the TYPO3-english mailing list