Does IBM Watson discovery support documents with ".PPT" format? - powerpoint

Are power point presentations supported by IBM Watson discovery? If not what are other possible options ?

Discovery does not yet natively support PowerPoint files. Support for additional file types may be added in the future, see this Watson Idea.
For now, if you can export your PowerPoint presentation to PDF or HTML format, then Discovery will accept the file.

Discovery just rolled out a new feature in beta called smart document understanding. If you use the tooling and create a new collection, you'll be able to upload PPT along with a bunch of other new file types such as jpeg, tiff, and excel.
https://console.bluemix.net/docs/services/discovery/sdu.html#sdu

Related

Is there a counterpart to CustomXMLPart in office.js for PowerPoint?

4 years ago we developed a PowerPoint add-in using the VSTO API. Since then we are waiting for the PowerPoint JavaScript API to support custom XML parts.
Word and Excel support this since the early days of their JavaScript APIs.
Is there an option to access custom XML data through the PowerPoint API?
We have searched the Microsoft documentation how to access XML parts with the PowerPoint API or through the more generic Office API, but without success.
Unfortunately, XML Parts are not supported in PowerPoint web add-ins. They are on the list of features we intend to support in the future, but I can't even estimate when that will happen. It will be many months at a minimum.

How to use PowerPoint templates as theme in Data Studio?

I want to create a dashboard on Google Data Studio using a template provided by my organization but I can't find any helpful resource to do that so I'm tempted to think that's not even possible. I tried to use "Extract theme for image" option in GDS but didn't work properly since it just tries to emulate the colors from the image and not the template itself.
Any advice or suggestion will be much appreciated.
Unfortunately, there is no way to achieve this.
Although last versions of Google Data Studio contains resources to allow it to present dashboards as it were a presentation software, I don't think it is intended to offer advanced resources for this task, neighter make it compatible with other presentation softwares (especially if you're talking about third party software, as Microsoft PowerPoint).
The best you can do is to create your own dashboard, and try to mimic your company's provided template.
you could also use an image as theme, it will at least uses the colors of you company as you can see in the image below.
And that's unfortunally what you can do with it, and for powerpoint themes, you could also use Microsoft Power bi which is way more advanced that Google Data studio

Automatic download/upload

We are going to develop a client-server application with web interface which will store office documents on server.
When we use browser as a client we need to perform these three steps to edit a document:
download document to the local machine;
open it in office program and edit;
upload document to the server.
It is very inconvenient. Sometimes it is hard to find where a document was downloaded to, when we need to upload it. Customers will also forget to upload document after editing.
Is there any way or technology to upload document automatically?
Or just any ideas how to make this process more convenient.
Thanks in advance!
I would, suggest, if applicable to store all documents as HTML then allowing editing in a web page powered by CKEditor or a similar tool.
If your documents must be in another format, like Office formats, you might start thinking at Office 365, or use ActiveX controls in your web application, something I believe should be deprecated but works in small (better restricted) enterprise environments.
These are just a couple of ideas.

Split and convert Microsoft PowerPoint presentations on a Linux server

I have to implement a web service, which takes a Microsoft PowerPoint presentation as an input, and outputs:
every slide as a standalone ppt file
text for indexing
optionally a preview picture
It should also be able to combine ppt files together.
Is openoffice headless can solve this task on a server, or should I go with .NET?
I don't have any .NET experience, so I would like to avoid using it.
It seems that this problem can't be solved easily with OpenOffice. We will use Presentation.NET instead, and outsource this part of the project.

Save Open XML as PDF

As part of an investigation into enterprise level server side document generation I have come across Open XML.
For those that have used this, how successful were you? Would you recommend it?
Can you save the OpenXML to PDF directly or would I need to make use of a 3rd party component?
If a 3rd Party component is required, which one did you use and which one would you recommend?
Thanks
Gineer
The nice thing about the Office OpenXML is that it's the language of Microsoft Office -- if you live your "office life" in Word and Excel (2007 and later), that's the format you want.
Can you "save" OpenXML directly to PDF? No, it needs to be rendered by some third-party component.
If you're doing document generation on the server side and you don't need to be working with Office documents as output, you'd generally use something like iText or iTextSharp, which would render the PDFs directly.
I haven't worked with a server-side component that will do the translation from Office OpenXML to PDF, though.
There are various third party components for the OpenXML to PDF piece. I maintain the open source docx4j, which is one option.
If you are doing document generation, you may find you need repeats and conditionals. For suggestions on how to do this, see http://dev.plutext.org/svn/docx4j/trunk/docx4j/sample-docs/databinding/conventions.html
Call me biased, as I worked on this component, but the PDF Conversion Services are used by many small and large organisations to convert OpenXML as well as many other formats to PDF using a friendly Web Services interface.
Check out these examples:
C# / .NET
Java

Resources