Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--files_out command line argument #981

Open
petaflot opened this issue Sep 24, 2023 · 0 comments
Open

--files_out command line argument #981

petaflot opened this issue Sep 24, 2023 · 0 comments
Labels
feature Request for a new feature

Comments

@petaflot
Copy link

Describe the limitation

everytime pdfarranger is started, files_out is reset

To Reproduce

Steps to reproduce the behavior:

  1. cd to /some_work_dir
  2. pdfarranger /some_source_dir/file0.pdf
  3. select some pages, hit Ctrl+E
  4. SELECT EXPORT DIRECTORY, ie /output_dir, hit enter
  5. select other pages, hit Ctrl+E
  6. export directory is remembered from last export
  7. export done : close pdfarranger
  8. pdfarranger /some_source_dir/file1.pdf
  9. select some pages, hit Ctrl+E
  10. SELECT EXPORT DIRECTORY, ie /output_dir, hit enter
  11. etc.

problem: it is easy to forget to set export directory on the first export

Expected behavior

  1. cd to /some_work_dir
  2. pdfarranger --out_files=/export_dir /some_source_dir/file0.pdf
  3. select some pages, hit Ctrl+E
  4. export directory is already set to /export_dir
@petaflot petaflot changed the title feautre request : --files_out command line argument feature request : --files_out command line argument Sep 24, 2023
@dreua dreua added the feature Request for a new feature label Oct 9, 2023
@dreua dreua changed the title feature request : --files_out command line argument --files_out command line argument Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants