mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-05 07:20:12 +01:00
svg
This commit is contained in:
parent
8a331956c2
commit
4068d9530f
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF ??? CSV
|
|||||||
PDFToCSV.header=PDF ??? CSV
|
PDFToCSV.header=PDF ??? CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=??????
|
PDFToCSV.submit=??????
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF ??? CSV
|
|||||||
PDFToCSV.header=PDF ??? CSV
|
PDFToCSV.header=PDF ??? CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=????????
|
PDFToCSV.submit=????????
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF a CSV
|
|||||||
PDFToCSV.header=PDF a CSV
|
PDFToCSV.header=PDF a CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extracte
|
PDFToCSV.submit=Extracte
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=Tabelle extrahieren
|
|||||||
home.tableExtraxt.desc=Tabelle aus PDF in CSV extrahieren
|
home.tableExtraxt.desc=Tabelle aus PDF in CSV extrahieren
|
||||||
tableExtraxt.tags=CSV
|
tableExtraxt.tags=CSV
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF zu CSV
|
|||||||
PDFToCSV.header=PDF zu CSV
|
PDFToCSV.header=PDF zu CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extrakt
|
PDFToCSV.submit=Extrakt
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF ?? CSV
|
|||||||
PDFToCSV.header=PDF ?? CSV
|
PDFToCSV.header=PDF ?? CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=?????????
|
PDFToCSV.submit=?????????
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF to CSV
|
|||||||
PDFToCSV.header=PDF to CSV
|
PDFToCSV.header=PDF to CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extract
|
PDFToCSV.submit=Extract
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF a CSV
|
|||||||
home.tableExtraxt.desc=Extraer Tablas de un PDF convirtiéndolas a CSV
|
home.tableExtraxt.desc=Extraer Tablas de un PDF convirtiéndolas a CSV
|
||||||
tableExtraxt.tags=CSV,Extraer tabla,extraer,convertir
|
tableExtraxt.tags=CSV,Extraer tabla,extraer,convertir
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF a CSV
|
|||||||
PDFToCSV.header=PDF a CSV
|
PDFToCSV.header=PDF a CSV
|
||||||
PDFToCSV.prompt=Elija una página para extraer la tabla
|
PDFToCSV.prompt=Elija una página para extraer la tabla
|
||||||
PDFToCSV.submit=Extraer
|
PDFToCSV.submit=Extraer
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF a CSV
|
|||||||
PDFToCSV.header=PDF a CSV
|
PDFToCSV.header=PDF a CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extracto
|
PDFToCSV.submit=Extracto
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF en CSV
|
|||||||
PDFToCSV.header=PDF en CSV
|
PDFToCSV.header=PDF en CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extrait
|
PDFToCSV.submit=Extrait
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=Da PDF a CSV
|
|||||||
PDFToCSV.header=Da PDF a CSV
|
PDFToCSV.header=Da PDF a CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Estratto
|
PDFToCSV.submit=Estratto
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF??CSV?
|
|||||||
PDFToCSV.header=PDF??CSV?
|
PDFToCSV.header=PDF??CSV?
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=????
|
PDFToCSV.submit=????
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF? CSV?
|
|||||||
PDFToCSV.header=PDF? CSV?
|
PDFToCSV.header=PDF? CSV?
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=??
|
PDFToCSV.submit=??
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF naar CSV
|
|||||||
PDFToCSV.header=PDF naar CSV
|
PDFToCSV.header=PDF naar CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extract
|
PDFToCSV.submit=Extract
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF na CSV
|
|||||||
PDFToCSV.header=PDF na CSV
|
PDFToCSV.header=PDF na CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Wyci?g
|
PDFToCSV.submit=Wyci?g
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF ? CSV
|
|||||||
PDFToCSV.header=PDF ? CSV
|
PDFToCSV.header=PDF ? CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=???????
|
PDFToCSV.submit=???????
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF till CSV
|
|||||||
PDFToCSV.header=PDF till CSV
|
PDFToCSV.header=PDF till CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Navvit
|
PDFToCSV.submit=Navvit
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF to CSV
|
|||||||
PDFToCSV.header=PDF to CSV
|
PDFToCSV.header=PDF to CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=Extract
|
PDFToCSV.submit=Extract
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
@ -340,6 +340,22 @@ home.tableExtraxt.title=PDF to CSV
|
|||||||
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
home.tableExtraxt.desc=Extracts Tables from a PDF converting it to CSV
|
||||||
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
tableExtraxt.tags=CSV,Table Extraction,extract,convert
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.autoSizeSplitPDF.title=Auto Split by Size/Count
|
||||||
|
home.autoSizeSplitPDF.desc=Split a single PDF into multiple documents based on size, page count, or document count
|
||||||
|
autoSizeSplitPDF.tags=pdf,split,document,organization
|
||||||
|
|
||||||
|
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
home.overlay-pdfs.title=Overlay PDFs
|
||||||
|
home.overlay-pdfs.desc=Overlays PDFs on-top of another PDF
|
||||||
|
overlay-pdfs.tags=Overlay
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# #
|
# #
|
||||||
# WEB PAGES #
|
# WEB PAGES #
|
||||||
@ -833,3 +849,36 @@ PDFToCSV.title=PDF ? CSV
|
|||||||
PDFToCSV.header=PDF ? CSV
|
PDFToCSV.header=PDF ? CSV
|
||||||
PDFToCSV.prompt=Choose page to extract table
|
PDFToCSV.prompt=Choose page to extract table
|
||||||
PDFToCSV.submit=??
|
PDFToCSV.submit=??
|
||||||
|
|
||||||
|
#split-by-size-or-count
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
split-by-size-or-count.header=Split PDF by Size or Count
|
||||||
|
split-by-size-or-count.type.label=Select Split Type
|
||||||
|
split-by-size-or-count.type.size=By Size
|
||||||
|
split-by-size-or-count.type.pageCount=By Page Count
|
||||||
|
split-by-size-or-count.type.docCount=By Document Count
|
||||||
|
split-by-size-or-count.value.label=Enter Value
|
||||||
|
split-by-size-or-count.value.placeholder=Enter size (e.g., 2MB or 3KB) or count (e.g., 5)
|
||||||
|
split-by-size-or-count.submit=Submit
|
||||||
|
|
||||||
|
|
||||||
|
#overlay-pdfs
|
||||||
|
##########################
|
||||||
|
### TODO: Translate ###
|
||||||
|
##########################
|
||||||
|
overlay-pdfs.header=Overlay PDF Files
|
||||||
|
overlay-pdfs.baseFile.label=Select Base PDF File
|
||||||
|
overlay-pdfs.overlayFiles.label=Select Overlay PDF Files
|
||||||
|
overlay-pdfs.mode.label=Select Overlay Mode
|
||||||
|
overlay-pdfs.mode.sequential=Sequential Overlay
|
||||||
|
overlay-pdfs.mode.interleaved=Interleaved Overlay
|
||||||
|
overlay-pdfs.mode.fixedRepeat=Fixed Repeat Overlay
|
||||||
|
overlay-pdfs.counts.label=Overlay Counts (for Fixed Repeat Mode)
|
||||||
|
overlay-pdfs.counts.placeholder=Enter comma-separated counts (e.g., 2,3,1)
|
||||||
|
overlay-pdfs.position.label=Select Overlay Position
|
||||||
|
overlay-pdfs.position.foreground=Foreground
|
||||||
|
overlay-pdfs.position.background=Background
|
||||||
|
overlay-pdfs.submit=Submit
|
||||||
|
|
||||||
|
3
src/main/resources/static/images/overlay.svg
Normal file
3
src/main/resources/static/images/overlay.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-layers" viewBox="0 0 16 16">
|
||||||
|
<path d="M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zm3.515 7.008L14.438 10 8 13.433 1.562 10 4.25 8.567l3.515 1.874a.5.5 0 0 0 .47 0l3.515-1.874zM8 9.433 1.562 6 8 2.567 14.438 6z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 458 B |
Loading…
Reference in New Issue
Block a user