Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

enable pipe processing #651

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

enable pipe processing #651

wants to merge 2 commits into from

Conversation

samsk
Copy link

@samsk samsk commented Jun 30, 2016

This change implements printing of resulting html to STDOUT instead of writing it to file by specifying '-' (dash) as output filename. Using this, it is possible to pipe pdf documents trough pdf2htmlEX like this:

cat file.pdf | pdf2htmlEX fd://0 - >file.html

Along with that --quiet option has been added, to avoid unnecessary processing info printing while in pipe mode.

jwuttke added a commit to jwuttke/pdf2htmlEX that referenced this pull request Sep 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant