تخطَّ إلى المحتوى

PDF إلى صورة

حوّل كل صفحة إلى JPG أو PNG أو WebP.

تتم المعالجة على جهازك

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

ماذا تفعل هذه الأداة

Each page is redrawn as a grid of pixels at the resolution you choose and saved as a JPG, PNG or WebP. Because the page is rendered rather than exported, what you get is a picture of the page: text stops being text, and nothing in the image can be selected, searched or edited afterwards.

Reach for it when something needs a picture rather than a document: a page to drop into a slide, a diagram for a chat app that will not preview a PDF, or a proof for a print shop that asked for images at 300 dpi.

كيف تعمل

  1. Drop the PDF onto this page. One file at a time, up to 300 MB.
  2. Pick the format. JPEG suits scans and photographs, PNG suits text, diagrams and flat colour.
  3. Set the resolution. 150 dpi is comfortable on a screen and 300 dpi is what a printer wants.
  4. Give a page range if you only want part of the document, or leave it empty for every page.
  5. Under advanced options, switch to grayscale or ask for a transparent background.
  6. Press Convert to images. Each page arrives as its own file, and a ZIP is offered when there is more than one.

Resolution is the one decision here that really costs something. Doubling the DPI quadruples the pixel count: an A4 page at 150 dpi is about 2 megapixels, the same page at 600 dpi about 35. So each page is held to a ceiling of 40 megapixels and the scale is stepped down until it fits, and the result reports the resolution actually used - a request for 600 dpi that came back as 410 explains itself rather than turning up later as a soft print.

The three formats fail in different directions. JPEG is lossy and compresses photographic scans far better than anything else, but it smears the edges of small text; the quality slider runs from 40 to 100 and sits at 90, near the point where more quality mostly buys more bytes. PNG is lossless and keeps text and line art crisp, often at several times the size. WebP beats both at a similar quality, at the cost of older software that refuses to open it.

The conversion is one-way. Nothing in the image knows it was ever text, so a converted page cannot be searched or copied from, and running the images back through Image to PDF gives you a document of pictures rather than the file you started with. If you want the words, use PDF to text; if the problem is only that the file is too big to send, Compress PDF keeps the text alive in it.

Rendering happens on an OffscreenCanvas in a Web Worker, using the same PDF.js engine your browser uses to preview a PDF. Nothing is uploaded at any size, and once this page has loaded the tool keeps working with the network off. Files are numbered with leading zeros sized to the page count, so a 120-page document produces 001 through 120 and sorts correctly everywhere.

ما لا تستطيع هذه الأداة فعله

  • The output is pixels. Text inside the images cannot be selected, searched or edited, and no reader will find a word in them.
  • Very large pages are rendered below the resolution you asked for, because each page is held to a 40-megapixel ceiling. The result shows the resolution actually used.

أسئلة يطرحها الناس

ما الدقة (dpi) التي ينبغي أن أختارها؟
150 dpi لكل ما يُقرأ على الشاشة، و300 dpi لكل ما يُطبع، و72 dpi حين يجب أن تطابق الصورة المقاس الذي عُرّفت به الصفحة. الأعلى ليس أفضل تلقائيًا: مضاعفة الرقم تضاعف حجم الملف أربع مرات، وفوق 300 dpi تكون التفاصيل الإضافية غير مرئية عادةً إلا إذا كان الأصل مسحًا ضوئيًا عالي الدقة.
JPG أو PNG أو WebP - أيّها أختار؟
JPG للمسح الضوئي والصور الفوتوغرافية، حيث يكون أصغر بكثير والفقد صعب الملاحظة. PNG للنصوص والرسوم ولقطات الشاشة، حيث يُشوّش الضغط الفاقد حواف الحروف الصغيرة. WebP حين تعرف البرنامج الذي سيفتح الملف وتريده أصغر من كليهما.
هل يمكنني تحويل بعض الصفحات فقط؟
نعم. اكتب نطاقًا مثل 1-4، أو 2, 5, 9-، أو الكلمات odd وeven وlast؛ واتركه فارغًا لتحويل كل الصفحات. كل صفحة تصبح صورة مستقلة، وحين تكون أكثر من واحدة يمكنك تنزيلها كلها في ملف ZIP واحد.
هل يمكنني الحصول على صورة بخلفية شفافة؟
اختر PNG واضبط الخلفية على شفافة ضمن الخيارات المتقدمة. الخيار غير متاح لصيغة JPEG لأنها لا تملك قناة ألفا أصلًا. ولاحظ أن الصفحة التي ترسم مستطيلًا أبيض خاصًا بها - وكثير منها يفعل - تخرج بيضاء رغم ذلك، لأن ذلك المستطيل جزء من محتوى الصفحة وليس الخلفية خلفها.
هل يُرفع ملف PDF الخاص بي إلى أي مكان؟
لا. تُرسم الصفحات داخل Web Worker ولا تغادر الصور جهازك أبدًا. ولا حاجة لأن تصدّق ذلك على عِلّاته: افتح أدوات المطوّر، وانتقل إلى تبويب الشبكة، ثم حوّل ملفًا. لن يُرسل شيء، والأداة تعمل والاتصال مقطوع.

أدوات ذات صلة