We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @michaelrsweet, thanks for this excellent piece of software!
I noticed this small thing which might be a bug.
While this command results in numbered headings on the pages:
htmldoc --numbered -f test.pdf test.html
..this does not:
htmldoc --no-toc --numbered -f test.pdf test.html
Looks like TOC is mandatory if one wants numbered headers but maybe it should not be?
$ htmldoc --version 1.9.10
Using macOS 10.14.6 and Preview.app.
The text was updated successfully, but these errors were encountered:
@salomvary Um, are you sure you have those commands in the right order?
Anyways, will investigate as the two are not supposed to be connected...
Sorry, something went wrong.
Uh oh, sorry I mixed them up while copypasting. Edited the description above.
This is the full sequence of commands that resulted in the second screenshot that has no numbered headings:
$ echo '<h1>one</h1><h2>two</h2>' > test.html $ htmldoc --no-toc --numbered -f test.pdf test.html PAGES: 2 BYTES: 75476 $ open test.pdf
[master c3e825b] Fix --numbered with --no-toc (Issue #405)
--numbered
--no-toc
Fix --numbered with --no-toc (Issue #405)
c3e825b
Thanks a lot for the quick fix @michaelrsweet! \o/
michaelrsweet
No branches or pull requests
Hey @michaelrsweet, thanks for this excellent piece of software!
I noticed this small thing which might be a bug.
While this command results in numbered headings on the pages:
..this does not:
Looks like TOC is mandatory if one wants numbered headers but maybe it should not be?
Using macOS 10.14.6 and Preview.app.
The text was updated successfully, but these errors were encountered: