pdf

Manipulating PDF files with PHP using FPDF

In .NET, we have certain libraries that do pdf manipulation for us. In PHP, we have open source library for PDF file generation called FPDF. There is an extension of the library: FPDI that allows for manipulating PDF files. FPDI extracts the content of the pdf as a template, allows us to change the content and then output the changed pdf as a new pdf file. There is no install. We need to download and include fdpf.php and fdpi.php libraries in our php script as would be demonstrated in the examples below:
2 answers

Reading PDF in .NET?

2 points

I am stuck with a programming issue. I am writing a program in C# .NET and I have to read all the data and related metadata of the PDF document... Does anyone know of a library or code that would allow me to read a pdf file and also metadata of the pdf document in C# .NET?

Read more »
Created by Anonymous 18 weeks 3 days ago
  Tags: