I made a presentation with reveal.js.
My boss asked ppt format to modify and add contents to my presentation.
He is not SW programmer and he can just use powerpoint only.
Is there are good way to convert reveal.js to ppt?
You could first convert it to PDF and then use other service to convert PDF to PPT.
There are many sites providing services to convert pdf to ppt include Adobe itself. Some of them are free some need register. You could try some of them to find the best service for your needs.
Related
how do I create 3D pdf with Catia - without converters or any other add-ins?
When I go to "Save As" I don't have .pdf option...
There is no method to save it to PDF without addons.
You can save your project to 3dxml, but then you have to use special player.
UPDATE
I found a way in Catia V5 to save to pdf.
If you need a cheap add-on, check out Tetra4D. They have a plugin that will convert over 20 CAD formats to 3D PDF, including V5.
I am a linux user, and I need to prepare a presentation that must be load on a Windows Computer with MS Office.
I work with LibreOffice and in the conversion everything goes fine creating a jpg image for every slide (I don't need special effects or editable texts). The problem occurs when I try to embed a video in my presentation, bacause PowerPoint can't load them. I tried with .avi and .mp4 videos and both .ppt and .odp presentation file formats.
Is there a way to prepare a presentation with embedded videos that works in both softwares?
thanks
Alessandro
Actually, I've found a solution... saving in .ppt format and keeping the video file in the same directory, because it seems that Microsoft's .ppt doesn't embed the video in the presentation's file, but it create only a link to the file's path...
My son made a presentation in Libre Office Impress under Linux. But in school they only have Microsoft PowerPoint under Windows. So he had to convert it to PowerPoint.
The conversion works quite well if you take care of a few obstacles:
Don't use embedded videos. Instead put them in the same directory as the Impress presentation and insert the video as a link. Then it works fine after conversion.
Because the videos are not embedded you should use more common video formats, like .mp4. For example one video in the format .webm works on my linux machine, but it doesn't work on a windows PC. Maybe because some codecs are not installed.
Linked Videos are starting in Libre Office Impress by themselves. After converting to PowerPoint they only start after clicking on them. You have to change this behavior after conversion inside PowerPoint manually (what is not so nice if you have many of them...)
Don't save the .odt file in the new PowerPoint format .pptx because then pictures are not scaled correctly. Instead save it in the old PowerPoint format .ppt
Even online converter like zamzar.com use the old .ppt format.
If you are still not satisfied with the result then you have the possibility to create a video of the Impress presentation instead of showing it with PowerPoint. This would be a realistic plan B with all effects ;-)
I have searched many ways for free software but no results.I am having TIFF text image and i have worked with foxit reader but there is no editing options.Is there any idea for image converter tool or i want to purchase?Give me idea ? Please help?
You haven't specified what OS you use and if you are looking for source code to automate the word extraction so I will assume you have Windows and a bunch of images you want to extract text from. Therefore a quick solution would be to have a Microsoft Office CD and install the Microsoft Office Document Imaging component which performs OCR on images. In this way you can extract text. More info found here: http://office.microsoft.com/en-001/help/about-microsoft-office-document-imaging-HP001077103.aspx
I'm not sure if my title is overly descriptive of what I'm trying to do so I will try and elabarate.
I've been asked to develop a small application where someone can upload a PDF to the website. The website is coded in ASP classic but I don't mind going down the route of .net.
Once uploaded the code needs to check if the PDF is text based if it is not it needs to then convert the document over to the text type PDF.
Does anyone have an idea of a component that can do this image PDF to text PDF conversion? So far i've looked into:
http://pages.cs.wisc.edu/~ghost/
http://www.websupergoo.com/abcocr-1.htm
I didn't overly understand what the ghost thing was doing and the websupergoo solution appeared to be converting images into text files?
I think you could use one of several websites that let you upload an image and send you back an OCR'ed data. Try www.ocrsdk.com, it is a cloud based OCR SDK recently launched by ABBYY. It's now in closed beta so it's completely free to use.
If you can afford a commercial option, you could use Amyuni PDF Creator .Net with asp.net, or Amyuni PDF Creator ActiveX if you want to stay on asp-classic. Take a look on the OCR module for PDF-Image to PDF-Text processing.
Usual disclaimer applies
I have tried to find out the way I can put locks or disable the copy and paste on the PDF file after the conversion. I looked at the ConversionJobSettings properties but I couldn’t be able to accomplish this.
Based on what I have read, the sharepoint2010 Word Automation services API provides very limited capability in manipulating the conversion logics but is there any way I can lock down the content so that it cannot be copied?
Thank for your help
You will either need to code something up yourself or get a third party product such as this one, which allows conversion as well as PDF manipulation including security and watermarking.
Note that I worked on this product, so I am obviously biased. Having said that, it works brilliantly.
The only way to prevent copy and paste (as text) is to create image versions of the pages and saves those as a PDF.
a possible solution:
1) Use Word automation to print to a PostScript (PS) printer driver to get a .ps file
2) Use GhostScript to convert the PS to tif files
3) Create a PDF using the tif files (possibly with GhostScript too)