Arsip: format pdf di delphi
more 17 years ago
yupi
ada yg tau cara menampilkan format pdf di delphi 2006
klo boleh sih source code nya :D
mang component vcl nya ada yg defaultnya ya... tolong dong ak pusing bgt neh, soalnya ak mo bikin aplikasi utk membuka pdf tanpa harus menggunakan adobe reader
:roll:
more 17 years ago
mas_kofa
kalo di kompie dikau udah terinstall *.pdf reader....caranya gampang sekali..................
more 17 years ago
yupi
ak udah install adobe reader .....
tp aku pengen apliaksi yg aku bikin tuh ga tergantung sama pdf reader nya...
more 17 years ago
mas_kofa
kamu sertakan aja file *.dll readernya pada folder aplikasinya....
edited : sorry double posting....gak sengaja....(suer.....)
more 17 years ago
yupi
ok.. aku coba...
ada yang tau sample kodenya ga ... isinya cuma button saja yang kalo di klik, langsung menampilkan file pdf itu
duh maaf ya aku masih awam nih.. tolong ya.. dah aku cari info kesana kemari tapi tetep ga dapet mudah2an ja di forum ini bisa terselesaikan... please bgt......... :cry:
more 17 years ago
mas_kofa
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, OleCtrls, AcroPDFLib_TLB;
type
TForm1 = class(TForm)
AcroPDF1: TAcroPDF;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject);
begin
AcroPDF1.LoadFile('namafile');
end;
end.
more 17 years ago
yupi
wah... mas kofa makasih banyak ya..atas script nya, aku jadi tambah ngerti.
tapi aku masih belum bisa mengidentifikasi error nya.. setelah saya compile ternyata muncul error ini
Field Form1->AcroPDF1 does not have a corresponding component. Remove the declaration??
oya... utk menggunakan uses ... AcroPDFLib_TLB;
sebelumnya mesti di import dulu kan pada menu
component - import component
trus pilih import axtive x control lalu pilih library acrobat lalu next
nah setelah itu ada option create unit sama add unit to project mana yg harus saya pilih??
lalu entar bakal muncul window baru AcroPDFLib_TLB yang isinya script acroPdf itu kan
Nah cara ngegunain script itu gimana supaya bisa di gunakan pada project aplikasi yg saya buat??
duh Maaf ya mas Kofa banyak pertanyaan... :(
tolong dong pada siapa ja... yang bersedia sharing ilmunya.... ya!!!
makasih yaa buat semuanyaa
more ...
- Pages:
- 1
reply |
Report Obsolete
Last Articles
Last Topic
- PascalTalk #6: (Podcast) Kuliah IT di luar negeri, susah gak sih?
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #5: UX: Research, Design and Engineer
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #4: Obrolan Ringan Seputar IT
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #2: Membuat Sendiri SMART HOME
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #3: RADically Fast and Easy Mobile Apps Development with Delphi
by LuriDarmawan in Tutorial & Community Project more 4 years ago - PascalTalk #1: Pemanfaatan Artificial Intelligence di Masa Covid-19
by LuriDarmawan in Tutorial & Community Project more 4 years ago - Tempat Latihan Posting
by LuriDarmawan in OOT more 5 years ago - Archive
- Looping lagi...
by idhiel in Hal umum tentang Pascal Indonesia more 12 years ago - [ask] koneksi ke ODBC user Dsn saat runtime dengan ado
by halimanh in FireBird more 12 years ago - Validasi menggunakan data tanggal
by mas_kofa in Hal umum tentang Pascal Indonesia more 12 years ago
Random Topic
- Koneksi delphi - MySQL yang paling bagus
by em052007 in Tip n Trik Pemrograman more 17 years ago - DBGrid di-klik error
by goehsatrio in MySQL more 17 years ago - format 4digit
by dinox in Tip n Trik Pemrograman more 18 years ago - Array dan Matrix, Error....
by iyus.jr in Enginering more 13 years ago - algoritma penjadwalan shift gimana ya...,trims
by wahyujoe in Tip n Trik Pemrograman more 18 years ago - Detect IP
by boy_borland in Network, Files, I/O & System more 19 years ago - Tipe data utk simpan data gambar
by onsir in Lain-lain more 16 years ago - Rave Bundle Delphi 7 Problem
by dilphio7 in Reporting more 16 years ago - Enkipsi password
by Yudho in Hal umum tentang Pascal Indonesia more 18 years ago - Pac man dengan Delphi
by chosyi in Games more 17 years ago