Set Powerpoint presentation format to 16:9 - aspose

How can I create a Powerpoint document with presentation format 16:9 in Aspose.Powerpoint? 4:3 seems to be default.

You can create a PowerPoint file with presentation format 16:9 by using the code below:
Presentation pres = new Presentation();
pres.SlideSize.Type = SlideSizeType.OnScreen16x9;
pres.Save(#"D:\16_9.pptx", Aspose.Slides.Export.SaveFormat.Pptx);
Hope, this helps.
I work with Aspose as Developer Evangelist.

Related

Set Reportlab generated PDF to open in SinglePage Layout?

I created a Django app in which I render a PDF by ReportLab. Everything works fine, so I am working on the refinements.
I think it is common knowledge, that the PDF specifications allow to open a document in a specific layout. I am especially looking for the PageLayout SinglePage. See page 140 in the Adobe PDF reference, version 1.7.
Is there such a functionality in ReportLab? I went through the document for the 3rd time, but I only found "2.6 Other canvas methods" in the ReportLab User Guide. Any hints on how I can add the PageLayout functionality to my canvas or page in ReportLab?
Thanks
Martin

Sitecore 8 - Adding images, callouts and videos in RTF field

I am working on a requirement in Sitecore 8 according to which there is a Rich text field and the content author can not only add html data but can also add predefined call outs/renderings/images directly in page editor mode.
Is there any way I can achieve this ? Please help.
We achieve this using Components in Experience Editor. As you create pages, we created components for Image, Video, Text and any Callouts. You will be able to drop components on the page based on specified placeholder settings. In my opinion it is the cleanest approach.
It sounds like 'snippets' is the way to go for you. There are some posts on the web about how to add snippets to RTF fields:
http://davetayls.me/blog/2011/02/07/adding-rich-snippets-to-sitecore-rich-text-editors/
http://sitecoreblog.blogspot.ca/2010/11/richtext-editor-add-code-snippet-or.html
http://learnsitecore.cmsuniverse.net/en/Editors/Articles/2009/06/How%20to%20use%20snippets.aspx

How to import products with images with CSVI Free to Joomla VirtueMarkt?

I have a question, how to import product images with CSVI Free to VirtueMarkt to Joomla?
The import without the images does well, but the images dosent work.
Here is my CSV file:
\"product_sku\",\"product_name\",\"file_url_thumb\",\"file_url\"
\"12312312345\",\"\",\"\",\"images/stories/virtuemart/product/7c62ddd3752228f2f48cb02850f97309.jpg\"
You can Read/Write Excel Sheet data using PHPExcel Library.
It have the facility to read the images from the Excel sheet , ie you don't need to place the image path like images/stories/virtuemart/product/7c62ddd3752228f2f48cb02850f97309.jpg simply place the image inside excel sheet and read these with PHPExcel,
A sample image reader integration with PHPExcel you can find here.
Right now I'm developing a component for VM to import and export product.
So hope its helps..

Google Charts: How to overlay text message when dataset is empty?

I am charting selections made by the user. When my page first loads there are no selections.
How do I show some text over the chart like below?
Note:
I don't care about the formatting - my screen capture tool adds that formatting
This is well documented for the depreciated Google Image Charts, but that doesn't help me

Setting default font size for graphs in Powerpoint

I've found no other stackexchange site to ask this question so I present it here. If there's a more appropriate place for it please let me know.
I have just been given a ms-powerpoint template document to fix. It was created by designers using the slide master editor in MS-Office 2011 for Mac. The problem is that when the customer creates a new slide using one of these templates and then wants to insert a chart into one of the designated boxes (which is only one of the things that can be stuck in there) the text in the chart is always set at 18pt. I've looked everywhere for a setting that sets the default font size for charts (and smart art) for only that document but have been unable to find it.
Any pointers or help of any kind would be more than great.
I received the following answer from James Gordon from a Microsoft forum:
Charts are handled by Excel. In Excel you can create Chart Template,
which are saved in (.crtx) file format and will appear in the Ribbon.
The way to do it is to customize a chart and then right-click on the
chart. Use the Save As Template option from the pop-up menu. If you
save your template in the Chart Templates folder (the default when the
save dialog opens), after you quit and then re-open Excel, the
template will be available to you in the Ribbon.
SmartArt is within your PowerPoint presentation. There are various
approaches you might take regarding SmartArt. As you pointed out,
SmartArt can be specified in a Slide Master, or on Slide Design.
Saving a presentation as a Theme (.thmx) is one option. Another save
option is to save as a Template, which is more comprehensive (includes
every aspect of a slide show).