Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
3k views

Zend_Pdf calculating length of text string in current font for line wrapping

Does anyone have an easy way to calculate how many points across a page a piece of text will consume in a particular font and size? (easy = minimal lines of code + computationally cheap). Zend_Pdf ...
5
votes
3answers
4k 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: Unable to find xref ...
4
votes
2answers
123 views

Zend_Pdf font problems with german language…?

I am using Zend_Pdf class to create a PDF document. Here the contents are in the GERMAN language, So when I write the content to the pdf it automatically converts those characters to some special ...
4
votes
1answer
409 views

Zend_Pdf manipulating PDF Form Fields

I currently have a project there are a number of forms that are processed and stored in the DB. Upon successful completion an admin is notified by email with the contents of that form submission. ...
3
votes
3answers
908 views

Zend PDF word wrapping

Does Zend_Pdf already support automatic wrapping of text? For example I want to create a textblock and fill it with text. This is a very important feature and unless Zend Pdf does not have it I am ...
3
votes
3answers
955 views

Zend_Pdf Add text link to pdf page

Is it possible to add anchor text(link) in Zend_PDF page? I wasn't be able to find any information about this in Zend_Pdf online manual, or reading code, so I guess it is not possible. If there is ...
2
votes
1answer
30 views

Is there any easy way to print text using zend_pdf?

I want to create a PDF file using zend_pdf. But this way seems not efficient at all because I need to define the exact text location :( $page->drawText(""Some text", $x, $y); Is there any easier ...
2
votes
1answer
262 views

Zend_Pdf and templated

I have problems creating a template for my pdf documents in Zend_Pdf. I've followed the guide provided at http://framework.zend.com/manual/en/zend.pdf.pages.html but it doesn't seem to work since no ...
2
votes
1answer
148 views

php edit interactive pdf form

I have an interactive pdf that has a few forms with input fields and checkboxes. I need to open this pdf with php and complete the fields. Is there a way to do that with php? If yes can anyone ...
2
votes
1answer
251 views

How create text background in zend pdf

I am new to the zend-framework. I created a pdf in zend and I want to set text background with the color. like please help........ Thanks in advance..
2
votes
4answers
417 views

Warning: Cannot modify header information - headers already sent

I am getting this error: Warning: Cannot modify header information - headers already sent by (output started at E:\www\dev\elearning1\WebProjects\elearning\public\test.php:1) in ...
2
votes
1answer
898 views

How to create PDF for product description in Magento

I was searching the different Magento forums and extensions for this but i didn’t find anything. What i want is to let my visitors to create a PDF file with image and description for the products ...
2
votes
3answers
6k views

Report generation in PHP (formats required pdf,xls,doc,csv)

I need to generate reports in my PHP website (in zend framework) Formats required: PDF (with tables & images) // presently using Zend_Pdf XLS (with tables & images) DOC (with tables & ...
1
vote
1answer
51 views

Zend PDF mixes up Width and Height of a Page

I'm using Zend_Pdf, and at one point I am reading my source page's Width and Height using $page->getWidth(); and $page->getHeight(); Most of the time it reads fine. Sometimes, however, Zend ...
1
vote
1answer
101 views

display a barcode with Zend_PDF

Hy guys, how can i display a barcode with Zend_PDF ? this is my code: $config = new Zend_Config(array( 'barcode' => 'code39', 'barcodeParams' => ...
1
vote
0answers
148 views

MAGENTO 1.5: Products that generate printable PDF's

So I'll explain this as well as I can, please feel free to ask questions if I need to clarify anything. We create credentials from PDF's. The background image is already printed onto a piece of ...
1
vote
1answer
73 views

Zend_Pdf - load utf-8 pdf document

I'm currently trying to load a PDF document using the Zend_Pdf::load($filename) method and I'm getting Error occured while 'xxx.pdf' file reading. So I see in Zend_Pdf_Parser::_construct there is ...
1
vote
4answers
513 views

PHP pdf 2 text problem

I'm using Zend_Pdf library for extract text from pdf and I have some problems... <?php set_include_path (__DIR__ . '\data'); require_once 'Zend/Pdf.php'; // Load PDF document from a file. ...
1
vote
2answers
201 views

Zend Framework PDF not working - document has no pages

My code is very simple: header('Content-type: application/pdf'); header("Content-Disposition: attachment; filename=\"tesat.pdf\""); $pdf1 = new Zend_Pdf(); ...
1
vote
1answer
404 views

How to rotate text while creating PDF in Zend Framework?

I am placing text on pdf something like this using Zend_Pdf: $page1->drawText( 'Hello World!', 100, 100 ); But now I want to rotate text to 90 degree on pdf. How is it possible ?? Thanks
1
vote
1answer
449 views

Add watermark to PDF using Zend Framework (adding something under the text layer)

I'm trying to dynamically watermark a pdf file using PHP with Zend_Pdf. Is there a way to de-layer a PDF file, put something (text, image) between the background and text layer, and then save it? Is ...
1
vote
2answers
78 views

Remote File Existance Problem

I am creating pdf document for downloading for e.g. someone clicked a PDF link then a pdf is generated and browser opens new window with path of that pdf file. Problem is that browser is giving 404 ...
1
vote
1answer
707 views

Can't get Zend pdf show in browser

I've got a strange problem with zend pdf, I just can't get the pdf to show in my action i've got this code: $this->_helper->layout->disableLayout(); ...
1
vote
1answer
639 views

Zend_Pdf how to set 595x842 image as a background of A4 pdf

I have an image with 595x842px dimensions, I would like to use the image as a background for a page in pdf. I want it to fill the whole background. How can I do that? I have this now: <?php ...
1
vote
1answer
443 views

Zend Pdf generation from an action

I have a controller Employee , in that i have the action detail . The detail action prints like the attached image. Suppose there is a save pdf button, i need to print this page as .pdf.. How can i ...
1
vote
1answer
106 views

How to determine if the contents of a .pdf file are scanned or not

So, I have a .pdf file and I need to be able to determine if it was created by being scanned into a PDF or not. I'm trying to determine if it is a pdf I can display as text or not. I have PHP & ...
1
vote
1answer
312 views

zend_pdf can't read existing pdf

I'm using Zend_Pdf to generate PDF files, based on existing PDF templates. The problem is, I can't read any of the templates - I get a "File is not a PDF." error because the first 4 characters in the ...
0
votes
1answer
72 views

How to display tabs using Zend_PDF

I am having an issue with generating pdf documents. My tabulator characters are not displayed properly. I already tried different fonts, or encodings (UTF-8, Windows1552). With some fonts the ...
0
votes
1answer
65 views

Zend Pdf load Template and set Horizontal

I'm having problems to fill pdf template when using Zend_Pdf. The problem is that i have to fill a existing pdf and i don't know how to say to Zend that this template is horizontal and not vertical. ...
0
votes
0answers
61 views

Drawing a TIFF with transparency using Zend PDF

I'm drawing a PDF file with Zend PDF. The last step during rendering is drawing an image on top of the PDF. This image has a transparent background. I first tried drawing a PNG. But since PNG doesn't ...
0
votes
1answer
108 views

A Small Zend_Pdf_Color_Rgb problem?

I am facing an abnormal problem when trying to write a rectangle with a color in PDF using Zend_PDF as shown in the below diagram: Code is as follow : require_once 'Zend/Loader/Autoloader.php'; // ...
0
votes
0answers
182 views

ZendFramework Zend_Pdf, how to add header and or footer

I am able to create PDFs using Zend_Pdf. Is there a way to add Document Headers and or Footers using only the ZendFramework Zend_Pdf library? I don't want to directly "draw" headers and footers. ...
0
votes
0answers
124 views

Zend_Pdf problem extracting metadata from PDF/XMP file

I have successfully created a PDF from a multi-page .tiff file using Zend Framework, Zend_Pdf, but cannot access the XMP/metadata. Here is my code: //Create the PDF from .tiff file ...
0
votes
1answer
115 views

Load Multi-page .tif files into PDF using Zend Framework

I am able to successfully load a single page .tif image into a PDF using ZendFramework, here is the code: $pdf = new Zend_Pdf(); $page = new Zend_Pdf_Page(Zend_Pdf_Page::SIZE_LETTER); $image = ...
0
votes
1answer
296 views

Using php wordwrap to wrap at different lengths on each line, then print with Zend PDF?

Like the title says, I need to use php (wordwrap or whatever works) to split a string into lines and print onto a PDF using Zend, but each line is a different length and starts at a different X and Y ...
0
votes
3answers
2k views

Is possible convert HTML into pdf using Zend_Pdf?

Is possible convert directly HTML into a pdf file using Zend_Pdf?, if so, How can I do that?
0
votes
0answers
306 views

Zend PDF different font size for saved and rendered file

I tryed to open an existing file modify it by including text and then send it to the user (render). What I recognised is that the font size only changes for the saved version of the file. If I only ...
0
votes
2answers
1k views

How to extract text using Zend_Pdf from pdf page

Can anyone help with extracting text from a page in a pdf? <?php $pdf = Zend_Pdf::load('example.pdf'); $page = $pdf->page[0]; I would assume a page method would exist but I could not find ...
0
votes
1answer
370 views

Image from PDF using ZendFramework

is there any way to save a PDF as an image using ZendFramework? I'm still looking for a solution with good performance. I've heard of ImageMagick, but the performance sucks and it's hard to configure ...
0
votes
1answer
558 views

Zend_PDF text formatting

I use Zend Framework for my project. And my question is how can I convert html text like "helloworld" into PDF text to be the same using Zend_PDF ? Thx.
0
votes
1answer
263 views

zend_pdf right to left languages problem

i am using zend_pdf to create pdf files from persian language texts. i have two problem: 1- i want to change document's direction to right to left as persian, arabic and some other languages are. ...
0
votes
1answer
184 views

Zend_Pdf - Text On Top of Shapes?

Is it possible to draw text over top of a drawn shape with Zend_Pdf? No matter what order I execute the draw statements, the shape is always on top of my text.
0
votes
1answer
194 views

Zend_Pdf_Page::drawContentStream() Example?

Can somebody provide an example of how to use the Zend_Pdf_Page::drawContentStream() method from the Zend_Pdf API's?
0
votes
3answers
1k views

Placing a PDF inside another PDF document with Zend_PDF

I have a pdf file of a logo, about 1"x2" in dimension. Can anybody provide the code snippet to import that PDF logo into another PDF file using the Zend_PDF API's? Ideally, I'd like to be able to ...
-1
votes
2answers
159 views

How to create pdf files using zend frame work?

Can any body knows how to create pdf files using zend frame work? please let me know .... advance in thanks, Azhar Ahammed.