Lines Matching full:pdf
35 * SVG to PDF: To generate PDF, you need at least one of this tools:
41 * generate PDF from SVG / used by PDF (LaTeX) builder
43 * generate SVG (html-builder) and PDF (latex-builder) from DOT files.
190 "convert(1) not found, for SVG to PDF conversion install "
208 prefer PDF while *html* builder prefer SVG format for images.
235 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
236 img_node['uri'] = fname + '.pdf'
237 img_node['candidates'] = {'*': fname + '.pdf'}
259 "no SVG to PDF conversion available / include SVG raw.")
262 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
263 img_node['uri'] = fname + '.pdf'
264 img_node['candidates'] = {'*': fname + '.pdf'}
318 """Converts SVG to PDF with ``convert(1)`` command.
324 * ``pdf_name`` pathname of the output PDF file with extension (``.pdf``)