|
THotPDF.SaveIncrementalUpdate
|
ก่อนหน้า เมธอด THotPDF |
|
เขียน bytes PDF ต้นฉบับตามด้วย dirty objects, xref subsection ใหม่ และ trailer ที่มี pointer
Delphi syntax: procedure SaveIncrementalUpdate(const TargetFile: TFileName);
C++ syntax: void __fastcall SaveIncrementalUpdate(System::Sysutils::TFileName TargetFile);
คำอธิบาย
เรียก method นี้ก่อน prepare หรือ insert signature ใหม่เมื่อเพิ่ม signature revision ภายหลัง หลังจากไฟล์ที่ append แล้วมีอยู่ ให้ใช้ signing helpers ปกติเพื่อ reserve และ fill ค่า signature ใหม่
See also: BeginIncrementalUpdate, MarkDirty, AcroForm Support, PDF Filter Support |