Tagged Questions

0
votes
1answer
12 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
42 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
15 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
88 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 …
1
vote
0answers
4k views

how to extract fonts from pdf? [closed]

Is there a way to extract fonts from pdf files? I know that usually embedded fonts in pdf files are only subsets of the fonts. Anyway is there way to do this?
0
votes
3answers
64 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
2answers
38 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 ?
0
votes
6answers
93 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
74 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
4answers
398 views

How can I grab each page of text in a Word doc separately (using .NET)?

I need to determine which pages of a Word document that a keyword occurs on. I have some tools that can get me the text of the document, but nothing that tells me which pages the text occurs on. …
3
votes
2answers
68 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
68 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
2answers
243 views

Extract/Export attachements from Lotus Notes Email using C#

Hello I need to extract/export the lotus notes email attachment into file system. for that I wrote following method but each time I am receiving an error at line foreach (NotesItem nItem in items).. …
5
votes
12answers
349 views

What is so wrong with extract()?

Hey everyone, I was recently reading this thread, on some of the worst PHP practices. In the second answer there is a mini discussion on the use of extract(), and im just wondering what all the huff …
0
votes
3answers
31 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 …

1 2 3 4 5 8 next
15 30 50 per page