I am new to Joomla. I am currently using Joomla 1.5 for development. I am developing a form module that functions like providing users to fill up the form and submit it. Now when a user submits the fi
I am using TCPDF to sign PDF, but when running the example 52 I got this error: Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting
I am generating a PDF by PHP with FPDF. This works well. Now what I want: From a multipage PDF all pages expect the last one have to print wit开发者_高级运维h paper from tray1 and the last page from
I have installed TCPDF following instructions on below link: http://bakery.cakephp.org/articles/kalileo/2010/06/08/creating-pdf-files-with-cakephp-and-tcpdf
I m working on module in which i have to make pdf from php page. I m Using tcpdf for that but m facing one problem that file contain some mysql queries and php coding which is not executed by pdf page
I read somewhere that TCPDF was capable of s开发者_StackOverflowplitting a PDF into individual pages or images. But there\'s no mention of this in the documentation or an example of how to do it. Can
Basically I have an <ul> list with a few <li> items styled with CSS that may change proprieties ( jquery click adds a class with different background).
I have some trouble 开发者_如何学JAVAwith creating a table in TCPDF in which all header columns, except the first and last, should be rotated by 90 degrees (or: the text in that cells should be vertic
I\'m using the TCPDF library to generate server-side PDFs daily in a cronjob. This library takes UTF8 strings from the DB and writes them into a PDF using the Arial Unicode MS font (also embedd开发者_
PHP I have a simple course application form, which when filled, an email is sent to the applicant with a fees quotation for the courses he selected as a pdf attachment.