|
THotPDF.LoadFromFile
|
למעלה הקודם הבא |
|
Loads an existing PDF file.
Delphi syntax: function LoadFromFile ( FileName: TFileName ): Integer; function LoadFromFile ( FileName: TFileName; const Password: AnsiString ): Integer;
C++ syntax: int __fastcall LoadFromFile ( AnsiString FileName ); int __fastcall LoadFromFile ( AnsiString FileName, System::AnsiString Password );
תיאור Call LoadFromFile to load an existing PDF file. Function LoadFromFile returns count of pages in the loaded file. השתמש ב-overload עם סיסמה עבור קובצי PDF מוצפני RC4-40 או RC4-128 Standard. HotPDF מאמתת סיסמת user או owner, מפענחת strings ו-streams טעונים בזיכרון, מנקה את מצב ההצפנה הטעון ומאפשרת ל- בעת ייבוא אובייקטי PDF קיימים, HotPDF מפענחת רצפי escape של PDF name בצורת
See also: LoadFromStream, DecryptLoadedDocument |