fpdf
Make text wrap in a cell with FPDF?
Right now when I use a cell with text, it all stays on one line. I know I could use the write function, but I want to be able to specify the height and width.[详细]
2023-01-11 23:34 分类:问答Inserting an image with PHP and FPDF
I\'m trying to insert an image but do not want to specify the x and y coordinates. Is that possible? $pdf->Image($image1, 5, 70, 33.78);[详细]
2023-01-11 03:00 分类:问答fpdf and new line
why text don\'t jump to new line? http://img826.imageshack.us/img826/2097/pdf.png My code: <?php require(\'fpdf.php\');[详细]
2023-01-08 12:09 分类:问答Should I carry on porting FPDF to .NET?
I\'ve started to port FPDF to .NET, however I was wondering if its worth the effort. Has it already been done?[详细]
2023-01-07 07:09 分类:问答Insert data into PDF, filled in an online form, on submit action
First of all my apologies to all the people who think this question is a repeated one or they find a similar question to this.[详细]
2023-01-06 19:05 分类:问答Why this strange behavior in google chrome and IE?
I am using fpdf library and generating pdfs... What happens when i click ExportToPdf button in firefox it opens the Save as dialogbox but google chrome and IE just opens the pdf file in browser, 开发者[详细]
2023-01-06 14:35 分类:问答PDF based on employee_id
NEED HELP!!!! :( I have to finish a task in our project, lets say for example employees table has columns employee_id, username and password...开发者_JAVA百科[详细]
2023-01-06 13:27 分类:问答where can we specify the width of the column that is generated in pdf?
I have genera开发者_JS百科ted a pdf using fpdf library. The datas areexported to pdf document i want to set the width of the indivijual column cells how to do that[详细]
2023-01-05 22:31 分类:问答Why fpdf library fail to work on production server?
I amexport pdf from my php pageto\'pdf\' in my localhost by using fpdf library.On my 开发者_C百科localhost the page is exported to pdf but when i host to the production server and work live ...[详细]
2023-01-05 13:48 分类:问答Insert PNG with alpha channel using FPDF (PHP)
In official 开发者_如何学运维documentation of FPDF, it said alpha channel is not supported for PNG.[详细]
2023-01-04 05:49 分类:问答
加载中,请稍侯......