代码搜索:manuel pdf
找到约 10,000 项符合「manuel pdf」的源代码
代码结果 10,000
www.eeworm.com/read/110029/15543535
10_gfx-pl
#!/usr/bin/perl
use PDF::API2;
$pdf=PDF::API2->new;
$font=$pdf->corefont('Helvetica',1);
$page = $pdf->page;
$page->mediabox(595,842);
$txt=$page->text;
$txt->compress;
$gfx=$page->gfx;
# $gf
www.eeworm.com/read/461991/7213258
dpr pdf_readmain.dpr
program PDF_READMAIN;
uses
Forms,
PDF_Read in 'PDF_Read.pas' {SDIAppForm},
ABOUT in 'C:\Documents and Settings\xy\My Documents\RAD Studio\Projects\ABOUT.PAS' {AboutBox};
{$R *.RES}
b
www.eeworm.com/read/461991/7213284
~1~ pdf_readmain.dpr.~1~
program PDF_READMAIN;
uses
Forms,
PDF_Read in 'PDF_Read.pas' {pdf_reader};
{$R *.res}
begin
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateFor
www.eeworm.com/read/102036/6234613
py businesscard.py
#!/usr/bin/python
# $Id: businesscard.py,v 1.4.2.4 2003/12/17 15:38:01 tm Exp $
#
# PDFlib client: block processing example in Python
#
from sys import *
from pdflib_py import *
infile = "b
www.eeworm.com/read/102036/6234617
py invoice.py
#!/usr/bin/python
# $Id: invoice.py,v 1.4.2.4 2004/01/30 18:40:05 tm Exp $
#
# PDFlib client: invoice generation demo
#
from sys import *
import time
import fpformat
from pdflib_py import *
www.eeworm.com/read/102036/6234649
pl invoice.pl
#!/usr/bin/perl
# $Id: invoice.pl,v 1.5.2.2 2003/12/17 15:38:01 tm Exp $
#
# PDFlib client: invoice generation demo
#
use pdflib_pl 5.0;
$col1 = 55;
$col2 = 100;
$col3 = 330;
$col4 = 430;