extract

Extract image from PDF using .Net c#

I want to extract images from PDF. Tried many solutions but still not getting solution. Help me out....Thanks in advance ...

Extract data from windows forms

Hello, I have an old windows forms app made with boardland c++. I need to extract all the contents of that app to transfer it to a web app. The app is similar to excel, it has columns and rows...and I need to extract that rows and columns. First aproach is to copy paste, but there are about 1gig of information...it will took days to s...

Using String methods instead of Regex

hello as i am not very familiar with regex, is it possible (whether its hard to do or not) to extract certain text inbetween symbols? for example: <meta name="description" content="THIS IS THE TEXT I WANT TO EXTRACT" /> thank you :) ...

I have a .mp3 file. How can I seperate the human voice from the rest of the sound in C?

Is it even possible in C [I know it is possible in general -GOM player does it]? just let me get started... What do you say? How exactly do you identify human voice distinguished from other sounds? ...

Python: Extracting data from buffer with ctypes

I am able to successfully call a function with ctypes in Python. I now have a buffer that is filled with Structures of data I want to extract. What is the best strategy for this? Anything else I should post? Function: class list(): def __init__(self): #[...] def getdirentries(self, path): self.load_c() ...

How to extract archive from this script (using tar)

Hi, I have absolutly no idea how to unpack the created archive. I give you the complete Script. A Debian based Distibution named Univention uses this to backup several files in an tar archive. The real archive is packed in an function. The main Content where they create the actual tar file is: cat "$TMPDIR/freeinfo.txt" >> "$TMPDIR/In...

How do I extract image from a pdf file using php

Please, any ideas on how to extract image from pdf in php? ...

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 sequences, except from the fasta header. The sequences look like this: > name_name_number_etc SEQUENCEFOLLOWSHERE > name_number_etc SEQUE...

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? ...

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 those variables into the "current symbol table" like extract() does? (ie. the local variable scope within a function). I can only do this by m...

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 styles; images; audio and video; links and hotspots. page snapshots and thumbnails; general PDF information, e.g. book layouts, number of page...

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 ? ...

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 directory but it doesn't work for downloading files. for the extraction, I am able to get it to work in 2.6 but not for 2.5. so any sugges...

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 ...

[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 text I want to extract is the format , it is always "Helvetica-Condensed" size 12 can I do that ? I know how to use the string functions but ...

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: javascript:openpopup('http://www.admissions.college.harvard.edu/financial_aid/index.html'), EDIT: HTML Pages - text/html. I am not indexing pictures ...

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 building block (snippets) through a visual tool. Do you know of anything similar that can be used for such a project? (Already made control...

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. This anchor is embedded several deep in some div tags as well. <a onmouseout="swapImage('btn1','','http://img2.comp.com/img/buttons/btn_g...

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 - I can't have root, I don't have swinstall. http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1259826031876+283...

SQL SSRS very large extract

Hi I support some very large databases (approaching a terabyte). We currently have an in-house reporting solution, but are investigating the use of SSRS (SQL Reporting Services). However our users sometimes need to extract large volumes of data (many millions of records), which may take a few hours to retrieve. What is an advisable app...