代码搜索:ACTEL A3P060 PDF
找到约 10,000 项符合「ACTEL A3P060 PDF」的源代码
代码结果 10,000
www.eeworm.com/read/110029/15543519
02_truetype_fonts-pl
#!/usr/bin/perl -w
use PDF::API2;
$pdf=PDF::API2->new;
$f1=$pdf->corefont('Helvetica',1);
foreach $fn (glob("*.ttf")) {
$font=$pdf->ttfont($fn);
foreach $fe (qw(
adobe-standard cp437 cp850 l
www.eeworm.com/read/110029/15543536
08_pdfimage-pl
#!/usr/bin/perl
use PDF::API2;
$pdf2=PDF::API2->open($ARGV[0]||'06_images-pl.pdf');
$pdf=PDF::API2->new;
$pdf->importpage($pdf2,1);
$img=$pdf->pdfimage($ARGV[0]||'06_images-pl.pdf',1);
$page = $
www.eeworm.com/read/110029/15543539
pl makefile.pl
#!perl
BEGIN {
use ExtUtils::MakeMaker;
use File::Find;
use File::stat;
%opts=@ARGV;
find( sub {
my $file=$_;
return if($file!~/\.pm$/);
my $st=stat($file);
my ($ss,$mm,$hh,$dd,$mn,$yy
www.eeworm.com/read/110029/15543540
txt readme.txt
PDF::API2
There seem to be a growing plethora of Perl modules for creating and
manipulating PDF files.
This module is 'The Next Generation' of Text::PDF::API which initi
www.eeworm.com/read/102552/15773573
htm subject_17397.htm
序号:17397 发表者:立早 发表日期:2002-10-11 09:59:30
主题:请教各位大虾,PDF文件如何打开?
内容:请教各位大虾,以.pdf为扩展名的文件如何打开?或是用什么软件打开?拜托!2002-10-11 10:02:46
www.eeworm.com/read/102392/6233908
c pf_pdf.c
/**************************************************************************
* Desc: Useful pdf functions
* Author: Andrew Howard
* Date: 10 Dec 2002
* CVS: $Id: pf_pdf.c,v 1.3.2.2 2003/04/25 12:1
www.eeworm.com/read/409880/11308495
sdf lcd_top_ba.sdf
(DELAYFILE
(SDFVERSION "2.1")
(DESIGN "LCD_Top")
(DATE "Thu Jan 29 17:20:19 2009")
(VENDOR "ACTEL")
(PROGRAM "Actel Designer Software, Release v8.4 Copyright (C) 1989-2008 Actel Corp. ")
(
www.eeworm.com/read/192558/8375316