Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 86 results for
pdflib
- Page 1
pdflib
Programming
Web Development
17 Years Ago
by nguyenthaithuan
Hi all! I am PHP beginer, I have some trouble about install, using
pdflib
for PHP(version 5.1.4, Window XP). Please help me ! If so be, thanks to all. Maths
pdflib
Programming
Web Development
12 Years Ago
by |-|x
Is anyone familiar with
PDFlib
? I'm having trouble geting it to run. Running a WAMP server, PHP 5.2.16, followed the instructions to install the appropriate version of the DSO, the PHP monitor recognises that the extension is loaded, but when I try to use it I just get undefined function errors.
PDFLib and PHP - Damaged PDF Files
Programming
Web Development
14 Years Ago
by RisTar
Hi Guys, I just installed
PDFLib
, Im trying to create automatic invoice system for one of … testing using MAMP on mac OSX10.5. I used the
PDFLib
manual and installed the extension. Im pretty sure that everything… if some1 in the community have had any experience with
PDFLib
and can help me. Thanks [CODE] <?php $pdf = PDF_new…
Re: pdflib
Programming
Web Development
17 Years Ago
by w_3rabi
well ......... what is the problem with u could u explain more
Re: pdflib
Programming
Web Development
17 Years Ago
by nguyenthaithuan
Hi all ! This is a function which I wote.It was wrong, but I can find error, please help me !!! ----- <?php function outtext($pdf,$Left_Margin,&$YPos,$font, $str){ global $Page_Height,$Top_Margin, $PageNumber; if($YPos<10){ $pdf->newPage(); $YPos= $Page_Height-$Top_Margin-10; $pdf->addText($Left_Margin, $YPos,$font, …
Re: pdflib
Programming
Web Development
17 Years Ago
by nguyenthaithuan
Hi all ! This is a function which I wote.It was wrong ( result is not unique ), but I can find error, please help me !!! ----- <?php function outtext($pdf,$Left_Margin,&$YPos,$font, $str){ global $Page_Height,$Top_Margin, $PageNumber; if($YPos<10){ $pdf->newPage(); $YPos= $Page_Height-$Top_Margin-10; $pdf->addText($Left_Margin, $…
Re: pdflib
Programming
Web Development
17 Years Ago
by w_3rabi
is there any output ?? any errors??
Re: pdflib
Programming
Web Development
12 Years Ago
by |-|x
apparently I was trying to use the wrong version of the extension dll.
problem with pdflib
Programming
Web Development
16 Years Ago
by almon
I used the [URL="http://www.daniweb.com/forums/thread83178.html"]http://www.daniweb.com/forums/thread83178.html[/URL] link to configure my
pdflib
but with no results:( I am geeting the following arror PDF Lib not supported can anybody help??
Where to get PDFLib?
Programming
Web Development
13 Years Ago
by martin11ph
I am trying out the sample code on: [url]http://www.php.net/manual/en/pdf.examples-basic.php[/url] I get an error that Class
PDFLib
is not found. Where can I get this class? There seems to be a lot of resources on the web and they just confuse me.
Re: Where to get PDFLib?
Programming
Web Development
13 Years Ago
by pritaeas
The [URL="http://www.php.net/manual/en/pdf.installation.php"]installation chapter[/URL] points to the [URL="http://pecl.php.net/package/
pdflib
"]pecl website[/URL].
Re: PDFLib and PHP - Damaged PDF Files
Programming
Web Development
14 Years Ago
by Usernamex235
If you don't have any luck, try "fpdf" - you can give it html input i.e. tables etc, even basic CSS is supported! [url]http://www.fpdf.org/[/url]
Re: Problem with PDFLib
Programming
Web Development
17 Years Ago
by php_coder
… on Windows:[/B] Download
PDFLib
from: [URL]http://www.
pdflib
.com/download/
pdflib
-family/
pdflib
-7/[/URL] Here is …version for windows: [URL]http://www.
pdflib
.com/binaries/
PDFlib
/701/
PDFlib
-7.0.1p1-MSWin32-php.zip[/URL]…I tested this using: [code=php]<?php if (class_exists('
PDFlib
')) { echo 'PDF Lib supported'; } else { echo …
Re: Problem with PDFLib
Programming
Web Development
17 Years Ago
by digital-ether
… on Windows:[/B] Download
PDFLib
from: [url]http://www.
pdflib
.com/download/
pdflib
-family/
pdflib
-7/[/url] Here is …version for windows: [url]http://www.
pdflib
.com/binaries/
PDFlib
/701/
PDFlib
-7.0.1p1-MSWin32-php.zip[/url]…I tested this using: [CODE=php]<?php if (class_exists('
PDFlib
')) { echo 'PDF Lib supported'; } else { echo '…
Re: Problem with PDFLib
Programming
Web Development
17 Years Ago
by digital-ether
… to do it, or in the examples included with the
pdflib
. You could also just use "Times-Roman" instead… "Times New Roman" as it is built into
pdflib
.
Re: Problem with PDFLib
Programming
Web Development
17 Years Ago
by digital-ether
try: [url]http://www.fpdf.org/[/url] doesn't need
pdflib
in php
Re: Problem with PDFLib
Programming
Web Development
17 Years Ago
by php_coder
[quote=digital-ether;402434]try: [URL]http://www.fpdf.org/[/URL] doesn't need
pdflib
in php[/quote] Hey Ether Thanks for the reply. I have already tried that. It works fine. But i want to do with the usual PDF. Can u sugges how ?
php and pdf?
Programming
Web Development
17 Years Ago
by world_weapon
… wondering if anyone had any experience with php configured with
pdflib
. I am trying to create a new pdf by loading… figure this out for some time. I know about the
PDFlib
and PDI solution but does any one know of another…
FDF options to change PDF appearance
Programming
Software Development
14 Years Ago
by Greg8202
… in from an Oracle database. To do this I used
PDFlib
(version 7.0.1). The submit button on the form… some data which will affect a fields background/font colour?
PDFlib
has a validate event which can be called when a…
UTF-8 and PDF
Programming
Web Development
19 Years Ago
by om1d_h
Hi, I need to generate a PDF report from my MySql. The problem appears when we want to write in Persian. The
PDFlib
appearently doesn't support UTF-8. I also checed UFPDF. It neither work well. Any advice? I use: PHP Version 4.3.7 mysql: Client API version 3.23.49
How to enable PDF in PHP?
Programming
Web Development
18 Years Ago
by php_coder
hi all i want to open and work on a .pdf file from php script. i hv installed
pdflib
and copied it in C:\Program Files\xampp\php\extras\pdf-related still the script( from PHP manual) din't work :sad: plz help thanks in advance Prati
displaying query results in a generated pdf doc
Programming
Web Development
16 Years Ago
by danielagaba
hi i'm using
pdflib
class to generate a pdf which i want to display an array of results from my db, my problem is only the 1st row of the query results is dispayed. Tried using a for statement in relation to the number of rows found but that didnt work either.
Re: UTF-8 and PDF
Programming
Web Development
15 Years Ago
by haggis-man
I am also interested in UTF-8 support
PDFlib
Lite since I need to write Cyrillic text into a PDF. Any suggestions please?
PHP and PDF
Programming
Web Development
15 Years Ago
by whiteyoh
….... How do you install a pdf library? I have tried
PDFLib
but when i run a script it states it cannot…
how to generate invoice for dynamic form
Programming
Web Development
14 Years Ago
by puvi
… this. since this is work related i cant use commercial
pdflib
. thank you for ur time and suggestion.
issue with pdf generation and download
Programming
Web Development
14 Years Ago
by puvi
…. to generate pdf, i looked around in internet and found
pdflib
lite, r&os, fpdf to generate pdf, i decided…
Export to PHF
Programming
Web Development
13 Years Ago
by tomkrug2
Who can help please, I have no knowledge of the
PDFlib
and its functions and have a time constraint, dont have …
Re: Export to PHF
Programming
Web Development
13 Years Ago
by ddsuresh
If you feel
PDFlib
is difficult, then tcpdf might very easier to handle. Of course you need little knowledge. After downloading tcpdf, then given some examples PHP files. Just copying those code, putting into your website and finally pass the html content their method will work. Yesterday only i did this to my client website.
Problem with PDFLib
Programming
Web Development
17 Years Ago
by php_coder
Hello guys I still could not solve the PDF issue :( I am using XAMP server on windows system. I think PDF comes with it by default. (not sure though). I have uncommented the required 2 lines in php config file. Yet no luck. Could somebody please help me out? I want to run acrobat files through the php script , if possible edit …
Re: Problem with PDFLib
Programming
Web Development
17 Years Ago
by joekemp
Also had a few problems getting the latest version of libpdf working with XAMPP. I found out that I was editing the wrong php.ini file! I was editing \xampp\php\php.ini when the actual config file was \xampp\apache\bin\php.ini. That should make it work! Joe
1
2
3
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC