login
Forgot?
Login with Facebook

Don't have an account? Register one now!

java XML openoffice

Bids 
5
Avg Bid
$54 USD
CLOSED
  • Project ID:

    744406
  • Project Type:

    Fixed
  • Budget:

    $30-$250 USD

Project Description:

Need small Java application that reads an xml file and generates an Office Open XML File Format (Standard ECMA-376) file that can be opened and edited with Microsoft Powerpoint 2007. This task requires strong java programming skills, knowledge of XML and knowledge of the Office Open XML File Format (Standard ECMA-376).
Do you have experience with Office Open XML File Format (Standard ECMA-376)??
When can you deliver??
See the attached detailed application description and let me know if you can do the work.
Thank you.

It is not so big if you use existing libraries for much of the guts of the application. It has no GUI. It is a simple command line Java program.

The single Java class below can be used to read the XML input file. This will put the input into a org.jdom.Document object.

You can also use the org.docx4j library which will do most of the boiler plate handling of PresentationML and DrawingML for you.

So the real task is to handle the relatively simple input definition file and add the appropriate shape and text objects to a slide and calculate the locations for the objects in the tree.

I could do the task myself, but I am working on other projects at the moment.

When can you deliver?

What fee would you ask for?

Thanks

// *********************************************************
// Java Class for reading XML file


* Project info to:
*/

import java.io.File;
import java.io.IOException;
import org.jdom.Document;
import org.jdom.JDOMException;
import org.jdom.input.SAXBuilder;

/**
* Reads a given String filename and returns the org.jdom.Document
* object representing the XML file. The given filename must be
* a valid XML file otherwise an exception will be thrown.
*/
public class XMLReader {

public static Document getXMLFile(String filename) throws IOException, JDOMException {
File f = new File(filename);
Document document = null;
if (f != null) {
if (!f.isFile()) {
throw new IOException(
"In XMLReader.getXMLFile, the given String filename does NOT name a file."
);
} else {
SAXBuilder parser = new SAXBuilder();
document = parser.build(f);
return document;
}
}
return null;
}

can pay 30$

Skills required:

J2EE, Java, UML Design, XML, XSLT

Additional Files:

graph_tree_appllication.zip

Project posted by:

tutorapex Oman
(80 Reviews)

Last seen:

If you are the project creator or one of the bidders, please Log In for more options.


Awarded Bids

f2uAmVoF United States
f2uAmVoF
United States From United States     Offline
 Accepted
$30 in 5 days 
0
over 1 year ago
0.0

0.0

1 Review
0% Completion Rate
I have over 5 years java experience. I am very good with XML documents. Pick me and I will deliver w/in 5 days.

All Bids ()

Luypaert Belgium
Luypaert
Belgium From Belgium     Offline
  US English Level 1 (100%, 100th percentile)
  HTML Level 1 (93%, 99th percentile)
  Java Level 1 (88%, 97th percentile)
  Android 1 (83%, 97th percentile)
  General Freelancer Orientation (90%, 98th percentile)
$60 in 1 day 
$9 Milestone Requested
over 1 year ago
4.6

5.4

16 Reviews
90% Completion Rate
Hi, I have experience generating open office documents in Java. Please see private message.
justj2ee India
logo_justj2ee.png
justj2ee
India From India     Offline
  General Freelancer Orientation (85%, 95th percentile)
  Foundation EUFreelance.com Member
$100 in 5 days 
0
over 1 year ago
4.9

5.1

24 Reviews
65% Completion Rate
Get the BEST.
pmk08042228112ma India
pmk08042228112ma
India From India     Offline
$30 in 3 days 
$30 Milestone Requested
over 1 year ago
I have 4+ years of exp on java & xml
raob2006 India
raob2006
India From India     Offline
$50 in 5 days 
$10 Milestone Requested
over 1 year ago
Have 10 yrs. of Java exp.