473,385 Members | 1,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

PDF generation library

Hello

I'm seeking for a PDF generation library for PHP5. Can anybody point me
to a good solution?

What about:
- fpdf
- cpdfwriter
- ezpdf

Are these libraries stable and good to use? I need something
not-too-rich, but stable and preferrably lightweight. Something that I
will be able to just install and forget.

Thanks for your help.

Patrick
Oct 21 '07 #1
4 2138
Also sprach Any User:
I'm seeking for a PDF generation library for PHP5. Can anybody point
me to a good solution?
- ezpdf
I have worked with this one, and I find it really good. Simple to use
(especially for creating tables straight from an array) and for free. There
are a few minor bugs, but nothing really bad (in the worst case, you can try
to fix them by yourself). It is lightweight. Just download, unzip, include
the class, call a few methods, and your PDF is ready - either being streamed
to the client or to be stored in a file. The manual (PDF, created with -
surprise! - EZPDF, and the code used to create it is available too) is short
while still containing all the information needed, so it's really easy to
get going.

Greetings,
Thomas

--
C'est pas parce qu'ils sont nombreux a avoir tort qu'ils ont raison!
(Coluche)
Oct 21 '07 #2
Thomas Mlynarczyk wrote:
Also sprach Any User:
>I'm seeking for a PDF generation library for PHP5. Can anybody point
me to a good solution?
>- ezpdf

I have worked with this one, and I find it really good. Simple to use
(especially for creating tables straight from an array) and for free. There
are a few minor bugs, but nothing really bad (in the worst case, you can try
to fix them by yourself). It is lightweight. Just download, unzip, include
the class, call a few methods, and your PDF is ready - either being streamed
to the client or to be stored in a file. The manual (PDF, created with -
surprise! - EZPDF, and the code used to create it is available too) is short
while still containing all the information needed, so it's really easy to
get going.
I've downloaded the PECL *Postcript* library, and it's stable and good
as far as I can tell. I see no reason the PDF one wouldn't be.

I did have various niggles in getting the whol pecel/pear/library stuff
sorted out, but once there, everything seems to work 'as advertised'
Greetings,
Thomas
Oct 21 '07 #3
Am Sun, 21 Oct 2007 12:55:23 +0200 schrieb Any User:
I'm seeking for a PDF generation library for PHP5. Can anybody point me
to a good solution?
Hello Patrick,

for a long time iam experimenting around with the named libs. But my
Problems in past are begin as the App is growing and want to create
Tables and Table of Contents and such.

Then it is better to use Smarty as Templating engine and LaTeX for
creating PDF's.

A Class i had written for doing this task, he is belonging to some typo3
api but you can replace it. The class is in early development state but
works since some months.

http://pastebin.com/m7ecd888b
Oct 22 '07 #4
I use FPDF with FPDI it met my needs: make PDFs, import and add to
PDFs. Seems to work well.

Oct 22 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

51
by: Mudge | last post by:
Please, someone, tell me why OO in PHP is better than procedural.
2
by: Charles Hixson | last post by:
I'm looking for a simple means of generatings sounds. Basically what I want to do is play music from the information available in sheet music. I would like to send the commands to the player in...
0
by: Ian Clayton | last post by:
Celtic Intuition Limited are a small software house based in Scotland and are launching the first of a series of software components primarily for developers, but which may also prove beneficial to...
2
by: Henrik Holle | last post by:
Hi do you know any OpenSource or at least licence free PDF generation library for .net? Something like iText for dotnet would be nice. thx henrik
1
by: Brett Romero | last post by:
I have a custom datagrid. When I put it onto a form, all sorts of wincode is generated for the grid. This causes conflicts. For example: // dataGridTableStyle8 //...
0
by: Mitchel Haas | last post by:
Hello, A few months ago, I received some good feedback and suggestions regarding the tree container library I was working on. I'm in the process of finishing a new library for xhtml...
5
by: Ed | last post by:
Hello, dear all, In the VS2005, Project Release Configuration, the default option of "General | Whole Program Optimization" is "Use Link Time Code Generation". I find when use this option, the...
0
by: Mitchel Haas | last post by:
I've noticed several inquiries in the past for libraries/toolkits to generate or parse xhtml. Although there are already a few libraries available for this purpose, I'd like to announce a new...
7
by: colin | last post by:
Hi, Is there a way of doing simple code generation inside visual c# express such as similar to preprocessing in c++ ? I need to generate a library for some vector maths, but I need to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.