1
vote
5answers
64 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 …
1
vote
0answers
62 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 sugge …
0
votes
3answers
104 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 …
0
votes
1answer
70 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 …
1
vote
4answers
214 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
58 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 …
2
votes
2answers
194 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# l …
1
vote
4answers
172 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
228 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.33 …
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
Wher …
0
votes
1answer
99 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 comm …
0
votes
1answer
265 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 …
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 opp …
1
vote
2answers
212 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" whic …
1
vote
1answer
399 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 …
