כיצד 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
- 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.
- 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.
- 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.
- 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.
- 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, שרשרת העיבוד לעולם לא עוזבת את המכשיר שלכם.