Tagged Questions
The fpdi tag has no wiki summary.
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 ...
3
votes
1answer
147 views
PHP: How to combine these two classes?
Just like the title says I am having problems combining two classes. Altough this is about FPDF, i do think this is a regular question, since the question could have been about any script.
I am using ...
2
votes
1answer
152 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
3answers
1k views
wrong symbol exported in fpdf… ñ as ñ ..?
I dont know whats the problem but whenever I call the letter ñ from $_POST function it puts it in my fpdf as ñ .. any idea why?
2
votes
1answer
1k views
Using TCPDF and FPDI with cake php
I have go TCPDF setup in my cake php install and am now trying to also use FPDI with it as i need to add a PDF to the start of the PDF that is being generated.
WHen trying to do this i am using 3 ...
2
votes
2answers
4k views
Can FPDF/FPDI use a PDF in landscape format as a template?
I am trying to import an existing PDF as a template with FPDI. The template is in landscape format. If I import the template into a new document the template page is inserted in portrait form with ...
1
vote
1answer
67 views
FPDF image under layout
I import a PDF file with 2 pages using fpdi, it works.
I need to insert an image in my imported pdf but its in under the original pdf layout so I cant see the image that i want to insert.
By the way, ...
1
vote
2answers
246 views
How to get text position in PDF using PHP, TCPDF & FPDI?
I have an issue:
I need to upload some PDF template with data and then change it.
For example, in PDF file is string:
NAME:
I need get position of this string and insert some text (username ...
1
vote
0answers
99 views
Search pdf and extract page when found
Does anyone know how to search through a multiple page pdf for some text (e.g., an invoice number) and then extract that page to a separate file? I see how I can use FPDI to extract a particular page ...
1
vote
0answers
254 views
Problem with size of the imported PDF template with FPDI+TCPDF
I am stuck in a very complex situation.
I am working on a PHP Web apps for Greeting card.
For this, I am using some Linux tools and TCPDF and FPDI.
Let me tell you how it all works:
there is 4 page ...
1
vote
2answers
578 views
How to get the exact modified PDF using FPDF/FPDI?
i have a task to modify the PDF and add an image into it, for which I Have used the FPDF and FPDI libraries.. whose action code is given below:
<?php
require_once('fpdf.php');
...
1
vote
0answers
262 views
PHP securing PDF appears corrupt with Adobe Reader X
I've had a probelm turn up that is dumbfounding me. We have developed a PHP module, to take an existing PDF (PDF version 1.3) document and add a programmatically generated 'image', update the ...
1
vote
0answers
55 views
Can FPDI handle PDF 1.7 Collections?
I have to deal with PDF files that happen to be collections of pdfs (think of it like a folder of pdfs)
Will FPDI correctly import this kind of file ? and How ? :)
1
vote
3answers
2k views
FPDF, FPDI - using fonts embedded in the source document
I am using FPDF / FPDI to build a pdf templating system. One pdf is used as the background and has a number of editable regions defined within it (stored in database). An editable region could be an ...
0
votes
0answers
16 views
PHP & FPDF - How do I get the positions of where I want to place my output?
I'm using FPDF & FPDI for writing to an existing 1.4 PDF. I am basically filling in form data by outputting the text where it needs to be. (is there an easier way?)
I have a pretty basic test ...
0
votes
0answers
24 views
How to keep trim box data when modifying a PDF with FPDF and FPDI?
I'm using FPDF and FPDI to import and modify a PDF for industrial printing. The thing is it keeps deleting the Trim Box data : in the end all the boxes have the same size (which is the Media Box size) ...
0
votes
1answer
37 views
PHP and importing pdf with forms
I'm having trouble importing an existing pdf file with forms (text fields, radio buttons...)
with some php libraries like TCPDF, FPDI and PDFlib.
When I import pdf file with forms, do some text print ...
0
votes
0answers
39 views
Keeping form fields after FPDF/FPDI generation
I've scoured the forums/web for this answer, but I've failed to come up with a solution.
I have a PHP based form that inputs form data onto a PDF generated by FPDF/FPDI (utilizing a pre-made ...
0
votes
2answers
79 views
Text getting clipped when generating PDF using FPDF/FPDI/TCPDF
I have a PHP project where I am opening up a premade PDF, and filling it out with data via PHP. The problem I am having is that one of the text elements isn't showing up. I am positioning it towards ...
0
votes
0answers
88 views
manipulate pdf form with fill-able form fields and keep them fillable by user?
I got a form with fill-able form fields made by Acrobat, it is rather complex.
Via PHP I want to "simply" attach another page, add a barcode to the form page and add meta info.
Currently I do not ...
0
votes
1answer
129 views
TCPDF and FPDI: Is there a separate version of FPDI for TCPDF than for FPDF
I'm trying to build an header generator for pdf worksheets.
My choice of technologies were:
FPDF and FPDI
Now, I'm transistioning to TCPDF and FPDI, because the powers that be have decided we need ...
0
votes
0answers
106 views
Stretching image in a pdf using writeHTMLCell()
I am using FPDI library to convert from html to pdf. I need to stretch images to bigger then original size and it seems to me they will not go a pixel bigger. I can stretch them down but not up.
I am ...
0
votes
0answers
233 views
using TCPDF and FPDI together
I have a doubt about using TCPDF and FPDI together.
I am working on a project where I need to modify existing PDF file and generate new PDF, actually existing PDF are Greeting card template and I ...
0
votes
0answers
187 views
Using FPDI and FDP to generate slightly different pdf files
i first import a pdf using fpdi to make a fpdf object, i then perform several changes on that pdf. I clone it to make a custom pdf just adding some texts. Then i output the two files to disk but just ...
0
votes
1answer
282 views
FPDI use template issue
Has anyone had any experience with fpdi in creating templates to be used on multiple pages.
$fpdi->useTemplate($tplidx, 0, 0, 210, 297,true);
The above works great for my template but when using ...
0
votes
1answer
139 views
Post inside fpdf … help
Is this possible?
$pdf->setSourceFile**('Write(0, "h.pfd")')**; --- it gives this error: FPDF error: Cannot open Write(0, "h.pfd") !
Is there any way to integrate a write inside fpdf?
I just ...
0
votes
1answer
200 views
ENTER in fpdf when $_POST function.. ln ()?
Is there any code I can put in the input post text so that when appearing on fpdf it gives an enter space (to the next line) ..???
0
votes
1answer
257 views
center text in fpdi?
Is there any way to center text in fpdi so that no matter what length the word has its always centered?
0
votes
1answer
341 views
Using FPDI AND FPDF
i'm trying to use FPDI and FPDF for generating pdf, but i have problem when i create cell i wan't to use the fillcolor. so the Cell have backround collor. Any help
For now i have like this.
...
0
votes
2answers
386 views
Is there a way to use the transactions in TCPDF when extending it with FPDI?
I am using TCPDF with FPDI's bridge. The issue I'm having is that as soon as I use the startTransaction() I get the following error:
TCPDF ERROR: Cannot access protected property FPDI:$numpages / ...
0
votes
1answer
814 views
FPDF Header Question - Driving me crazy!
I am trying to generate a PDF that outputs Item Names onto a template PDF (using FPDI) with the Username listed on the top of each page. Every user can have a different number of items (i.e. if there ...
0
votes
2answers
1k views
“Unable to find xref table” with Dompdf0.6a + FPDI
I'm trying to generate a pdf file from html using dompdf0.6a and that works fine, but then i need to encrypt it for protection, but i get error
FPDF error: Unable to find xref table - Maybe a Problem ...
0
votes
1answer
358 views
FPDI, how to remove automatic page counter
I'm using FPDI together with TCPDF to add a page to a already existing PDF-file. This works great, but I have one problem. When I output the new PDF I get an automatic page counter in the lower right ...