gpt4 book ai didi

php - 如何使用 fpdf 像示例一样创建 pdf

转载 作者:行者123 更新时间:2023-12-04 04:58:13 24 4
gpt4 key购买 nike

这是我的PDF代码如下:

$this->SetFillColor(0);
$this->SetTextColor(255,255,255);
$this->Cell(90,10,$airline_name,'LRBT',0,'L',true);

$this->Cell('10',10,'','',0,'L',false);

$this->SetFillColor(255,255,255);
$this->SetTextColor(0);
$this->SetFont('Times','',10);

$this->MultiCell(90,5,$com_info,1,'L',false);

$this->Ln(0);

$this->SetY(23);
$this->Cell(30,10,"MAWB",'LTB',0,'L',false);
$this->Cell(60,10,$mawb,'TRB',0,'L',false);
$this->Cell(10,10,'','',0,'L',false);

$this->Cell(45,20,'This Pieces No.\n$pn','LR',0,'L',false);
$this->Cell(45,20,'Total Pieces\n$pn','R',0,'L',false);
$this->ln(0);

$this->SetY(36);
$this->Cell(30,10,"Booking_ref",'LTB',0,'L',false);
$this->Cell(60,10,$booking_ref,'TRB',0,'L',false);
$this->Cell(10,10,'','',0,'L',false);

$this->Cell(25,20,'HAWB','LTR',0,'L',false);
$this->Cell(65,20,$quotation_no,'TR',0,'L',false);

根据上面的代码,PDF如下所示:
pdf图片No.01
enter image description here

基本上,我想显示它,如下所示:
pdf图片第02号
enter image description here

在 PDF 中,数据将来自数据库。

我想显示为 pdf图片第02号但我已经做到了 pdf图片No.01 .

如何获取 pdf 图像,如 pdf图片第02号 .

我该如何解决?请帮忙。

最佳答案

不太熟悉 fPDF。对于快速、简单的东西,它看起来不错。
您是否尝试过使用 R&OS ezPDF Creator - 不确定这些天的开发/维护状态,但我认为它可以让您更详细地控制所需的输出类型。
我已经将它用于 PHP 的定制 PDF 输出多年。
刚刚检查过,看起来它仍在维护中 - 请参阅:

http://sourceforge.net/projects/pdf-php/

干杯,
亚瑟

关于php - 如何使用 fpdf 像示例一样创建 pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16489029/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com