0
votes
1answer
5 views
How to extract .depot file on HPUX?
How can I extract extract a .depot file on HPUX?
The .depot file is a tarred dir stucture, with some of the files gzipped under the same name as original.
Note that my environment is quite limited - …
0
votes
2answers
41 views
Pull javascript code from tag using js or jQuery
How would I retrieve the javascript call in the anchor tag below in JS or JQuery? Basically I want to get the code ("javascript:do_my_function('blah', 'string1', 1);") retrieved so I can execute it. …
0
votes
1answer
14 views
Howto visually design a mashup query for programatic extraction
I'm into development of an application that fetches various inputs from internet pages whereas each information snippet comes from a different location (mashup).
I would like to generate the mashup …
0
votes
3answers
56 views
How do I extract links in JavaScript that point to HTML pages in Perl?
I want to extract all the links from a page. I am using HTML:LinkExtor. How do I extract all the links that point to HTML content pages only?
I also cannot extract these kinds of links:
…
0
votes
3answers
76 views
[Delphi] extract text from word or pdf based on format (font name and size)
Hello,
I need to parse large text (about 1000 pages of word or pdf document)and place some of the text inside this document into database fields
I found that the only thing I can distinguish the …
0
votes
6answers
84 views
3D Surface normal extractor
Hi All,
I have a 3D closed mesh object that has 3D 65.000 position coordinates.
For lighting purposes, I need a 3D surface normal extractor.
Could you help me to have it.
Thanks.
Richard
0
votes
2answers
63 views
download a zip file to a local drive and extract all files to a destination folder using python 2.5
hi,
I am trying to download a zip file to a local drive and extract all files to a destination folder.
so i have come up with solution but it is only to "download" a file from a directory to another …
0
votes
2answers
32 views
API’s to extract 7z files in .net
Is there any API available, that can be used in .net that can read/extract 7z files ?
2
votes
2answers
63 views
Extract everything from PDF
Looking for PDF content extractor (console tool or library).
It will be used on server to produce on-line e-books from uploaded PDF files.
Need to extract following things:
text with fonts and …
0
votes
5answers
65 views
Extract text from particular elements of a large poorly formatted XML file
I have a large (~50Mb) file containing poorly formatted XML describing documents and properties between <item> </item> tags, and I want to extract the text from all English documents.
…
0
votes
3answers
30 views
PHP Extract2 - How to assign vars in current symbol table?
I have a function, which is a safer way to extract variables than extract().
Basically you just specify which variable names are to be pulled out of an array.
The problem is, how do you insert …
0
votes
1answer
56 views
Extracting pure content / text from HTML Pages by excluding navigation and chrome content
Hi,
I am crawling news websites and want to extract News Title, News Abstract (First Paragraph), etc
I plugged into the webkit parser code to easily navigate webpage as a tree. To eliminate …
0
votes
1answer
72 views
Extract Audio from FLV stream in C#
I'd like to extract audio stream from a FLV stream in C#. I searched in Google and I found FLVExtract, but it supports only extracting from FLV files, and not from streams.
How can I do this?
1
vote
3answers
117 views
Python: Removing characters from beginnings of sequences in fasta format
Hi,
I have sequences in fasta format that contains primers of 17 bp at the beginning of the sequences. And the primers sometimes have mismatches. I therefore want to remove the first 17 chars of the …
0
votes
3answers
70 views
How do I extract image from a pdf file using php
Please, any ideas on how to extract image from pdf in php?
