Skip to content

Commit 8fe639c

Browse files
author
Joel Day
committed
use http for pdfs
1 parent b3efc36 commit 8fe639c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ConvertAPI/Pdf2PowerPoint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class Pdf2PowerPoint extends Abstract2PowerPoint {
1414

15-
protected $_https = true;
15+
protected $_https = false;
1616

1717
/**
1818
* URL of the appropriate convertapi.com API.
@@ -25,4 +25,4 @@ class Pdf2PowerPoint extends Abstract2PowerPoint {
2525
*/
2626
protected $_validInputFormats = array('pdf', 'pdfa');
2727

28-
}
28+
}

0 commit comments

Comments
 (0)