Menu

#2 Allow setting of crop ratios using command line

open
nobody
None
5
2014-02-12
2012-04-10
Anonymous
No

Patch against revision 67 . This allows retrieving the cop definiton unsing a new entry in the gui (File menu).

You can set your page setup and then copy paste the crop ratios there.

Also added command line help (use -h)

You can use:
briss [-s SOURCE] [-d DESTINATION] [-c CROPARGS]

to set custom cropargs

I use:
java -jar briss-0.0.14.jar -s original.pdf -d split.pdf -c 0/0/0.5/0,0.5/0/0/0:0/0/0.5/0,0.5/0/0/0

to split a a4page that contains two a5 pages next to each other into one file where each page is a5.

I also created a jar for single download @ http://www.gargan.org/en/Java/BRISS/ (incl. the patch)

Related

Patches: #2

Discussion

  • Dan M.

    Dan M. - 2014-02-06

    Patch updated to apply cleanly against r75 (no other changes)

     
  • Dan M.

    Dan M. - 2014-02-11

    The original patch (as well as my updated version) destroyed BrissGUI.loadButton. This extra patch (on top of above) fixes that.

     
    •  laborg

      laborg - 2014-02-12

      Hi!

      Thanks for the patches. I'm quite stressed by my day job at the moment, so
      it might take some time until I can integrate the patches.

      Best regards,
      Gerhard

      On Tue, Feb 11, 2014 at 9:30 PM, Dan M. dalan76@users.sf.net wrote:

      The original patch (as well as my updated version) destroyed
      BrissGUI.loadButton. This extra patch (on top of above) fixes that.

      Attachment: briss-sf_net-patch-2-fix-load-button.patch (1.1 kB;
      text/x-patch)


      Status: open
      Created: Tue Apr 10, 2012 07:51 PM UTC by Anonymous
      Last Updated: Thu Feb 06, 2014 06:22 AM UTC
      Owner: nobody

      Patch against revision 67 . This allows retrieving the cop definiton
      unsing a new entry in the gui (File menu).

      You can set your page setup and then copy paste the crop ratios there.

      Also added command line help (use -h)

      You can use:
      briss [-s SOURCE] [-d DESTINATION] [-c CROPARGS]

      to set custom cropargs

      I use:
      java -jar briss-0.0.14.jar -s original.pdf -d split.pdf -c
      0/0/0.5/0,0.5/0/0/0:0/0/0.5/0,0.5/0/0/0

      to split a a4page that contains two a5 pages next to each other into one
      file where each page is a5.

      I also created a jar for single download @
      http://www.gargan.org/en/Java/BRISS/ (incl. the patch)


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/briss/patches/2/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Patches: #2

  • Dan M.

    Dan M. - 2014-02-12

    Finally, allow setting crop ratios from "crop string" in GUI, i.e. the reverse of "Show Crop" operation that started this ticket (patch on top of previous patches in this ticket).

     

Log in to post a comment.