Home
last modified time | relevance | path

Searched defs:pdffile (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/fop/fop-2.6/fop/examples/embedding/java/embedding/
H A DExampleObj2PDF.java108 File pdffile = new File(outDir, "ResultObj2PDF.pdf"); in main() local
117 app.convertProjectTeam2PDF(ExampleObj2XML.createSampleProjectTeam(), xsltfile, pdffile); in main() local
H A DExampleXML2PDF.java61 File pdffile = new File(outDir, "ResultXML2PDF.pdf"); in main() local
H A DExampleSVG2PDF.java93 File pdffile = new File(outDir, "ResultSVG2PDF.pdf"); in main() local
H A DExampleFO2PDFUsingSAXParser.java116 File pdffile = new File(outDir, "ResultFO2PDFUsingSAXParser.pdf"); in main() local
H A DExampleFO2PDF.java126 File pdffile = new File(outDir, "ResultFO2PDF.pdf"); in main() local
H A DExampleJava2D2PDF.java167 File pdffile = new File(outDir, "ResultJava2D2PDF.pdf"); in main() local
H A DMultipleFO2PDF.java136 File pdffile = new File(outDir, pdfname); in listen() local
H A DExampleDOM2PDF.java114 File pdffile = new File(outDir, "ResultDOM2PDF.pdf"); in main() local
/dports/textproc/fop/fop-2.6/fop/examples/embedding/java/embedding/atxml/
H A DExampleStamp.java64 public void stampToPDF(File atfile, File stampSheet, File pdffile) in stampToPDF()
117 File pdffile = new File(outDir, "ResultStamped.pdf"); in main() local
H A DExampleConcat.java139 public void concatToPDF(File[] files, File pdffile) in concatToPDF()
185 File pdffile = new File(outDir, "ResultConcat.pdf"); in main() local
/dports/textproc/fop/fop-2.6/fop/examples/embedding/java/embedding/intermediate/
H A DExampleStamp.java66 public void stampToPDF(File iffile, File stampSheet, File pdffile) in stampToPDF()
120 File pdffile = new File(outDir, "ResultIFStamped.pdf"); in main() local
H A DExampleConcat.java142 public void concatToPDF(File[] files, File pdffile) in concatToPDF()
193 File pdffile = new File(outDir, "ResultIFConcat.pdf"); in main() local
/dports/finance/gnucash-docs/gnucash-docs-4.9/cmake/
H A DAddPdfTarget.cmake4 set(pdffile "${docname}.pdf") variable
/dports/graphics/klatexformula/klatexformula-4.0.0/src/userscripts/inkscapeformats.klfuserscript/
H A Dinkscapeformats.py67 pdffile = args.inputfile variable
/dports/graphics/pdf2svg/pdf2svg-0.2.3/
H A Dpdf2svg.c86 PopplerDocument *pdffile; in main() local
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/apps/
H A Ddcm2pdf.cc326 FILE *pdffile = fopen(opt_ofname, "wb"); in main() local
/dports/textproc/fop/fop-2.6/fop/examples/embedding/java/embedding/events/
H A DExampleEvents.java196 File pdffile = new File(outDir, "out.pdf"); in main() local
/dports/editors/gummi/gummi-0.8.1/src/
H A Deditor.h52 gchar* pdffile; member
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/dialogs/pdf-wizard/
H A Dpdfdialog.cpp982 QString pdffile = m_tempdir->path() + QFileInfo(m_inputfile).baseName() + "-props.pdf"; in executeProperties() local
1020 QString pdffile = m_tempdir->path() + QFileInfo(m_inputfile).baseName() + "-perms.pdf"; in executePermissions() local
1319 QString command,latexfile,pdffile; in buildActionCommand() local
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_pgf.py169 def cairo_convert(pdffile, pngfile, dpi): argument
179 def gs_convert(pdffile, pngfile, dpi): argument
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_pgf.py187 def cairo_convert(pdffile, pngfile, dpi): argument
193 def gs_convert(pdffile, pngfile, dpi): argument
/dports/textproc/dblatex/dblatex-0.3.11py3/tools/
H A Dpdfscan.py312 def __init__(self, pdffile): argument
1990 def prepare(self, parser, options, argslist, pdffile): argument
2012 def run(self, parser, options, argslist, pdffile): argument
/dports/print/lyx/lyx-2.3.4.2/src/
H A DLaTeX.cpp921 FileName pdffile = file; in scanLogFile() local