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...
7
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...
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...
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...
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 ...
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\...
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...
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...
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...
1
Solved
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...
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...
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...
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...
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%,...
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?
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...
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 ...
1
© 2022 - 2024 — McMap. All rights reserved.