Hi all,
My code sample here:
$file1 = fopen(‘first.pptx’, ‘r’);
$file2 = fopen(‘second.pptx’, ‘r’);
$files = [$file1, $file2];
$response = $slidesApi->mergeOnline($files);
One of the pptx file is about 200Mb. and I…...Request body too large when trying to merge two pptx files Aspose...alError”,“message”:“Request body too large.” So just would like...