As a follow-up to his article on PDF conversion that appeared in the December 2002 issue of php|a, Marco writes this month about creating a PDF viewer that is entirely based on open-source software, works on any browser and requires no special software or plug-ins on the client side.
In Part I of this tutorial, you learned how to create a text version of a web page from a static page. Part 2 extends the text conversion functionality to include the ability to deliver a PDF version of the web page. By leveraging the platform-independent printing capabilities built into the PDF technology, you can deliver printable documents much more reliably than by using HTML or CSS.
While this tutorial demonstrates the PDFlib functionality on our converted page, the code could easily be adapted to create PDF documents from database content or from form input fields.
Tutorial kommentieren Defekten Link melden
hong luo schreibt:
I want a tutorial to show me how to dynamicaly create a PDF file. Is the software for free? Thanks.
Using Adobe's PDF format and some PHP, you can dynamically generate PDF files and serve them via the Web. Paul gives you the deets.
Today I'll show you how you can create PDF files in PHP dynamically with Hermawan Haryanto's submission, Save to PDF.
Uwe Steinmann zeigt im zweiten Teil seines PDF-Tutorials, wie man in PDF Bilder einbinden, Text ausgeben, Bookmarks erstellen und Hyperlinks einfügen kann.
Uwe Steinmann beschreibt hier den Umgang mit FDF zum Erstellen von Formularen.
Beschreibt die dynamische Generierung von PDF mit PHP mit besonderem Blickpunkt auf das Zusammenspiel mit MySQL.
" Wenn Sie sich mal im Internet umschauen, welche Dateiformate
verwendet werden, dann ist PDF neben HTML eines der häufigsten.
Die Gründe dafür sind leicht genannt. PDF-Dokumente sind auf
nahezu allen System lesbar, sie sind in hoher Qualität druckbar
und können von einer großen Anzahl Programme exportiert werden.
Es liegt also nahe auch PHP die Fähigkeit zu geben, PDF zu
erzeugen. "
Tutorial kommentieren Defekten Link melden
NGUYEN QUOC TOAN schreibt:
PHP








