ページ範囲オプションは、PDF のどのページを JPG にレンダリングするかを選択するために、`1-5`、`1,3,5`、または`all`のような入力を受け入れます。長い PDF の章または付録のみが必要な場合に有用です。
JPG は PDF のテキスト検索可能性を保持しますか?
+
いいえ。PDFを JPG にラスタ化すると、テキストをピクセルに変換します。検索可能な出力が必要な場合は、PDFを PDF として保持し、代わりにテキスト抽出ツールを使用してください。画像出力 (JPG) は視覚的表示や画像処理のためのものです。
JPG の透明な背景はどうですか?
+
PNG JPG preserves the PDF page background as transparent if the source page has no fill (rare). JPG JPG cannot store transparency — pages render onto a white background. For transparent output target PNG, TIFF, or WebP.
You're rasterizing vector content into pixels — zoom amplifies the rasterization. If you need infinite-zoom output, target SVG (where the PDF contains vectors); for sharper rasters, bump DPI to 300 or 600 in advanced options.