tritext 0.17.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global tritext --version 0.17.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local tritext --version 0.17.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=tritext&version=0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package tritext --version 0.17.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Reads a pdf and uses IText to extract the text.
This program is part of the Trash toolkit.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.23.27 | 372 | 10/30/2025 |
| 0.23.26 | 3,926 | 8/17/2025 |
| 0.23.25 | 298 | 8/9/2025 |
| 0.23.24 | 2,675 | 7/15/2025 |
| 0.23.23 | 1,078 | 7/6/2025 |
| 0.23.22 | 664 | 6/27/2025 |
| 0.23.21 | 1,847 | 6/6/2025 |
| 0.23.20 | 405 | 6/4/2025 |
| 0.23.19 | 398 | 6/4/2025 |
| 0.23.18 | 1,398 | 5/13/2025 |
| 0.23.17 | 4,342 | 3/7/2025 |
| 0.23.16 | 562 | 3/4/2025 |
| 0.23.15 | 188 | 2/25/2025 |
| 0.23.14 | 721 | 2/9/2025 |
| 0.23.13 | 456 | 1/19/2025 |
| 0.23.12 | 478 | 1/16/2025 |
| 0.23.11 | 2,672 | 12/18/2024 |
| 0.23.10 | 193 | 12/12/2024 |
| 0.23.9 | 178 | 11/29/2024 |
| 0.23.8 | 225 | 11/1/2024 |
| 0.23.7 | 4,308 | 10/9/2024 |
| 0.23.6 | 804 | 9/21/2024 |
| 0.23.5 | 209 | 9/15/2024 |
| 0.23.4 | 204 | 9/7/2024 |
| 0.23.3 | 210 | 8/15/2024 |
| 0.23.2 | 217 | 6/28/2024 |
| 0.23.1 | 208 | 6/22/2024 |
| 0.18.1 | 638 | 11/11/2022 |
| 0.18.0 | 521 | 11/7/2022 |
| 0.17.0 | 585 | 9/11/2022 |
| 0.16.5 | 628 | 7/29/2022 |
| 0.16.4 | 628 | 6/13/2022 |
| 0.16.3 | 639 | 5/7/2022 |
| 0.16.2 | 609 | 5/6/2022 |
| 0.16.1 | 624 | 5/5/2022 |
| 0.16.0 | 695 | 4/13/2022 |
| 0.15.1 | 640 | 4/4/2022 |
| 0.15.0 | 585 | 3/20/2022 |
| 0.14.3 | 670 | 2/27/2022 |
| 0.14.2 | 659 | 2/18/2022 |
# tritext
## Summary
Get strings from a PDF file
## Description
Get strings from a PDF file using IText.
## Usage
tritext doc.pdf
## Details
## Examples
## Current version
0.17.0 -- Fixes for all tools (piped data structures), but in particular trparse. Add trperf, trpiggy.