1
vote
6answers
75 views
PDF conversion service
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader.
I have used a piece of software from …
0
votes
4answers
119 views
Converting PDF to images?
I need to import PDF documents into Microsoft OneNote, which means converting the PDF file to an image. Is there a descent free library I can use from .NET to convert the PDF file to a BMP/PNG/JPEG …
1
vote
0answers
66 views
When using ffmpeg to convert from .wmv files to .flv files, I find that either the quality is too low or the bps is too high. I am working on a Ubuntu Linux installation. Any suggestions? [closed]
When using ffmpeg to convert from .wmv files to .flv files, I find that either the quality is too low or the bps is too high. I am working on a Ubuntu Linux installation. Any suggestions?
The bps must …
0
votes
1answer
74 views
How to select a file automatically?
Using VB6
Now I am using a Browse button in my software to select the text file, then it is converted in to mdb (access). I don’t want to select the text file.
Once I installed my software in any …
1
vote
4answers
231 views
Convert .odt .doc .ods files to .txt files
Hello
I want to convert all the .odt .doc. .xls .pdf files to .txt files
I want to convert these files to text files using shell script or perl script
1
vote
3answers
61 views
How can I read/convert SAS Gov’t Data files on a MAC?
There are gov't data files: http://www.cdc.gov/EpiInfo/
Available in this weird SAS format. How can I convert them into XML/CSV, something much simpler that can be read by scripts/etc.???
2
votes
2answers
197 views
WAV / MP3 Conversion On Web Server
I'm looking to convert uploaded WAV files to MP3 on my shared hosting server (ASP.NET / C#) and am curious if anyone else has tackled this before.
I've seen a few open source C# libraries for …
1
vote
4answers
187 views
There is any free DBF file converter?
I have only found trial versions of these converters. Does anyone know a free one? Any of the following target formats will do:
CSV, MDB, SQL, XLS
1
vote
1answer
245 views
Convert Line ESRI Shape SHP file into nodes and links
Is there a way to convert a linear shape file into a csv file of the following format:
Node_1, Node_2, attribute_1, ...., attribute_x
1 2 "hello" 567845.334
I have looked at …
1
vote
1answer
20 views
.OBN Format: Edit and Reconvert Back
I have OBN formatted binary files. To convert it to a text based file, I use a command in unix like-
dd if=FileName.OBN of=Output.txt ibs=1169 obs=1169 cbs=1169 conv=ascii
Where -
if : is input …
0
votes
1answer
112 views
How do you use any2mobi command line tool (part of Calibre) to make mobi files from HTML?
I am on MAC OS X 10.5.5. I installed Calibre, a tool for converting e-book files from one format to another. It has a GUI as well as command line tools. I am trying to run the command line tool …
0
votes
1answer
275 views
Quickly Convert (.rtf|.doc) Files to Markdown Syntax with PHP
I've been manually converting articles into Markdown syntax for a few days now, and it's getting rather tedious. Some of these are 3 or 4 pages, italics and other emphasized text throughout. Is there …
0
votes
2answers
34 views
Are there any decent resources to learn how to work with video files and/or file conversion?
I've been digging around for a good conversion utility to rip some .mkv files I have to other formats (specifically .avi so I can burn to a DVD). I figure this would be a good opportunity for me to …
1
vote
2answers
216 views
Download and change the extension of a file generated with JSP
I am generating a csv (comma separated value) file with Java Server Pages (JSP). The URL shows "my_generated_csv.jsp".
What I want to do is simple: The user clicks "Generate" which downloads the …
1
vote
1answer
401 views
Converting OOo macros to Excel macros
I have an OpenDocument spreadsheet with macros in StarBasic/OOoBasic that I want to convert into an Excel spreadsheet, with the StarBasic macros translated to VBA. While OpenOffice.org claims to have …
