tcpdf
TCPDF for setting margins
I am generating PDF file using TCPDF, when I try to use inbuilt functions for setting margin, i.e. $pdf->SetMargins(), it doesn\'t work. My main 开发者_JAVA百科purpose for it to remove extra space[详细]
2023-03-06 21:01 分类:问答TCPDF - inserting images from an array, duplicate characters causing caching error
I am using TCPDF to create a pdf on the fly. Before the pdf is created i have a loop that takes values from an array of characters and inserts them into a string to provide image names this is the cod[详细]
2023-03-05 21:40 分类:问答UTF-8 PDF generated with TCPDF showing up fine in Adobe Acrobat but corrupted in Illustrator and Google preview
I use PHP and TCPDF to generate online invoices encoded in utf8. I\'ve created font definition files following the tutorial on the tcpdf website using PT-sans .ttf file.[详细]
2023-03-03 18:24 分类:问答How to center image in header (TCPDF)
I have the code below and I am guessing what is the center of the page by eye. How would I center the image the proper way?[详细]
2023-03-03 11:12 分类:问答Problem using TCPDF
When I do as follows: $html = \'<div style=\"color: red; border: solid 2px blue; width: 100px; height: 200p开发者_Go百科x;\">Hello World!</div>\';[详细]
2023-03-02 09:49 分类:问答TCPDF add line across page in header
I have created a custom header for my PDF cre开发者_JAVA技巧ated with TCPDF. Now I would like to add a blue line (about 2px width) that goes across the page at the bottom of the header but can\'t figu[详细]
2023-03-02 01:59 分类:问答TCPDF: What is the best approach for having different font-styles in one MultiCell?
I\'m trying to create a PDF with TCPDF (www.tcpdf.com) and have some problems how I could achieve a Cell with a heading and content.[详细]
2023-03-02 01:50 分类:问答How can I get the length of a string in TCPDF?
In TCPDF there is GetCellHeight() for measuring the height of a cell. How do you measure the length or width of a s开发者_运维技巧tring (or block of string) in TCPDF?The method to get the string leng[详细]
2023-03-01 19:47 分类:问答How to download PDF File Generated from TCPDF (PHP) using AJAX (jQuery)?
I am using Yii Framework, TCPDF and jQuery to generate a pdf. The pdf is generated by inputing in a form and submitting it using ajax.[详细]
2023-02-20 20:21 分类:问答TCPDF page rotation
I\'m trying to generate a PDF file containing labels which are 202mm wide by 50mm heigh. I have managed to do this and added the required text and a barcode but my problem is that the labels print out[详细]
2023-02-20 13:59 分类:问答
加载中,请稍侯......