Tagged Questions
Document conversion is the act of converting one document's format to another, which allows the document to be read in many more applications. Documents can be converted into other source document formats, consumer formats or structured data.
23
votes
3answers
12k views
Convert pdf, doc, ppt to html5
I've googled (without any luck) for open source software that can convert doc, ppt, and pdf to HTML5. (Exactly what Scribd does) Are there open source equivalents to the type of conversion Scribd ...
4
votes
3answers
2k views
How can I take preview of documents?
I'm working on a file sharing website, I need a way to take screenshots of the uploaded documents.
The site will support several file formarts, from plain text to office documents (doc, xls, ppt, ...
3
votes
1answer
170 views
What technology is used behind A.nnotate.com?
I would like to know how do services like A.nnotate.com, Scribd, Google Docs render pdf,.doc, or any other document into HTML and how does the annotation system work?
2
votes
4answers
57 views
Convert PDF file to a single HTML file
I am trying to convert a PDF document to a single HTML file in java. Most of the converters online converts one PDF file to multiple HTML files. I want to convert the whole PDF to a single HTML file.
...
2
votes
2answers
247 views
Converting PDF, Doc and Docx to rtf in c#
I have a requirement for an application that takes Doc, Docx and PDF and converts them to RTF.
The conversion is one way and I do not need to convert back to Doc or PDF.
Has anyone done this and can ...
1
vote
1answer
182 views
API for document format conversion
I am looking for a RESTful web service to which I can send a document (doc, docx, xls, xlsx, ppt, pptx, and tiff at a minimum) for conversion to pdf and swf.
The reason I need swf in addition to pfd ...
1
vote
0answers
390 views
Convert Word document with MergeFields to PDF with form fields
I have a document template in Word .doc format. The Word document contains Merge fields that needs to be populated dynamically.
I need to convert the Word document to a PDF with form fields. This PDF ...
0
votes
3answers
104 views
Alternative to Tika/PDFBox for parsing PDF in Solr (any version later than 1.4)
Seems like Solr is not parsing my PDF files correctly. I was wondering if there is any other alternative to using Apache Tika (which I believe uses PDFBox internally) for parsing PDF files? I seem ...
0
votes
1answer
247 views
How to view google docs or a word files in a flex application?
I am evaluating flex for a mobile and a web application and one of things I want to be able to do is show a google docs or a microsoft docs file (doc,ppt) within a flex application.
Google docs files ...
0
votes
3answers
476 views
0
votes
1answer
74 views
Issue with PPT conversion using python-Django
I was just trying to convert a PPT using the following URL http://code.google.com/p/qifei/wiki/PDFConverter python code
I could see the same thing happening with the command line option too
python ...
0
votes
1answer
154 views
What Java framework might I use to provide a robust document conversion service?
I am starting a new open source project to develop an application that will provide services to convert various documents into other formats (E.g. doc -> html, pdf -> html, plain text -> html, etc). ...
0
votes
2answers
994 views
Doc conversion using OpenOffice SDK
I have a need to be able to allow users to export their .doc files (which they upload) to a variety of formats. I got started on using OO SDK, and I set-up some custom filters using XSLT also. ...