PDFMerger.io is free & private — no uploads, no sign-up. If it saved you time, a coffee helps keep it going!☕ Buy me a coffee

كيف يعمل PDFMerger.io

شرح بسيط لما يحدث عند استخدام أدواتنا — ولماذا لا تغادر ملفاتك جهازك أبداً.

الملخص القصير

عند فتح PDFMerger.io واستخدام أي أداة، يتم كل شيء داخل علامة تبويب المتصفح. يتم قراءة ملفات PDF من القرص الصلب ومعالجتها في الذاكرة باستخدام JavaScript، وتُكتب النتيجة إلى القرص الصلب — كل ذلك دون مغادرة أي بيانات لجهازك.

المكتبات التي تشغل الأداة

pdf-lib

تتولى جميع عمليات PDF: الدمج والتقسيم وتدوير الصفحات وإزالتها وضغطها وإلغاء قفل الملفات المحمية بكلمة مرور.

pdfjs-dist (PDF.js)

محرك عرض PDF من Mozilla. يستخدمه PDFMerger.io لإنشاء معاينات مصغرة لصفحات PDF.

Tesseract.js (OCR)

A WebAssembly port of the Tesseract OCR engine. When you use the PDF OCR tool, each page is rendered to a canvas at 2× resolution and fed to Tesseract running locally in your browser. The WASM binary and language data are loaded from a CDN on first use — your PDF content is never sent anywhere.

react-signature-canvas + pdf-lib (Sign PDF)

The Sign PDF tool captures your signature using a canvas element (draw, type, or upload). The signature is converted to a PNG image and embedded into the PDF using pdf-lib's image embedding API — all in memory. No server is involved at any step.

ما الذي يحدث خطوة بخطوة عند دمج ملفات PDF

  1. 1You drag files onto the merge area. The browser reads each file from your disk using the File API — a standard browser feature that gives JavaScript access to local files you explicitly select.
  2. 2PDF.js renders the first page of each file to a canvas element to generate the thumbnail previews you see in the file list. This happens entirely in your browser's memory.
  3. 3You click "Merge PDF". pdf-lib opens each PDF's binary structure, extracts the page objects, and writes them into a single new PDF document — all in memory.
  4. 4The finished PDF bytes are converted to a Blob (a temporary in-memory file object) and a download link is created using URL.createObjectURL(). Your browser's native download mechanism saves it to your Downloads folder.
  5. 5When you close the tab, all data is cleared from memory. Nothing persists anywhere.

الخصوصية — ما البيانات التي نجمعها وما لا نجمعه

لا نرى ملفاتك أبداً. لا يُرسل أي محتوى أو اسم ملف أو بيانات وصفية إلى خوادمنا.
نجمع إحصاءات استخدام مجهولة. نحصي عدد مرات استخدام كل أداة. لا محتوى للملفات، ولا معرفات شخصية.
لا يلزم وجود حساب. لا يوجد تسجيل دخول أو بريد إلكتروني أو ملف شخصي.
لا يوجد تخزين للملفات. توجد الملفات في ذاكرة الوصول العشوائي للمتصفح فقط طوال مدة المعالجة.

تنسيقات PDF والتوافق

يدعم PDFMerger.io ملفات PDF القياسية. يعمل مع ملفات PDF من Adobe Acrobat وMicrosoft Word وGoogle Docs وmacOS Preview وLibreOffice والماسحات الضوئية.

متطلبات المتصفح والجهاز

يعمل أي متصفح حديث: Chrome وFirefox وSafari وEdge وBrave على سطح المكتب والهاتف المحمول.

لماذا تهم المعالجة المستندة إلى المتصفح

معظم أدوات PDF عبر الإنترنت ترفع ملفاتك إلى خادم وتعالجها هناك. مع PDFMerger.io، تبقى سلسلة المعالجة على جهازك فقط.