diff --git a/compress.php b/compress.php new file mode 100644 index 0000000..a729ff8 --- /dev/null +++ b/compress.php @@ -0,0 +1,77 @@ + + + + + + Compress PDF - PDF Tools + + + + + + + + + + + +
+
+
+

Compress PDF

+

Reduce the file size of your PDF while optimizing for maximal quality.

+ +
+
+
+ +

Drag & drop a PDF file here or

+ + +
+
+
+
+
+
+
+ + + + + + + diff --git a/index.php b/index.php index e900c41..630ad7c 100644 --- a/index.php +++ b/index.php @@ -44,7 +44,7 @@ $tools = [ ['name' => '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' => 'Compress PDF', 'desc' => 'Reduce the file size of your PDF while optimizing for quality.', 'icon' => 'bi-file-earmark-zip-fill', 'url' => 'compress.php', 'status' => 'active'], ['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'],