Skip to content
Advertisement

Tag: pdf-generation

Fill pdf form image field with image

I have tried to use pdftk to fill a PDF form with text and images. Filling out text fields works fine, but it cant seem to add an image to an PDF form image field. Is there any way to add an image to a form field with pdftk ? Or any other way to do this? Heres my pdf:

wkhtmltopdf without creating a file in php

I have the wkhtmltopdf module in my Drupal which generates the pdf file by running the ‘wkhtmltopdf –options URL filename.pdf’ command using shell_exec function. The output of the file is fine, but I don’t want to store the pdf in the file system. I just want to show the output on the browser so the user can choose whether or

Custom Fonts for DOMPDF

I’m Using DOM PDF 0.6.0 Beta 2. I want to use custom fonts (Fonts: ‘Segeo Print’, ‘Lucida Handwriting’,’Airplanes in the Night Sky’) in PDF file. I followed the guidelines to install and use fonts in my PHP Code, which is given here http://code.google.com/p/dompdf/wiki/CPDFUnicode But I’m not able to get desire fonts in my PDF. You can find my code in

How to add Header and Footer in the created PDF file in php

I am using this site as reference: http://www.ros.co.nz/pdf/ I read the readme.pdf but haven’t found any function that instructs how to add header and footers in every page in the pdf. Answer Edited after long time: Finally adding answer about latest version of R&OS PDF with the help of this example. What about using dompdf: Try this for header and

Advertisement