SaveQDFToFile
Debugging, Document manipulation
คำอธิบาย
บันทึกเอกสารปัจจุบันเป็น PDF QDF แบบวินิจฉัยที่คนแก้ไขได้
เอาต์พุตใช้การจัดรูปแบบวัตถุที่อ่านได้, คลี่สตรีมเนื้อหา Flate ทั่วไป, จดตัวระบุวัตถุเดิมเป็นค่า default และเก็บความยาวสตรีมทุกชุดในวัตถุ indirect อิสระ การแก้ไขภายหลังจึงซ่อมได้
ไวยากรณ์
Delphi
Function TPDFlib.SaveQDFToFile(Const FileName: WideString; Options: Integer= 0): Integer;DLL
int DLSaveQDFToFile(int InstanceID, const wchar_t* FileName, int Options);ActiveX
Function PDFlib::SaveQDFToFile(FileName As String, Options As Long) As Longพารามิเตอร์
| FileName | The destination PDF path |
|---|---|
| Options | Zero for default output or PDF_QDF_OMIT_ORIGINAL_OBJECT_IDS to omit original object identifier comments |
ค่าที่ส่งกลับ
| 1 | The QDF file was written |
|---|---|
| 0 | แปลงเอกสารไม่ได้ หรือเขียนเอาต์พุตไม่ได้ |
หมายเหตุ
สตรีมรูป, สตรีมที่ใช้ predictor, ห่วงโซ่ multi-filter และการเข้ารหัสที่ไม่รู้จัก ยังคงถูกเข้ารหัสไว้ เนื้อหาไบนารีของมันจึงไม่ถูกทำลาย
Use RepairQDFFile after editing stream bytes or changing object positions