Questions tagged [ezpdf]

This class is designed to provide a non-module, non-commercial alternative to dynamically creating pdf documents from within PHP. Obviously this will not be quite as quick as the module alternatives, but it is surprisingly fast, this demonstration page is almost a worst case due to the large number of fonts which are displayed. There are a number of features which can be within a Pdf document that it is not at the moment possible to use with this class, but I feel that it is useful enough to be released.

12 questions
6
votes
1 answer

EZPDF - Documentation, Tutorial, Anything?

I've been handed a project that utilizes the ezpdf class to generate PDF files. Problem is, I can't seem to find any documentation on it on the net. I've figured out most of changes that my bosses want implemented by looking into the code itself.…
rgin
  • 2,291
  • 4
  • 24
  • 32
2
votes
2 answers

Php ezPdf library UTF - 8 hindi fonts showing as junk

I'm working with ezPdf library. When I'm printing the utf-8 fonts stored in my db (Data in Hindi Language) it is showing this kind of output: Task name is stored in Hindi fonts (UTF-8). It is properly visible on webpage but when i'm generating pdf…
Ravikumar Sharma
  • 3,678
  • 5
  • 36
  • 59
1
vote
1 answer

Warning: include(xxxx): failed to open stream: No such file or directory

I'm having a problem regarding using composer with ros/ezpdf This is my file structure home --miga --db --file.php --vendor --ros --ezpdf --src …
user5350210
0
votes
1 answer

Image not appearing using codeigniter and cezpdf

I built a PDF using Cezpdf and codeigniter in PHP. I have been asked to change the image in the PDF. I uploaded the new image, added it to my code, but nothing appears on the page. I do not get any errors either. Here is my code: …
PortyR
  • 355
  • 1
  • 2
  • 12
0
votes
0 answers

Dynamically generated PDFs not showing in certain browser

I use Ezpdf to generate invoices in pdf format. Last year everything was fine. Nothing has changed from the ezpdf code. Pdfs showed up on PC and Macs with no problem. This year, on certain browsers, a white page is shown instead of a pdf. To show…
0
votes
1 answer

Full Justification in php Class Cezpdf

I am using the Cezpdf Class to generate some pdfs. The paragraphs appear justified but the last line of the paragraphs should be left-justified. With my current code while ($ix < count($string_array)){ $pdf->ezText("$string_array[$ix]", 13,…
Michi31
  • 23
  • 5
0
votes
1 answer

How can you determine remaining space on page with ezpdf?

I'm using rospdf/php-pdf - the middle of the pdf is a table of variable length. I want to make sure there is enough space to print the final section on the page, if not I want to add a new page. I'd like to do something like this but $position…
Mike Volmar
  • 1,927
  • 1
  • 22
  • 31
0
votes
1 answer

Generate multiple PDF at once in EZPDF

I don't know why its not working. I've used while loop to generate multiple pdfs with ezpdf class, and only 1 pdf is creating. I also tried 'for loop' but is still the same . What should i do to achieve more than one pdf? include…
Szmerd
  • 499
  • 1
  • 4
  • 13
0
votes
1 answer

Php to pdf conversion using ezpdf?

I wanted to create a simple pdf using the ezPDF in codeigniter. I am following this article. my controller code looks like this: load->library('Cezpdf'); …
Proloy
  • 343
  • 1
  • 3
  • 14
0
votes
1 answer

What do I have to do to make R&OS PDF 0.11.6 support Cyrillic, using ttf2ufm?

I'm involved in a pretty big and complex svn project in Netbeans. I'm not really experienced in PHP, more like basic knowledge level. I'm stuck with the rendering of the PDF report file for a customer who uses Bulgarian language (Cyrillic win1251 or…
0
votes
1 answer

php ezpdf new line in eztable

How can i add a new line in eztable cell text? I tried that I change \n to \n\r but it isn't works. Maybe that the orignal ezpdf eztable works, because may someone made modified of this. Thx.
user1949713
  • 101
  • 1
  • 1
  • 8
0
votes
1 answer

R&OS php pdf € in a table

I all, I'm using R&OS to generate PDF. Everything is fine until I start doing Invoices because I need to print currency. I used all my knowledge but nothing fixed my problem. code is…
Alain ANDRE
  • 305
  • 1
  • 13