fpdi Questions

11

I am running the following code and giving me this error : FPDF error: This document (testcopy.pdf) probably uses a compression technique which is not supported by the free parser shipped with FPDI...
Papyrus asked 28/8, 2012 at 6:54

7

I am new to PHP and am having a bit of a hard time with using FPDI when it comes to inserting multiple pages. I have a .pdf file which consists of 3 pages. I ended up saving page 1 as a separate p...
Leanaleanard asked 17/9, 2014 at 19:22

2

I'm trying to dynamically add some text to an existing pdf file. I've tried both FPDF and TCPDF combined with FPDI to import the existing pdf. That's ok. But, as expected, all existing links from...
Anoxemia asked 30/4, 2015 at 12:56

8

Solved

I have a couple of PDF template files with complex content and several blank regions/areas in them. I need to be able to write text in those blank regions and save the resulting PDFs in a folder. ...
Liber asked 7/2, 2012 at 23:58

4

Is there a free/open-source PDF parser out there that can do the job? The free parser that comes with FPDI only supports PDF version up to 1.4. I tried TCPDF but it didn't work. I know I can chang...
Exteriorize asked 14/6, 2013 at 5:35

3

Solved

I modified this stack question: Applying watermarks on pdf files when users try to download the files but I encountered an error, though there was a comment that says on how to fix it, it wasn't el...
Ordeal asked 6/5, 2012 at 5:56

3

Solved

I'm trying to use FPDF and FPDI to edit a PDF and add text to it. I keep getting an "Incorrect output destination" error but the destination is the correct location that I want it to create a file ...
Snooty asked 23/5, 2019 at 14:55

1

Solved

I need to sign an existing pdf. I'm using Symfony 3.4.12 and the bundle https://packagist.org/packages/whiteoctober/tcpdf-bundle to sign pdf's. Inside the services I added this part: AppBundle\...
Donndonna asked 9/7, 2018 at 15:16

3

Solved

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 p...
Unfortunate asked 13/7, 2011 at 6:9

1

How to set UTF-8 encoding in php library named FPDI? Here's library: https://www.setasign.com/products/fpdi/manual/ The code: $pdf = new Fpdi(); $pdf->AddPage(); $pdf->setSourceFile('PdfDocum...
Peoria asked 16/10, 2017 at 14:28

1

Solved

I have a PDF file, and I want to add a new page with FPDI/FPDF Fatal error: Uncaught Exception: FPDF error: Incorrect output destination: outfiles/111111.pdf in C:\wamp\www\pdf\fpdi\fpdf.php on...
Jenness asked 18/8, 2017 at 9:57

1

Solved

FPDI PDF Files merger is being used. However, I ran into the following issue while trying to merge PDF files versions 1.5 and higher. The following was the error I received: This document (doc.p...
Ghiselin asked 17/4, 2017 at 12:55

3

Solved

I'm using the following code to add a new page to my existing PDF document and save it. require('addons/fpdf.php'); require('addons/fpdi.php'); $pdf = new FPDI(); $pagecount = $pdf->setSource...
Tattoo asked 29/8, 2012 at 20:13

7

Solved

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 ta...
Bulk asked 18/3, 2009 at 22:59

1

I'm stuck at work. I'm coding in PHP and I have to generate a PDF. My problem is that I have to create cards (same size of credit card 85.6*54mm), I'm using a template at the right size, but the pa...
Vharat asked 21/12, 2015 at 16:39

4

Solved

This looks like the simplest thing but I can't get it to work. I need to add text to the first page of a multi-page pdf (could be any number of pages) Using this code on a two page pdf (without t...
Conjectural asked 27/1, 2013 at 10:1

2

Solved

My need is that I upload two image files and that should be added to an existing PDF file. I have read about FPDF, basing on that I have followed this post link. In case if somebody can post a simp...
Mavilia asked 6/3, 2012 at 15:13

3

I have to merge PDF files when a user needs to. The files are already existing and everything is fine. I'm using the fallowing code to merge the files: class concat_pdf extends FPDI { var $files...
Scalenus asked 9/5, 2012 at 20:16

1

Solved

I've been trying to add a watermark to a password protected pdf (protect to write only) with fpdf and fpdi. It works on normal pdfs but when it is password protected it gives this error: FPDF ...
Albumin asked 29/10, 2012 at 11:33

1

Solved

Im in a TYPO3 system and I have an extension where I built a PDF file using fpdf. When I submit the form with the data, the file is downloaded (around 3MB file) but when the download reaches 100%,...
Riannon asked 31/10, 2012 at 11:56

4

Solved

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?
Sewellyn asked 9/1, 2011 at 9:52

2

Solved

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'); require_once('fpd...
Enticement asked 10/3, 2011 at 6:14

2

Solved

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 ...
Kuntz asked 18/11, 2008 at 5:9
1

© 2022 - 2024 — McMap. All rights reserved.