Translate this into Bengali without changing the medical English terminology
cd /home/daytona/workspace/attachments/17d751af-9974-4a2c-9747-c8956f3cadcc/ && python3 -c " import pdfplumber with pdfplumber.open('New mew.pdf') as pdf: print(f'Pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() print(f'--- Page {i+1} ---') print(text) "