From odf-commits-return-172-apmail-incubator-odf-commits-archive=incubator.apache.org@incubator.apache.org Fri Sep 2 09:58:17 2011 Return-Path: X-Original-To: apmail-incubator-odf-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-odf-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63D327676 for ; Fri, 2 Sep 2011 09:58:17 +0000 (UTC) Received: (qmail 84100 invoked by uid 500); 2 Sep 2011 09:58:17 -0000 Delivered-To: apmail-incubator-odf-commits-archive@incubator.apache.org Received: (qmail 84081 invoked by uid 500); 2 Sep 2011 09:58:16 -0000 Mailing-List: contact odf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: odf-dev@incubator.apache.org Delivered-To: mailing list odf-commits@incubator.apache.org Received: (qmail 84074 invoked by uid 99); 2 Sep 2011 09:58:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 09:58:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 09:58:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EA4C1238889B; Fri, 2 Sep 2011 09:57:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1164454 - /incubator/odf/site/trunk/content/odftoolkit/simple/demo/demo5.mdtext Date: Fri, 02 Sep 2011 09:57:50 -0000 To: odf-commits@incubator.apache.org From: devinhan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110902095750.EA4C1238889B@eris.apache.org> Author: devinhan Date: Fri Sep 2 09:57:50 2011 New Revision: 1164454 URL: http://svn.apache.org/viewvc?rev=1164454&view=rev Log: clear tags Modified: incubator/odf/site/trunk/content/odftoolkit/simple/demo/demo5.mdtext Modified: incubator/odf/site/trunk/content/odftoolkit/simple/demo/demo5.mdtext URL: http://svn.apache.org/viewvc/incubator/odf/site/trunk/content/odftoolkit/simple/demo/demo5.mdtext?rev=1164454&r1=1164453&r2=1164454&view=diff ============================================================================== --- incubator/odf/site/trunk/content/odftoolkit/simple/demo/demo5.mdtext (original) +++ incubator/odf/site/trunk/content/odftoolkit/simple/demo/demo5.mdtext Fri Sep 2 09:57:50 2011 @@ -9,7 +9,7 @@ This demo provides a Java application th Here is an example. I want to make a presentation with the first page from presentation A, the first page from presentation B and the first page from presentation C. I can call the following command: -Java PresentationAssembler -in PresentationA.odp(1) -in PresentationB.odp(1) -in PresentationC.odp(1-2) -out newPresentation.odp +java PresentationAssembler -in PresentationA.odp(1) -in PresentationB.odp(1) -in PresentationC.odp(1-2) -out newPresentation.odp A new presentation will be generated which is showed in the following picture. You can see, the pictures, the styles and master pages are copied too.