发信人: wpf (I'llTouchTheBlueSky), 信区: BorlandDev
标  题: delphi看pdf
发信站: 哈工大紫丁香 (2001年09月14日10:35:27 星期五), 站内信件

1 install acrobat reader
2 project\inport type libary\acrobat control....\create unit
3 uses pdflib_tlb
4 var
    mypdf: TPdf;
    begin
    mypdf:=TPDf.Create(self);
    mypdf.Parent:=self;
    mypdf.LoadFile('d:\01.pdf') ;
    mypdf.Show;
    end;

--
据说呆娃儿不笨

※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.245.178]
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:1.998毫秒