Pdfgrep Windows Version Releases

Pdfgrep is a tool to search text in PDF files. It works similar to grep.

Pdfgrep is an open source project developed by Hans-Peter Deifel, but only Linux compiled version can be found, after some tested, I found it is really a great project, so I decided to compile it for windows.

compiler, I use MXE, it is a powerful MinGW Cross compiler, it let me easily port many projects to windows.

based on the  git version of Pdfgrep and poppler-0.20.3, and some modification of the source code, I successfully compiled the windows version.

 

 

 

Be Sociable, Share!

PdfArticle Windows Version Releases

PdfArticle is a pdf viewer for mathematical articles (GNU/GPL v3). Its goal is to present for eah page the images of its references, such as bibliographies, theorems and equations.

PdfArticle Screenshot

PdfArticle  is a Qt4 application, depends on Poppler-Qt to render PDF,  so it is cross platform application, but the author said

For now it is only available for Linux, due to the dependance of Poppler. A compile version for Windows and/or Mac would be greatly welcome, and also debian and redhat packages :)

With the help of the last version MinGW cross compiling environment, I successfully compiled a Windows x86(32-bit) version. and have tested on Windows 64-bit, and please download here.

P.S. If you want to download Linux version package (Debian/Ubuntu,Redhat,Mandriva) or source code, please visit here.

Be Sociable, Share!

DiffPDF 1.2.0 Windows Version Releases with some improvements

Today, I heard from Mark Summerfield

Hi Steven,

I’ve just released DiffPDF 1.2.0.

There are small improvements in the user interface plus a tiny bug fix
of one setting that wasn’t saved/restored correctly.

I am hoping that this will be the last release for quite a while!

I’d be very grateful if you’d create a statically built Windows version:
your build for 1.1.5 is proving very popular!

Thanks:-)

So I compiled and released it in the first time, feel free to download it here

P.S. Change logs

  • Got rid of old text comparison mode.
  • Various small user interface improvements.
  • Fixed a subtle bug that meant the combine text highlighting setting wasn’t saved and restored correctly.
Be Sociable, Share!