Skip to content

Instantly share code, notes, and snippets.

@naholyr
Last active May 20, 2020 13:49
Show Gist options
  • Save naholyr/c3ee5928a11cc09db2262029aa15f1b7 to your computer and use it in GitHub Desktop.
Save naholyr/c3ee5928a11cc09db2262029aa15f1b7 to your computer and use it in GitHub Desktop.

Revisions

  1. naholyr revised this gist May 20, 2020. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions cards-9-nogap.nde
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    UNIT=MM
    BORDER=NONE,#000000,0,MARKDOT,#000000
    ;GAP=5,5,ON ; juste removed this line
    PAGE=210,297,PORTRAIT,HV
    DPI=300
    CARDSIZE=63,88

    LINK=cards.xls,image

    IMAGE=,[IMAGE],0,0,100%,100%,0,PTA

    DUPLEX=1-53,54
    print=DUPLEX
  2. naholyr created this gist May 20, 2020.
    13 changes: 13 additions & 0 deletions cards-9-gap.nde
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    UNIT=MM
    BORDER=NONE,#000000,0,MARKDOT,#000000
    GAP=5,5,ON
    PAGE=210,297,PORTRAIT,HV
    DPI=300
    CARDSIZE=63,88

    LINK=cards.xls,image

    IMAGE=,[IMAGE],0,0,100%,100%,0,PTA

    DUPLEX=1-53,54
    print=DUPLEX