否 - - 光学化 PDF 到 SVG 将文本转换为像素。 如果您需要可搜索输出, 请将 PDF 保留为 PDF, 并代之以使用文本发件工具。 图像输出 (SVG) 是用于视觉显示或进一步的图像处理 。
那么透明的背景 在 SVG?
+
PNG SVG preserves the PDF page background as transparent if the source page has no fill (rare). JPG SVG cannot store transparency — pages render onto a white background. For transparent output target PNG, TIFF, or WebP.
PDF 到 SVG 需要多少时间才能收到100页的文件?
+
About 30-90 seconds for a 100-page PDF → SVG at 150 DPI. Higher DPI doubles or triples the time. Premium users get more parallel workers — 100 pages typically renders in under 30 seconds for them.
Can I convert just the first page of a PDF as a SVG thumbnail?
+
Yes — set the page-range option to `1` and the converter produces a single SVG file (not a ZIP). Useful for generating cover thumbnails for a PDF library.