llPDFLib is pure Object Pascal library for create PDF documents. This library doesn‘t use any DLL or external third-party software to generate PDF files. Library includes PDFDocument component with properties and methods like Delphi‘s TPrinter but d
by wxy 1.用cb6,在install components处打开llPDFLibCB6.bpk,并选取相应的cpp,编译 2.此时提示Link时候出错,提示qrpt60.lib打不开,此问题已解决。 3.PLongint数据类型问题已修正。 4.使用方法,new a project,put a PDFDocument1 and a button,on btnclick,enter: this->PDFDocument1->FileName="C:\\111.pdf"; th
delphi 创建pdf组件: llPDFLib is pure Object Pascal library to create PDF documents. This library doesn't use any DLL or external third-party software to generate PDF files. Library includes TPDFDocument component with properties and methods like Delphi'