I'm using the Code Search extension/feature to look into source control files and I noticed that is not returning any results for .xls files content although is returning result for .xlt files content.
It's possible to enable the search into .xls files also?
Related
I try to download only images from a certain website, with saving original folder nesting structure, where images are located on the website's server.
In filter settings i setup file types to download like:
+www.example.com/*.gif
+www.example.com/*.jpg
+www.example.com/*.jpeg
+www.example.com/*.png
-www.example.com/*.html
And everything runs OK, but HTTrack crreats empty folders where HTML files should be. In result i have full folder structure of the website, where some folders are empty, and some contain images.
The question is: how could i avoid creating of empty folders? I want only folders, which contain images.
I have a list of PDF Files which I have to merge into a single PDF file using Ruby. Combine PDF was able to do a fine job until now. The issue is that now I have to create an index indicating the pages in which each merged file is located and with links to each page. I was able to do so with Prawn, however this procedure does not allow me to create references between the index and the pages, even though I can know beforehand in which page each file will start. Prawn has this option, but it does not allow me to insert external PDF files in the process (the template feature was deactivated long ago).
Does anyone have a tool recommendation for merging those pdfs including an index with links?
I am currently using the read the doc theme for sphinxdoc version 1.4.6. When I search contents the queries display the title and the start of restructure text files instead of the the title and start of the html page. Is there any possible way I can change that?
Try the sphinx extension "sphinxprettysearchresults" (https://pypi.python.org/pypi/sphinxprettysearchresults).
Their website says this:
To display search results, Sphinx is fetching the source files of search hits and rendering excerpts in raw markup (Example).
This extension removes the markup from these source files (during build time), so the search results look decent.
However, when I load it on my project, I get an error, which I will have to report.
Maybe it works fine in your project.
Long story short, I need to be able to save .msg files to .pdf using vbscript. As I can't do this directly using Outlook, I need an intermediate step of saving the .msg to .html (using Outlook) and then save the .html to .pdf (using Word). Is there a way to save the html file into memory somehow instead of actually having to create the .html file only to delete it later (as it's only an intermediate step)? I'm looking at memorystream...am I on the right track?
I have a compressed (zipped) folder with several KML files and some image files in it. I will soon make the compressed folder available to download from a web site; once the site's user downloads the file, they can unzip it. I am wondering if there is a way to make a certain one of the KML files open in Google Earth automatically as soon as the folder is unzipped (this file is linked to the other KML files in the folder, and opening it in Google Earth is a much handier way of viewing all the KML files than opening each file individually). Is there any way of implementing this? The operating system on my machine is Windows 7, in case this helps.
The act of unzipping a .zip file cannot easily be triggered to open a particular file as you describe on the file system. You would need a drop-box like mechanism with a custom application waiting for new contents in a particular folder.
However, KMZ is a zipped file which when opened by Google Earth will display the root-level KML file (typically named doc.kml) so a workable solution would be to create a single KMZ file with folder-structure as needed. The KMZ file would include a parent KML with links to the sub-KML files either as anchor links (or feature anchor) accessed via feature description and/or as network links.
The parent KML file can have in its top-level KML element an description with an index or table of contents with links to all the sub-KML files.
A working example of a feature-anchor can be found here:
http://kml-samples.googlecode.com/svn/trunk/kml/feature-anchor/feature-anchor-semi.kmz
A good description of feature anchors in action with examples can be found in Chapter 2 of the KML Handbook.