xPDFSearch 1.41 - Content plugin to search text in PDF files

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

zeeko
Junior Member
Junior Member
Posts: 50
Joined: 2009-02-21, 19:57 UTC

xPDFSearch 1.41 - Content plugin to search text in PDF files

Post by *zeeko »

This is a fork of Lefteous' xPDFSearch content plugin.

New features:
  • PDF document data caching - faster retirieval of fields
  • New fields: Incremental, Signature Field, ID, PDF Attributes, Outline, Conformance, Created Raw, Modified Raw, Metadata Date, Metadata Date Raw, Extensions, Outlined, Embedded Files
  • In Synchronize Directories, plugin can be used to compare content of PDF metadata and text
  • xPDF updated to 4.05
Latest version: 1.41.

Plugin page with documentation and history: https://github.com/tgotic/xPDFSearch

Download: https://github.com/tgotic/xPDFSearch/releases/download/v1.41/wdx_xpdfsearch_1.41.zip

To use xPDFSearch in Multi-Rename Tool, Change attributes dialog or to change PDF file (name, attributes, timestamps, ...) with values from xPDFSearch plugin, please disable caching in xPDFSearch.ini:

Code: Select all

[xPDFSearch]
NoCache=1
and restart TC.
Last edited by zeeko on 2024-03-12, 18:10 UTC, edited 6 times in total.
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *Usher »

2zeeko
You can provide direct download links, if you change ?dl=0 to ?dl=1 in your links.
Andrzej P. Wozniak
Polish subforum moderator
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *Ovg »

For me doesn't work - Error loading plugin - some DLL is missing
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
User avatar
tbeu
Power Member
Power Member
Posts: 1336
Joined: 2003-07-04, 07:52 UTC
Location: Germany
Contact:

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *tbeu »

I recompiled with different settings (/MT and Plattformtoolset=v141_xp): https://tbeu.de/forum/wdx_xpdfsearch_1.34.rar
Last edited by tbeu on 2021-03-25, 09:43 UTC, edited 1 time in total.
TC plugins: Autodesk 3ds Max / Inventor / Revit Preview, FileInDir, ImageMetaData (JPG Comment/EXIF/IPTC/XMP), MATLAB MAT-file Viewer, Mover, SetFolderDate, Solid Edge Preview, Zip2Zero and more
User avatar
Ovg
Power Member
Power Member
Posts: 756
Joined: 2014-01-06, 16:26 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *Ovg »

2tbeu
Many thanks!
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
zeeko
Junior Member
Junior Member
Posts: 50
Joined: 2009-02-21, 19:57 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *zeeko »

Updated download links and provided links to needed DLLs (vcredist).
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: xPDFSearch 1.34 - Content plugin to search text in PDF files

Post by *Usher »

tbeu wrote: 2021-03-24, 20:23 UTC I recompiled with different settings (/MT and Plattformtoolset=v141_xp): https://tbeu.de/forum/wdx_xpdfsearch_1.34.rar
This 32-bit wdx is compiled for Windows 7. It's not enough to install xp toolset to have binary compiled for XP. I have already written about it:
viewtopic.php?f=6&t=54221&p=360529&hilit=%2Atoolset%2A#p360529
Andrzej P. Wozniak
Polish subforum moderator
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: xPDFSearch 1.34 - Content plugin to search text in PDF files

Post by *Usher »

zeeko wrote: 2021-03-24, 15:56 UTC Plugin can be downloaded from
https://www.dropbox.com/s/0fzxsx5tqujjgpc/wdx_xpdfsearch_1.34.zip?dl=1
And this 32-bit wdx is also compiled for Windows 7.
Andrzej P. Wozniak
Polish subforum moderator
zeeko
Junior Member
Junior Member
Posts: 50
Joined: 2009-02-21, 19:57 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *zeeko »

Version 1.34.1.

Build for XP x64:
Toolset=v141_xp
_WIN32_WINNT=_WIN32_WINNT_WS03
Runtime Library=/MT
Minimum Required Version=5.02

Build for XP x86:
Toolset=v141_xp
_WIN32_WINNT=_WIN32_WINNT_WINXP
Runtime Library=/MT
Minimum Required Version=5.01

Code adapted to compile with specified flags.

https://www.dropbox.com/s/p09o9m2ym0x7dmn/wdx_xpdfsearch_1.34.1.zip?dl=1
https://www.dropbox.com/s/huyuwlelh43rzf1/wdx_xpdfsearch_1.34.1_src.zip?dl=1
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: xPDFSearch 1.34.1 - Content plugin to search text in PDF files

Post by *Usher »

2zeeko
Installed OK in Windows XP, not tested yet. Thanks for the quick fix.
Andrzej P. Wozniak
Polish subforum moderator
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *Usher »

Seems to work OK, however field descriptions don't explain format used by those fields. For example, what is the format for Created and Modified date?
SumatraPDF displays proper timestamps formatted with system regional settings, for example "2012-12-17 18:09:54"
Andrzej P. Wozniak
Polish subforum moderator
zeeko
Junior Member
Junior Member
Posts: 50
Joined: 2009-02-21, 19:57 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *zeeko »

User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *Usher »

2zeeko
Seems to work OK now. Thanks for the quick fix.
Andrzej P. Wozniak
Polish subforum moderator
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: xPDFSearch 1.11 - Content plugin to search text in PDF files

Post by *nsp »

Many thanks to update/maintain this plugin !
2zeeko It would be great if you could fork on github lefteous-tc/xPDFSearch.
Post Reply