PDF إلى Word
أعِد بناء ملف .docx قابل للتحرير من نص PDF.
تعمل هذه الأداة داخل متصفحك بالكامل. لا يُرفع ملفك أبدًا، ويمكنك التحقق من ذلك في تبويب الشبكة بمتصفحك. تحقّق بنفسك: افتح تبويب الشبكة في متصفحك وراقب. سترى طلبًا صغيرًا واحدًا يسأل إن كان لديك مهام متبقية — اسم أداة وبصمة تجزئة، وليس الملف أبدًا.
ماذا تفعل هذه الأداة
This rebuilds a Word document from what a PDF actually contains, which is glyphs at coordinates rather than paragraphs. Headings, lists and tables are inferred from the geometry of the page and written into a real .docx. It is a reconstruction, not the original recovered: the text re-flows in Word, so line and page breaks will not always fall where the PDF put them.
Use it when you have to change words in a document nobody sent you the source for: a contract that needs amending, a template letter worth re-using, a report whose figures have moved on, or a page of text you would rather edit than retype.
كيف تعمل
- Drop the PDF onto this page. One file at a time, up to 200 MB.
- Choose the layout mode. Flowing gives paragraphs that re-wrap as you edit; preserve keeps the original line breaks and looks closer to the PDF.
- Leave heading, table and list detection on unless the document is plain prose you want kept plain.
- Under advanced options, give a page range to convert one chapter rather than the whole file.
- Press Convert to Word.
- Open the .docx and check the tables first - they are where reconstruction is hardest.
A PDF does not contain the Word document it was made from. When the PDF was written, the paragraph, the heading style and the table were thrown away, and what survived was ink at coordinates. Turning that back into structure means inferring it: a line in a larger or bolder face becomes a heading, lines sharing a hanging indent become a list, text in consistent vertical gutters becomes a table. The same analysis feeds PDF to Markdown, so there is one detector to improve rather than two that would slowly disagree.
The two modes answer different questions. Flowing is for editing: sentences become paragraphs that re-wrap when you change a word, which is what makes the file useful and also why it will not look identical to the PDF. Preserve is for looking at: each line becomes its own paragraph, so the page keeps its shape and edits badly, since typing into one line pushes nothing along to the next.
A scan is checked for before any work starts. The first five pages are sampled for a text layer, and if there is none the conversion stops and points at OCR, because a scan is a picture of words with nothing in it to convert. That is a deliberate choice over handing you an empty document and letting you conclude the tool is broken.
The .docx is assembled in your browser - the OOXML written by hand and zipped locally - so no part of a confidential contract is uploaded to be converted. The only thing that crosses the network is the allowance check, which is worth knowing when the document is the sort you would not put through a web service in the first place.
ما لا تستطيع هذه الأداة فعله
- The document is inferred from page geometry rather than recovered from an original, so expect to correct some headings, spacing and table edges by hand.
- Pictures are not carried into the .docx. The conversion works from the text layer; use PDF to image if you need the artwork from a page.
- Multi-column layouts, sidebars and footnotes are flattened into one stream of text in the order the analysis reads them.
- A scanned PDF has no text to convert. It is refused with a link to OCR rather than producing an empty document.
أسئلة يطرحها الناس
- هل سيبدو ملف Word مطابقًا تمامًا لملف PDF؟
- لا، ولا يستطيع أي محوّل أن يَعِد بذلك بصدق. يعيد Word تدفّق النص بقواعده الخاصة في قطع الأسطر وبمقاييس خطوطه، فتنزاح فواصل الصفحات وتختلف المسافات. وضع الحفاظ على الأسطر يُبقي فواصل الأسطر الأصلية ويقترب بصريًا أكثر؛ ووضع التدفّق يشبه الأصل أقل لكنه هو ما يمكنك تحريره فعلًا. في رسالة أو تقرير يكون الفرق شكليًا.
- ملف PDF عندي مسح ضوئي ولا يُحوَّل. لماذا؟
- لأن المسح الضوئي يحتوي صورة للكلمات، لا كلمات. تُفحص أول خمس صفحات بحثًا عن طبقة نصية، وحين لا توجد يتوقف التحويل ويوجّهك إلى OCR بدلًا منه. شغّل أداة OCR للـ PDF أولًا، ثم عُد وحوّل الناتج.
- هل تنتقل الجداول؟
- غالبًا، حين يكون الجدول مرتّبًا في أعمدة منتظمة. الاكتشاف هندسي - يبحث عن الفواصل الرأسية التي تبقى في كل صف - لذا يُحوَّل الجدول المالي النظيف جيدًا، بينما الجدول الذي تمسكه خطوط مرسومة ومسافات غير منتظمة قد يخرج فقرات عادية. الخلايا المدمجة لا يُعاد بناؤها.
- ماذا يحدث للصور الموجودة في ملف PDF؟
- لا تُنقل إلى مستند Word. يعمل التحويل انطلاقًا من الطبقة النصية، لذا تبقى الصور والشعارات والرسوم خارجه. إن احتجتها، شغّل أداة PDF إلى صورة على تلك الصفحات وأدرج الصور في ملف .docx بنفسك.
- أي وضع تخطيط ينبغي أن أستخدم؟
- التدفّق إن كنت ستحرّر النص، لأن الفقرات عندها تتصرف كفقرات. والحفاظ على الأسطر إن كنت تريد أساسًا شيئًا يشبه PDF وسيُقرأ فقط، لأن كل سطر يصبح فقرة مستقلة.
- هل يُرفع مستندي لتحويله؟
- لا. تُقرأ PDF ويُكتب ملف .docx بالكامل داخل متصفحك، ويُجمَّع ملف Word محليًا لا على خادم. لا يُرسل شيء، ويمكنك التحقق من ذلك في تبويب الشبكة بأدوات المطوّر، والأداة تظل تعمل والاتصال مقطوع.