mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-26 17:52:59 +02:00
urls
This commit is contained in:
parent
8aa52a4fa6
commit
5d3739e1d3
@ -11,8 +11,6 @@ export const TOOL_IDS = [
|
|||||||
'changePermissions',
|
'changePermissions',
|
||||||
'watermark',
|
'watermark',
|
||||||
'sanitize',
|
'sanitize',
|
||||||
'autoSplitPDF',
|
|
||||||
'autoSizeSplitPDF',
|
|
||||||
'split',
|
'split',
|
||||||
'merge',
|
'merge',
|
||||||
'convert',
|
'convert',
|
||||||
|
@ -63,8 +63,8 @@ export const URL_TO_TOOL_MAP: Record<string, ToolId> = {
|
|||||||
'/booklet-imposition': 'bookletImposition',
|
'/booklet-imposition': 'bookletImposition',
|
||||||
|
|
||||||
// Splitting tools
|
// Splitting tools
|
||||||
'/auto-split-pdf': 'autoSplitPDF',
|
'/auto-split-pdf': 'split',
|
||||||
'/auto-size-split-pdf': 'autoSizeSplitPDF',
|
'/auto-size-split-pdf': 'split',
|
||||||
'/scanner-image-split': 'scannerImageSplit',
|
'/scanner-image-split': 'scannerImageSplit',
|
||||||
|
|
||||||
// Annotation and content removal
|
// Annotation and content removal
|
||||||
@ -120,8 +120,8 @@ export const URL_TO_TOOL_MAP: Record<string, ToolId> = {
|
|||||||
'/extract-image-scans': 'scannerImageSplit',
|
'/extract-image-scans': 'scannerImageSplit',
|
||||||
'/show-javascript': 'showJS',
|
'/show-javascript': 'showJS',
|
||||||
'/scanner-effect': 'scannerEffect',
|
'/scanner-effect': 'scannerEffect',
|
||||||
'/split-by-size-or-count': 'autoSizeSplitPDF',
|
'/split-by-size-or-count': 'split',
|
||||||
'/overlay-pdf': 'overlayPdfs',
|
'/overlay-pdf': 'overlayPdfs',
|
||||||
'/split-pdf-by-sections': 'autoSplitPDF',
|
'/split-pdf-by-sections': 'split',
|
||||||
'/split-pdf-by-chapters': 'autoSplitPDF',
|
'/split-pdf-by-chapters': 'split',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user