Fix tip for split by pages

This commit is contained in:
Connor Yoh 2025-09-12 16:34:52 +01:00
parent 87cf284b3b
commit 60b6316344

View File

@ -719,10 +719,10 @@
}, },
"byPages": { "byPages": {
"title": "Split by Pages", "title": "Split by Pages",
"text": "Extract specific pages or ranges from your PDF. Use commas to separate individual pages and hyphens for ranges.", "text": "Split your PDF at specific page numbers. Using 'n' splits after page n. Using 'n-m' splits before page n and after page m.",
"bullet1": "Single pages: 1,3,5", "bullet1": "Single split points: 3,7 (splits after pages 3 and 7)",
"bullet2": "Page ranges: 1-5,10-15", "bullet2": "Range split points: 3-8 (splits before page 3 and after page 8)",
"bullet3": "Mixed: 1,3-7,12,15-20" "bullet3": "Mixed: 2,5-10,15 (splits after page 2, before page 5, after page 10, and after page 15)"
}, },
"bySections": { "bySections": {
"title": "Split by Grid Sections", "title": "Split by Grid Sections",