xPDFSearch 1.11 - Content plugin to search text in PDF files
Moderators: Hacker, petermad, Stefan2, white
First: Thank you for this very, very helpful Plugin!
If you are scanning a local folder for a word which should be included in one of the PDF how does xPDFSearch works? It opens every PDF Document in the Temp-Folder and scans the text?
I ask because I am looking for a possibility to scan some PDF documents which are saved in a Webdav folder or Cloud. I can't get it to work with the Webdav plugin and I don't know if it's not possible because of technical limitations or it might work if I have the right configuration.
If you are scanning a local folder for a word which should be included in one of the PDF how does xPDFSearch works? It opens every PDF Document in the Temp-Folder and scans the text?
I ask because I am looking for a possibility to scan some PDF documents which are saved in a Webdav folder or Cloud. I can't get it to work with the Webdav plugin and I don't know if it's not possible because of technical limitations or it might work if I have the right configuration.
2AmberBand
The file is opened where it is not in the temp folder.If you are scanning a local folder for a word which should be included in one of the PDF how does xPDFSearch works? It opens every PDF Document in the Temp-Folder and scans the text?
I guess the best way is to have a powerful server that provides this functionality. Downloading the file first and scan it locally sounds cumbersome. In TC you can use content plugins only for local and UNC paths.I ask because I am looking for a possibility to scan some PDF documents which are saved in a Webdav folder or Cloud. I can't get it to work with the Webdav plugin and I don't know if it's not possible because of technical limitations or it might work if I have the right configuration.
Re: xPDFSearch 1.07 - Content plugin to search text in PDF f
"Plugin page: Download, description und documentation" contains information and download of version 1.05....Lefteous in first post wrote: Current version 1.07
A new version is ready for download. The new version supports 64 bit.
The complete list of changes can be viewed online.
Plugin page: Download, description und documentation
totalcmd.net
Last edited by white on 2022-03-21, 16:22 UTC, edited 1 time in total.
Reason: fixed BBCode
Reason: fixed BBCode
2Lefteous
What about http://ghisler.ch/board/viewtopic.php?p=279334#279334?
What about http://ghisler.ch/board/viewtopic.php?p=279334#279334?
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
#259941, TC 11.01 x64, Windows 7 SP1 x64
2Ovg
I cannot say for sure if I could support Unicode characters which would include Cyrillic characters using the code base I use for my plugin but it seems that TC doesn't support Unicode for this kind of searches. See here:
http://www.ghisler.ch/board/viewtopic.php?p=166149#166149
I cannot say for sure if I could support Unicode characters which would include Cyrillic characters using the code base I use for my plugin but it seems that TC doesn't support Unicode for this kind of searches. See here:
http://www.ghisler.ch/board/viewtopic.php?p=166149#166149
Current version 1.10
A new version is ready for download. The new version is based on xpdf version 3.04. The plugin now supports Unicode in filenames and contains now a Croatian translation. I would like to thank all who contributed to this plugin.
The complete list of changes can be viewed online.
Plugin page: Download, description und documentation
xPDFSearch Homepage
A new version is ready for download. The new version is based on xpdf version 3.04. The plugin now supports Unicode in filenames and contains now a Croatian translation. I would like to thank all who contributed to this plugin.
The complete list of changes can be viewed online.
Plugin page: Download, description und documentation
xPDFSearch Homepage
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Hmm, what should ft_fulltextw be? UTF-16? or UTF-8?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
If it's called ft_fulltextw, it should use Wide strings, meaning UTF-16.ghisler(Author) wrote:Hmm, what should ft_fulltextw be? UTF-16? or UTF-8?
(and also conforming to the Unicode functions TC already uses)
While UTF-8 could be possible, I think it's way easier for plugin authors to handle UTF-16, because of the native Win-API functions,
and UTF-8 needs special treatment, especially when the current text Window (current text portion) relies on characters that are in the past/next Window.
Of course, you'd also need to take care on double-word UTF-16 characters (High and Low Surrogates), but it's still a lot easier to handle than the UTF-8 encoding scheme.
TC plugins: PCREsearch and RegXtract
I'm not really an expert here but Cyrillic should be supported with the 8 bit ASCII code page, isn't Unicode needed for scripts with huge amount of chars like Chinese/Japanese/Korean?
ps I tested the custom fields and it displays Cyr chars properly, the searches works with Cyrillic too.
@Ovg
ps I tested the custom fields and it displays Cyr chars properly, the searches works with Cyrillic too.
@Ovg
you should set regional settings to your language that might be the issue.Unfortunately it doesn't work with Cyrillic