Tagged Questions

0
votes
0answers
3 views

fpdf multicell issue

how we display fpdf multicell in equal heights having different amount of content
1
vote
2answers
1k views

create table in pdf with wrap data using fpdf in php

Hi all, I have a problem in creating table structure in pdf using fpdf library. when any data of perticular cell have a long string then the cell data will overlap with other cell …
1
vote
0answers
29 views

asp FPDF -display text with different character encoding eg.chinese/hebrew/thai.

I am using FPDF library for ASP.I am trying to add chinese font to it, but its not displaying correct characters.I wrote copied php code and converted to ASP style as extension. It …
-2
votes
0answers
39 views

Asp FPDF - to display multilanguage text

I am using FPDF library for ASP.I am trying to add chinese font to it, but its not displaying correct characters.I wrote copied php code and converted to ASP style as extension. It …
0
votes
1answer
33 views

fpdf - going back to the previous page

I am generating pdf invoice using fpdf. Some invoices containing many items, and details need to go into the second page. However, I need the total, and other details to be dis …
0
votes
1answer
508 views

ASP FPDF, problem with inserting image

Hi there, I have some problem with inserting image when i generate pdf using FPDF library (ASP port version) you can get it here ASP FPDF I have tried this code (this was ASP VBS …
0
votes
2answers
76 views

How to convert Unicode NCR form to its original form in PHP?

To avoid "monster characters", I choose Unicode NCR form to store non-English characters in database (MySQL). Yet, the PDF plugin I use (FPDF) do not accept Unicode NCR form as a c …
0
votes
3answers
60 views

help in php file_get_contents

i have this file C:\\xampp\htdocs\exact\sample_pie.php that contains a graph. here's the code: <?php include("phpgraphlib.php"); include("phpgraphlib_pie.php"); include("connec …
0
votes
2answers
98 views

Cannot run FPDF in PHP Version 5.2.10

The server information says that the PHP version is 5.2.10. Our fPDF works on version 5.3, but not version 5.2.8. The error is always FPDF error: Missing or incorrect image …
2
votes
2answers
903 views

Is there a way to make FPDF/FPDI or Zend_Pdf support the parsing of PDFs greater than 1.4?

I am trying to add an existing PDF (created otherwise) to a PDF created with FPDF using FPDI. It seems to work find for most PDFs, but I get the following error: FPDF error: Unabl …
0
votes
1answer
43 views

Is there a way to output a .eps or vector file using FPDF?

I'm trying to layout a business card on a PDF with the FPDF class using a form field that the user fills out. I have been able to create the text needed for the card, but I have a …
0
votes
1answer
121 views

Why are there unexpected spaces on my PDF using FPDF with PHP?

Here is an example of my problem: http://idea-palette.com/pdf/ I'm using FPDF to write some text on a PDF. I'm displaying 8 different cells of text. The Cells are being displayed, …
5
votes
9answers
3k views

Which is the best PDF library for PHP?

I'm wondering which is the best PDF creation library for PHP, mainly for creating PDFs from scratch (not as much HTML to PDF)? I have worked with FPDF for quite a while now, but i …
0
votes
0answers
202 views

line break problem with MultiCell in FPDF

I am using java port of fpdf. I am encountering fowwlowing errors. 1).When i call multicell 2 times every time the text is printed on a new line. MultiCell(0, 1, "abcd", currentB …
0
votes
4answers
145 views

using fpdf library

i have found some pdf file geneartion program in php. When i reun it i get the following error Warning: require(/include/fpdf153/fpdf.php) [function.require]: failed to open stream …

1 2 next
15 30 50 per page