+ 'Merge PDF', 'desc' => 'Combine multiple PDFs into one single document.', 'icon' => 'bi-files', 'url' => 'merge.php', 'status' => 'active'],
+ ['name' => 'Split PDF', 'desc' => 'Extract pages from a PDF file or save each page as a separate PDF.', 'icon' => 'bi-scissors', 'url' => 'split.php', 'status' => 'active'],
+ ['name' => 'Compress PDF', 'desc' => 'Reduce the file size of your PDF while optimizing for quality.', 'icon' => 'bi-file-earmark-zip-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'PDF to Word', 'desc' => 'Convert your PDF files to editable DOCX documents.', 'icon' => 'bi-file-earmark-word-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'PDF to PowerPoint', 'desc' => 'Convert PDFs to editable PPTX slideshows.', 'icon' => 'bi-file-earmark-ppt-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'PDF to Excel', 'desc' => 'Pull data straight from PDFs into XLSX spreadsheets.', 'icon' => 'bi-file-earmark-excel-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'Word to PDF', 'desc' => 'Convert DOCX documents to PDF with ease.', 'icon' => 'bi-file-earmark-word-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'PowerPoint to PDF', 'desc' => 'Convert PPTX slideshows to PDF format.', 'icon' => 'bi-file-earmark-ppt-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'Excel to PDF', 'desc' => 'Convert XLSX spreadsheets to PDF format.', 'icon' => 'bi-file-earmark-excel-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'Edit PDF', 'desc' => 'Add text, images, shapes or freehand annotations to a PDF.', 'icon' => 'bi-pencil-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'PDF to JPG', 'desc' => 'Extract all images from a PDF or convert pages to JPG.', 'icon' => 'bi-file-earmark-image-fill', 'url' => '#', 'status' => 'inactive'],
+ ['name' => 'JPG to PDF', 'desc' => 'Convert JPG images to PDF in seconds.', 'icon' => 'bi-file-earmark-image-fill', 'url' => '#', 'status' => 'inactive'],
+ ];
+ ?>
+
+
+
+
+
+