pdf-lib browser tool

rearrange pdf files

pdf list

    pdf link

    page processing script

    中文說明

    合併重組切割 pdf 檔案的工具

    example

    arrange

    given:

    1. header.pdf
    2. body.pdf
    3. introduction.pdf
    4. external.pdf
    [
       [0, 2, 1, 2],
       
       [0, 3],
       [1, 2, 3],
       [10],
       [0, 0, 0]
    ]

    will produce a pdf containing p1 and p4 of header.pdf, p2, p3 and p4 of introduction.pdf, p11 of body.pdf and p1 of introduction.pdf 3 times. the external.pdf will not appear in the output because its index does not included in the first list.

    the format is in json, and spaces are mostly ignored.

    split

    given:

    [
       [0, 2, 1, 2],
    
       [0, 3],
       [1, 2, 3],
       [10],
       [0, 0, 0],
    
       [0, 2, 5]
    ]

    with split button, it will download 3 pdf file, which from page 1-2, 3-5, 6-9 of arrange pdf.

    todo

    change log