Jump to content

alwaysaugust

Member
  • Posts

    18
  • Joined

  • Last visited

Posts posted by alwaysaugust

  1. Basically the same thing as this but using time:

     

    Have multiple time formatting selections like you have date formats here.

     

    Allow for time calculations like "now 36h" to show 36 hours from current time,etc. To be honest this seems like it would be less useful with time but who knows.

  2. My use case is I get pages of invoices which can range from 1-4 pages each within the larger 10-15 page pdf. I only need to keep/process some of them so I usually look at the page numbers I need like 1,2,4-5,6,8-10,13 and then use ilovepdf.com's split tool to set up the needed ranges and it pops x number of files in a zip (annoying part I hate the zip).

     

    What I was hoping APT could do was take an arguement like "slice 1,2,4-5,6,8-10,13" and have it spit out the 6 files into the source directory with some default naming scheme that includes the pg numbers for reference. Potenitally with an aruguement like "slice 1,2,4-5; [single:multi]" where multi slices into 3 files and single slices out the input pages and then combines those 3 files back into a single pdf.

     

    I understand this is a limited need function. I really appreciate your tool and communication.

  3. On 2/16/2017 at 11:28 AM, dfay said:

    Try this in a Run Script box with language as python and input as {query}.  You can pipe it out to a Copy to Clipboard action.

    
    i = "{query}".split(":")
    
    m=int(i[1])+(int(i[0])*60)
    
    print float(m)/60
     

    I got this to work and thank you so much, I was sad when the file here was a dead link. Can you explain how to make a script that will go the other way? hundereths to hh:m 

×
×
  • Create New...