|
THotPDF.CopyPageFromDocument
|
맨 위 이전 다음 |
|
Copies page from source document to the current document.
Delphi 구문: procedure CopyPageFromDocument ( SourceDoc: THotPDF; SourceIndex: Integer; DestIndex: Integer );
C++ 구문: void __fastcall CopyPageFromDocument ( THotPDF * SourceDoc, int SourceIndex, int DestIndex );
설명
Copied page는 embedded CID TrueType font를 포함한 page resource와 content stream을 유지하므로, 여러 source document에서 page를 merge할 때 이 method를 반복해서 사용할 수 있습니다 Page dictionary, resource dictionary, array, object stream에서 복사된 PDF name value는 HotPDF가 다시 쓰기 전에 ISO 32000-1
Code Example
|