Server-Side PDF Conversion with LibreOffice and IIS

|
| By Sahil Kumar

When building web applications on Windows servers using IIS, you may occasionally need to utilize locally installed desktop applications — like LibreOffice — for server-side tasks. A common example is converting Microsoft Word documents into PDF format. In this post,

Moodle / PHP | The uploaded file exceeds the upload_max_filesize directive in php.ini

| By Webner

How to increase the value of ‘upload_max_filesize’ variable to upload a file/plugin of larger size. We were trying to install a new plugin with size of approx 3.5 mb in our moodle site. It was showing an error:“The uploaded file

Air Gapping | Mobile app connectivity with localhost services

| By Webner

When we were trying to connect an android app with the php localhost services it was giving an error: cannot connect to the server please check your network connection. Code independently was working but not when we were connecting Android