aboutsummaryrefslogtreecommitdiffstats
path: root/manual
AgeCommit message (Collapse)Author
2022-02-04Update copyright for 2022Jay Berkenbilt
2022-02-01Add qpdfjob-c.h -- simple C API around parts of QPDFJobJay Berkenbilt
2022-02-01QPDFJob: documentationJay Berkenbilt
2022-02-01Clean up documentation and help around json optionsJay Berkenbilt
2022-02-01Tweak short text for job schema helpJay Berkenbilt
2022-01-31Add optional version to --jsonJay Berkenbilt
2022-01-30More doc tweaksJay Berkenbilt
2022-01-30More editorial changes from m-holger + spell checkJay Berkenbilt
2022-01-30Improve top-level help informationJay Berkenbilt
2022-01-30Incorporate editorial changes from m-holgerJay Berkenbilt
2022-01-30Fix typos in manualm-holger
Fix typos in cli.rst
2022-01-30Allow --x[=y] in option help short textJay Berkenbilt
2022-01-30Manual: correct statement about empty owner passwordsJay Berkenbilt
2022-01-30QPDFJob: placeholder for initializeFromJsonJay Berkenbilt
2022-01-30cli.rst: remove () from end of short helpJay Berkenbilt
This is used to generate a schema for the job json, which can't contain `)"` because it breaks the R"(...)" syntax in C++. While C++ accepts R"anything(...)anything" to avoid this, as of this writing, MSVC 2019 doesn't understand that. For now, just avoid it by removing parentheses from the end of short help.
2022-01-30Add missing help topic for inspectionJay Berkenbilt
2022-01-30Editorial changes to cli.rstJay Berkenbilt
2022-01-30CLI doc: use tables where helpfulJay Berkenbilt
2022-01-30Manual: use proper character for >=Jay Berkenbilt
2022-01-30Allow real <= and >= in LateXJay Berkenbilt
2022-01-30Manual: convert more lists to tablesJay Berkenbilt
2022-01-30Manual: reformat P information as tablem-holger
2022-01-30Manual: enable line wrapping in table cellsm-holger
2022-01-30Fix manual typom-holger
2022-01-30Document how to add a command-line argumentJay Berkenbilt
2022-01-30Generate help content from manualJay Berkenbilt
This is a massive rewrite of the help text and cli.rst section of the manual. All command-line flags now have their own help and are specifically index. qpdf --help is completely redone.
2021-12-21Stop adding pre-built documentation to the source distributionJay Berkenbilt
2021-12-21Update manual pagesJay Berkenbilt
2021-12-20Reference latest docs on readthedocsJay Berkenbilt
2021-12-20Prepare 10.5.0 releaseJay Berkenbilt
2021-12-20Fix typoJay Berkenbilt
2021-12-19Link to wikiJay Berkenbilt
2021-12-19Add download section to docsJay Berkenbilt
2021-12-19Further improvements to handling binary stringsJay Berkenbilt
2021-12-19doc: switch html theme to sphinx_rtd_themeJay Berkenbilt
2021-12-18Update configuration for correct building of epubJay Berkenbilt
2021-12-18Integration with readthedocsJay Berkenbilt
2021-12-18Specify highlight language instead of using text codeblocksJay Berkenbilt
2021-12-18Change html theme again, fix code blocksJay Berkenbilt
The agogo theme doesn't do very well on narrow screens. The code blocks were used for shell commands but were using Python syntax highlighting.
2021-12-18Remove ref. from documentation referencesJay Berkenbilt
2021-12-18Update documentation build/installationJay Berkenbilt
2021-12-18Fix Acknowledgments sectionJay Berkenbilt
2021-12-18Split documentation into multiple pages, change themeJay Berkenbilt
2021-12-18Add commentJay Berkenbilt
2021-12-18Fix qpdf-manual build dependenciesJay Berkenbilt
2021-12-17C API: simplify new error handling and improve documentationJay Berkenbilt
2021-12-17ChangeLog/doc for previous commitJay Berkenbilt
2021-12-17C API: add several stream functions (fixes #596)Jay Berkenbilt
2021-12-17Add Pl_Buffer::getMallocBufferJay Berkenbilt
2021-12-16C API: add functions for working with pages (fixes #594)Jay Berkenbilt