Change Name of Multiple Folders in One Click | Using Powershell

  Рет қаралды 464

DC HELPING

DC HELPING

Күн бұрын

Change Name of Multiple Folders in One Click | Using Powershell
Hello friends, aap Multiple folders ka naam change kar sakte hai one click me Powershell ka use karke,
Rename folders - $folderPath = "C:\Users\HP\Desktop\Students"
Get-ChildItem -Path $folderPath -Filter "*.pdf" | ForEach-Object {
$newName = ($_.BaseName -replace "\s.*","") + ".pdf"
Rename-Item -Path $_.FullName -NewName $newName
}
Convert to Docx - import os
from pdf2docx import Converter
Folder path
folder_path = r"C:\Users\HP\Desktop\Students"
Folder ke andar har PDF file ko process karte hain
for filename in os.listdir(folder_path):
if filename.endswith(".pdf"):
pdf_file = os.path.join(folder_path, filename)
docx_file = os.path.join(folder_path, filename.replace(".pdf", ".docx"))
PDF to DOCX conversion
cv = Converter(pdf_file)
cv.convert(docx_file, start=0, end=None)
cv.close()
print("All files converted to DOCX!")
My Blog - makesolutionpr...
Playlist -
Excel videos - • excel videos
Word videos - • ms word videos
Photoshop videos - • photoshop tutorial

Пікірлер: 1
@anupam_pandit_001
@anupam_pandit_001 2 ай бұрын
Please make full excel course for finance and accounting hindi
How to rename multiple files at once using Excel (Windows)
5:33
Karina Adcock
Рет қаралды 414 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
WEB PAGE TUTORIAL IN HINDI - HTML CLASS 4
23:31
ICE COMPUTER TUTORIAL
Рет қаралды 32
How to apply Watermark in ms word document ?
5:02
DC HELPING
Рет қаралды 777
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН