Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8572913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:07:57+00:00 2026-06-11T19:07:57+00:00

How do you pass arguments from within a rake task and execute a command-line

  • 0

How do you pass arguments from within a rake task and execute a command-line application from Ruby/Rails?

Specifically I’m trying to use pdftk (I can’t find a comparable gem) to split some PDFs into individual pages. Args I’d like to pass are within < > below:

$ pdftk <filename.pdf> burst output <filename_%04d.pdf>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:07:59+00:00Added an answer on June 11, 2026 at 7:07 pm

    In the ruby code for your rake task:

    `pdftk #{input_filename} burst output #{output_filename}`
    

    You could also do:

    system("pdftk #{input_filename} burst output #{output_filename}")
    

    system() just returns true or false. backticks or %x() returns whatever output the system call generates. Usually backticks are preferred, but if you don’t care, then you could use system(). I always use backticks because it’s more concise.

    More info here: http://rubyquicktips.com/post/5862861056/execute-shell-commands

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to pass command line arguments into a function from within a
I want to pass command-line arguments like --address to the development server from my
Can you execute another EXE file from within a C# console application? Can you
How can I pass back some arguments from a window that is closed? For
I want to pass some arguments to the my Javascript template in Rails3 application
I'd like to change the pwd of the current shell from within a ruby
I need to call a method from within a function, so I must pass
How do I pass a blank line from a file as an argument to
I need to execute a PowerShell script from within C#. The script needs commandline
I'm having trouble modifying a script that processes files passed as command line arguments,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.