我有一個pdf文件,listimages.pl使用CAM :: PDF什麼也不返回,但使用PDF :: GetImages將提取圖像。使用下面的代碼我可以找到圖像對象,但我不知道如何將其提取到文件。而我無法弄清楚爲什麼命令行工具不起作用。 #!/usr/bin/perl -w
use strict;
use Cwd;
use File::Basename;
use Data::Dumpe
嗨即時試圖提取PDF文件,但IM所面臨的上述問題 我的代碼內容 use PDF;
use CAM::PDF;
use CAM::PDF::PageText;
my $file = "s.pdf";
my $pdf = CAM::PDF->new($file);
my $pageone_tree = $pdf->getPageContent(1);
print CAM::PDF::
編輯服務合併的PDF瀏覽器: 我又改變了我的問題: 我使用this庫來操縱PDF文件。 我使用這個代碼,以服務輸出到瀏覽器: #!perl
use strict;
use warnings;
use lib "..\\mymodules\\CAM-PDF-1.57\\lib";
use CAM::PDF;
my $pdf = CAM::PDF->new('doc1.pdf');