Project

General

Profile

Actions

Feature #4010

closed

support paged rendering

Added by Reynaud Sylvain about 11 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Low
Assigned To:
Category:
Adaptors
Target version:
Start date:
02/22/2013
Due date:
% Done:

100%

Estimated time:

Description

add attribute @limit to element <rendering> or <row>.
add parameter 'page' to URL query.

Actions #1

Updated by Reynaud Sylvain over 10 years ago

  • Category set to Engine
Actions #2

Updated by Reynaud Sylvain over 10 years ago

  • Assigned To set to Reynaud Sylvain
  • Target version set to 2.0

modify RemoveAtPositionProcessor to support this use-case

Actions #3

Updated by Reynaud Sylvain over 10 years ago

  • Category changed from Engine to Adaptors
  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Usage example:

<processor match="/*/*/*" type="SelectWindowProcessor">
    <parameter name="offset" eval="$offset"/>
    <parameter name="length">10</parameter>
</processor>

Actions

Also available in: Atom PDF