function GenerateLayout(Layout: TPdfLayoutDocument; out Plan: TPdfLayoutPlan; AllowSignedDocument: Boolean = False): Boolean;
מודד טקסט ומחלק לעמודים כל פריט לפני שינוי היעד, ואז מצרף את התוכנית המלאה עם API העמוד ואובייקט העמוד המקוריים של PDFium
TPdfLayoutDocument תומך בטקסט עטוף, מרווחים, קווים, תמונות, XObject עמוד ניתנים לשימוש חוזר, מעברי עמוד מפורשים, כותרות עליונות, כותרות תחתונות, הגדרות עמוד, פסקאות שמירה-יחד ויישור
Use {page} and {pages} in text, headers, or footers
The measure pass reserves ReservedPageDigits widest-digit placeholders, so final page numbers cannot change wrapping or page count during emission
Plan reports final pages, commands, measured text calls, content counts, and page-reference counts
The destination is unchanged when measuring fails or when any append operation fails
An active signed destination is rejected unless AllowSignedDocument is set
The source passed to AddPageXObject must remain active until emission completes