Questions tagged [phppowerpoint]

PHPPowerPoint is a library written in pure PHP that provides methods to create/write presentation and slide show formats (PowerPoint 2007+, Open/Libre Office Presentation).

PHPPowerPoint is a library written in pure PHP that provides methods to create/write presentation and slide show formats (PowerPoint 2007 .pptx, Open/Libre Office Presentation .odp).

It is a component of the PHPOffice suite of libraries, comprising PHPExcel, PHPWord, PHPPowerPoint, PHPProject and PHPVisio.

The current production release of PHPPowerPoint is version 0.1.0 (CTP 1).

Resources

40 questions
0
votes
1 answer

PHP readfile with PHPPowerpoint issue

I am using PHPPowerpoint to create a pptx file with some charts, and have no problem storing it in the same folder as the PHP script. PHPPowerpoint does that on itself. I want to download the pptx file after it has been created, and so far I have…
Casper Slynge
  • 344
  • 2
  • 9
  • 19
0
votes
1 answer

PHPPowerPoint : set line height between lines

I am using phppowerpoint to generate ppt files. I want to change default line height between lines in PPT. here is bit of code I am using to generate…
KA.
  • 4,220
  • 5
  • 26
  • 37
0
votes
1 answer

PHPPowerpoint and setColSpan issue

I'm trying to create a table using PHPPowerpoint. I'm facing a problem while dealing with merging of table cells which is as follows: $arr = array('TNS', 'Hard Reserach', 'Kadence', 'RSMRS', 'Sharp', 'Hansa', 'Market Excel'); $shape =…
asprin
  • 9,579
  • 12
  • 66
  • 119
0
votes
1 answer

Slide Orientation (Vertical-Portrait Vs. Horizontal)) using PHPPowerPoint

I'm using PHPPowerPoint which makes the powerpoint amazingly; the problem is I want the layout of the page to be vertical instead of Horizontal. Does anyone know how I can set this property! Thanks
user385729
  • 1,924
  • 9
  • 29
  • 42
0
votes
1 answer

Using PHPpowerpoint in MVC Codeigniter

I'm trying to use PHPPowerPoint (which I downloaded from http://phppowerpoint.codeplex.com/releases/view/26621); I downloaded the source files which also include both libraries and the test code for generating Powerpoints. It is working fine If I…
user385729
  • 1,924
  • 9
  • 29
  • 42
0
votes
2 answers

Export powerpoint from highcharts

is there any possibility to export charts done with hightcharts in powerpoint?else can someone help me to find a solution? Thanx
Good D
  • 35
  • 7
0
votes
2 answers

phppowerpoint : setPath() - Issue while having space in image name

I am using following code and getting issue if there is an space in image name. And the issue is basically file is not loading at popwerpoint slide. like: $shape->setPath("C:/image/abc1.jpg"); // Working fine $shape->setPath("C:/image/abc 1.jpg");…
-1
votes
1 answer

How to remove duplicate text from slides in PHP Presentation?

I made a simple presentation and get text and images from mysql. For example I have one text and 5 images. There must be 2 images per slide. But the problem is the text duplicates in while loop on every slide. Example: This is how it works now: …
-2
votes
1 answer

Unable to change PHPPowerpoint Slide Width and Height

Hi Iam Using PHPpowerpoint Library to generate Power point Presentation via PHP, and I generated Successfully But my problem is the generated PPT's Page Set Up is Width:10 Inches and Height 7.5 Inches. I need to change the Width and Height of…
Brindha Baskaran
  • 185
  • 2
  • 16
-3
votes
1 answer

Phppowerpoint Save Location?

I successfully create a ppt file using phpPowerpoint.. how can I change the save location?I want to save the file to other folder Thanks for any help!
sparta
  • 3
  • 1
1 2
3