Bug 81235

Summary: Where are the pdftoppm output files if there is '/' in the arg?
Product: poppler Reporter: shenzhuxi
Component: utilsAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED MOVED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description shenzhuxi 2014-07-11 14:50:49 UTC
If I run "pdftoppm example.pdf images/a" without creating directory "images", where are the output files? 
There's no error display for such condition, and it seems working just without output.
Comment 1 Adrian Johnson 2014-07-11 20:35:25 UTC
You need to create the directory first. It is no different to:

 $ cat > images/a
 bash: images/a: No such file or directory

We probably should abort with an error if opening the output file fails.
Comment 2 Albert Astals Cid 2014-07-14 20:28:47 UTC
Agreed, an eror would make sense
Comment 3 GitLab Migration User 2018-08-21 10:53:49 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/415.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.