Questions tagged [pdflib]

PDFlib is a library for generating and manipulating files in Adobe’s well known Portable Document Format (PDF).

PDFlib is a library for generating and manipulating files in Portable Document Format (PDF). The library is a commercial product from PDFlib GmbH, a German company that builds and maintains the library.

PDFlib - A library for generating PDF on the Fly

PDFlib is the leading developer toolbox for generating and manipulating files in the Portable Document Format (PDF). PDFlib’s main targets are dynamic PDF creation on a Web server, or any other server system, and to implement "Save as PDF" in existing applications. You can use PDFlib to dynamically create PDF documents from database contents, similar to dynamic Web pages. PDFlib has proven itself in a wide range of other use cases as well. Application programmers need only decent graphics or print output experience to be able to use PDFlib quickly. Since PDFlib frees you from the technicalities of the PDF file format, you can focus on acquiring the data and arranging text, graphics, and images on the page.

Lots of information and coding samples can be found in the free PDFlib Cookbook which contains sample code for PHP and Java.

257 questions
0
votes
1 answer

Unable to use PDFLib Adapter with latest dompdf 0.7.0

I am using DomPDF with PDFLib as backend. Recently I am trying to upgrade my application to use dompdf from 0.6.0 to 0.7.0. But it is giving exception in following file…
ahgindia
  • 339
  • 1
  • 10
0
votes
1 answer

How to use pdflib get text sentence by sentence?

pdflib is a good software to analysis PDF. When I use it to extract text from a PDF. How to extract text sentence by sentence? Now I can only extract by word, line, page. For example, give the following content in PDF: I want to extract text from…
hunter
  • 529
  • 2
  • 6
  • 16
0
votes
2 answers

Pattern matching text in the body of a PDF and adding hyperlinks with PHP

The situation is as follows: I have a series of big, fat PDF files, full of imagery and randomly distributed text - these are the sections of a huge promotional pricelist for a vast array of products. What I need is to pattern-match all the…
Hristo
  • 740
  • 2
  • 7
  • 19
0
votes
1 answer

Error installing PDFlib

after much searching and testing classes and libraries that would generate a PDF from a html, give up and left to use PDFlib, by speaking it is more worked, but at least I know I must support the community. But I'm stuck at the beginning. I give the…
Marcius Leandro
  • 775
  • 1
  • 11
  • 34
0
votes
1 answer

Pdflib6 for arabic ligature

I use Pdflib 6 for generating PDF in Arabic. I can not get the correct texts (I get the words without ligature.) I know that with PDFlib 8 & 9 we can use new shaping( "tahoma", "shaping script=arab features={liga}", …
0
votes
1 answer

pdflib certain unicode characters not rendering

I need to compose a pdf using pdflib version 8, In which I need to print certain unicode characters But they are not getting rendered ,Instead below characters are displaying € What could be the reason & How can I render the characters? Below is…
hitesh israni
  • 1,742
  • 4
  • 25
  • 48
0
votes
1 answer

PDFlib inline styling in textflow

I would really like to be able to change font style within a textflow - seems like I was able to do this years ago but my memory fails me and I cannot see this option in the documentation. Just want to do something like My…
alQemist
  • 362
  • 4
  • 13
0
votes
1 answer

Checkbox rendering not consistent

I am using PDFlib v8 to create pages with checkboxes - after having no success using unicode text to display ✓ as a check in a textline or textFlow I opted for creating checks as checkbox fields. The check displays however seems to be using Dingbat…
alQemist
  • 362
  • 4
  • 13
0
votes
1 answer

Using matchbox to insert PDF in text flow Yes or No?

I am using matchbox to insert images into text_flow which is working nicely, I need to do the same with small PDF charts - before I go down this path just wondering if its even possible ....Yes / No ?
alQemist
  • 362
  • 4
  • 13
0
votes
1 answer

How to use pdflib TET command-line tool

I just downloaded pdflib TET and can't figure out how to use the command line tool. I installed the .msi file but when I go to command line tet command is not recognized. Any thoughts? Thanks! Andrija
0
votes
1 answer

Ruby PDFLib on OSX: LoadError in require

I just downloaded and installed the Ruby for OSX version of PDFLib (from pdflib.com). I am using the following setup: ruby 1.9.3p429 (2013-05-15 revision 40747) [x86_64-darwin12.4.0] OSX Yosemite 10.10.4 PDFLib 9.0.5 The require 'PDFLib' statement…
0
votes
2 answers

PDFLib (PHP) - disable some cells to shrink

I'm working with PDFLib (9.0.4) with PHP 5.5 to create a very large table with a lot of very small cells. I'm aware that PDFLib use a special algorithm to fit the table into a specified space. I would like to know how to prevent some cells to…
0
votes
1 answer

PDFLib php - no more than 32 columns

I'm currently working with PDFLib 9.0.5 with PHP and I'm truggling with the building of a table. I've got a large table with 34 columns. The first thing I do is create the header row and i've got this error message PDFlibException' with message…
0
votes
1 answer

Fatal error: Uncaught exception 'PDFlibException' with message 'Unknown option 'naxtparagraph''

I have moved a website to a new server but pdflib has stopped working and it is giving us: Fatal error: Uncaught exception 'PDFlibException' with message 'Unknown option 'naxtparagraph'' in /www/pdfGeneration.php:222 Stack trace: #0…
user4938371
0
votes
1 answer

PDFLIB :add_table_cell:No more table cells can be added (table fitting has started)

I have this error: PDFLIB :add_table_cell:No more table cells can be added (table fitting has started) When I want create table contains the title statique and the content dynamic Example of code : $tbl = $p->add_table_cell($tbl, 6, $row, …
test
  • 19
  • 5