mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Add Crop to V2 (#4471)
# Description of Changes Add Crop to V2 --------- Co-authored-by: EthanHealy01 <[email protected]> Co-authored-by: Connor Yoh <[email protected]> Co-authored-by: ConnorYoh <[email protected]>
This commit is contained in:
co-authored by
EthanHealy01
Connor Yoh
ConnorYoh
parent
f6df414425
commit
c76edebf0f
@@ -1897,7 +1897,36 @@
|
||||
"tags": "trim,shrink,edit,shape",
|
||||
"title": "Crop",
|
||||
"header": "Crop PDF",
|
||||
"submit": "Submit"
|
||||
"submit": "Apply Crop",
|
||||
"noFileSelected": "Select a PDF file to begin cropping",
|
||||
"preview": {
|
||||
"title": "Crop Area Selection"
|
||||
},
|
||||
"reset": "Reset to full PDF",
|
||||
"coordinates": {
|
||||
"title": "Position and Size",
|
||||
"x": "X Position",
|
||||
"y": "Y Position",
|
||||
"width": "Width",
|
||||
"height": "Height"
|
||||
},
|
||||
"error": {
|
||||
"invalidArea": "Crop area extends beyond PDF boundaries",
|
||||
"failed": "Failed to crop PDF"
|
||||
},
|
||||
"steps": {
|
||||
"selectArea": "Select Crop Area"
|
||||
},
|
||||
"tooltip": {
|
||||
"title": "How to Crop PDFs",
|
||||
"description": "Select the area to crop from your PDF by dragging and resizing the blue overlay on the thumbnail.",
|
||||
"drag": "Drag the overlay to move the crop area",
|
||||
"resize": "Drag the corner and edge handles to resize",
|
||||
"precision": "Use coordinate inputs for precise positioning"
|
||||
},
|
||||
"results": {
|
||||
"title": "Crop Results"
|
||||
}
|
||||
},
|
||||
"autoSplitPDF": {
|
||||
"tags": "QR-based,separate,scan-segment,organize",
|
||||
|
||||
Reference in New Issue
Block a user