tcpdf
How can I use a built-in pdf function in a module in Joomla 1.5
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[详细]
2023-03-30 05:44 分类:问答Warning: openssl_pkcs7_sign() [function.openssl-pkcs7-sign]: error getting private key in C:\xampp\htdocs\this\tcpdf\tcpdf.php on line 8366
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[详细]
2023-03-28 23:37 分类:问答Print multipage PDF on different printer-trays
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[详细]
2023-03-28 17:16 分类:问答Cakephp TCPDF error: TCPDF ERROR: Some data has already been output, can't send PDF file
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[详细]
2023-03-27 19:06 分类:问答Can php code execute while creation of pdf using 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[详细]
2023-03-26 19:55 分类:问答TCPDF - How do I extract pages form a PDF?
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[详细]
2023-03-24 22:13 分类:问答Any way to export some html/css to an image?
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).[详细]
2023-03-23 10:37 分类:问答TCPDF: Rotate Text / Cell in Table Header
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[详细]
2023-03-21 09:09 分类:问答TCPDF font conversion results in missing glyphs
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开发者_[详细]
2023-03-20 23:50 分类:问答sending an email attachment using TCPDF
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.[详细]
2023-03-20 17:23 分类:问答
加载中,请稍侯......