Application package that enables developers to easily view, analyze and modify the structure of a PDF file such as merge, split, overlay/underlay, rotate etc. QPDF is also capable of creating linearized (also known as web-optimized) files and encrypted files.
Category: | |
Runs on: | WinXP / Vista / Win7 / Win8 / Win10 |
Dependencies: | libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll |
Unicode support: | Yes |
License: | Apache License 2.0 FOSS |
Similar/alternative apps: | PDFtk Server |
What's new? |
See: http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes |
PDFtk is a command-line tool for working with PDFs. It is commonly used for client-side scripting or server-side processing of PDFs. It does not require Adobe Acrobat or Reader, and it runs on Windows, Mac OS X and Linux.
Category: | |
Runs on: | WinXP / Vista / Win7 / Win8 / Win10 |
Dependencies: | libiconv2.dll |
License: | GPL FOSS |
How to extract: |
Uniextract the Installer, copy these two files: {app}\bin\pdftk.exe {app}\bin\libiconv2.dll |
Similar/alternative apps: | QPDF |
Search and replace text in text files using Perl compatible regular expressions (PCRE).
Features:
• Search using Perl Compatible Regular Expressions
• Use group matching in replacement text
• Supports Windows and Unix line endings
• Unicode support
• Accepts multiple search/replace arguments
• Options may be provided in an options file
• Scan for files
• Preview mode
• Line and full file matching modes.
Use cases: | regex replace in text regex search in text |
Category: | |
Runs on: | WinXP / Vista / Win7 / Win8 / Win10 |
License: | Freeware |
Similar/alternative apps: | Sed MiniTrue |
grep is a search program that prints lines from a text file that matching a given pattern. The program functions on one or many files and patterns may be provided as either a basic or extended regular expression, or as fixed strings. By default, the matching text is simply printed to the screen, however the output is very customizable with line numbers, log files, context, total count, and more.
It contains the following tools:
Use cases: | regex search in text |
Category: | |
License: | Freeware/Open Source FOSS |
Latest comments |
webfork
on 2020-09-09 00:28
Add comment
2›
I'm fairly sure grep is present in cygwin, but I don't think it includes grep -E, which was one of the reasons I started running WSL. |
Convert text between character encodings. `iconv' implementation using Win32 API.
Part of busybox-w32.
Note: This command is not in the original BusyBox.
Category: | |
License: | Public domain FOSS |