Home
last modified time | relevance | path

Searched refs:pdf (Results 1 – 25 of 110) sorted by relevance

12345

/plugin/html2pdf/html2pdf/html2ps/
Doutput.pdflib.class.php9 var $pdf; variable in OutputDriverPdflib
55 pdf_add_weblink($this->pdf, $left, $top-$height, $left+$width, $top, $url);
59 pdf_add_locallink($this->pdf,
69 pdf_circle($this->pdf, $x, $y, $r);
73 pdf_clip($this->pdf);
77 pdf_end_page($this->pdf);
78 pdf_close($this->pdf);
79 pdf_delete($this->pdf);
83 pdf_closepath($this->pdf);
87 pdf_setdash($this->pdf, $x, $y);
[all …]
Doutput.fpdf.class.php9 var $pdf; variable in OutputDriverFPDF
20 $this->pdf->add_link_external($x, $y, $w, $h, $target);
29 $this->locallinks[$anchor->name] = $this->pdf->AddLink();
30 $this->pdf->SetLink($this->locallinks[$anchor->name],
39 $this->pdf->add_link_internal($x,
61 $this->pdf->SetDecoration($underline, $overline, $strikeout);
65 $this->pdf->circle($x, $y, $r);
69 $this->pdf->Clip();
73 $this->pdf->Output($this->get_filename());
77 $this->pdf->closepath();
[all …]
Doutput.pdflib.1.6.class.php21 pdf_create_field($this->pdf,
33 pdf_create_field($this->pdf,
45 pdf_create_field($this->pdf,
55 pdf_create_field($this->pdf,
67 $action = pdf_create_action($this->pdf,
71 pdf_create_field($this->pdf,
84 $action = pdf_create_action($this->pdf,
88 pdf_create_field($this->pdf,
101 $action = pdf_create_action($this->pdf,
105 pdf_create_field($this->pdf,
[all …]
Dcontent_type.class.php19 function pdf() { function in ContentType
Doutput._generic.pdf.class.php12 function content_type() { return ContentType::pdf(); }
/plugin/pdftools/
DREADME.md7 * Optional and configurable slider button to chose a template for pdf-generation
8 * Configurable pdf-generate button which can be placed in a page
17 …You can configure the templates which are the display and can be chosen in order to generate a pdf.
24 ## Inline pdf button
26 Use the ```<pdf>-Tag``` in a document to create an inline button. Pressing this button will generat…
28 <pdf template-name>
29 <pdf template-name quer>
31 The option ```quer``` creates the pdf in landscape orientation (german word "quer" = horizontal)
33 Standard parameters for the created pdf are
98 ## Upload pdf-templates
[all …]
/plugin/fetchmedia/_test/
DfindMediaLinks.test.php61 …$text = 'Windows shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too. Please note…
63 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
64 … $actual_text = $plugin->replaceLinkInText($text, '\\\\server\\share\\file.pdf', 'wiki:file.pdf');
65 …$expected_text = 'Windows shares like {{wiki:file.pdf|this}} are recognized, too. Please note that…
67 Windows Shares like [[\\\\server\\share\\file.pdf|this]] are recognized, too.';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeAccessInfo.php174 public function setPdf(VolumeAccessInfoPdf $pdf) argument
176 $this->pdf = $pdf;
183 return $this->pdf;
/plugin/structodt/meta/
DAggregationEditorTableOdt.php14 protected $pdf; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationEditorTableOdt
38 $this->pdf = $conf['pdf'] ?? false;
64 $filetype = $this->pdf ? 'pdf' : 'odt';
125 if ($this->pdf) {
DAggregationTableOdt.php14 protected $pdf; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationTableOdt
35 $this->pdf = $conf['pdf'];
53 $filetype = $this->pdf ? 'pdf' : 'odt';
/plugin/revealjs/css/print/
Dpdf.css5 * https://github.com/hakimel/reveal.js#pdf-export
79 .reveal .slides .pdf-page {
137 .reveal .speaker-notes-pdf {
150 .reveal .speaker-notes-pdf[data-layout="separate-page"] {
160 .reveal .slide-number-pdf {
/plugin/latexit/tests/dw_orig_test_files/
Dtest9.txt11 {{:test:surival_guide.pdf|survival guide}}
13 {{http://bestprague.cz/misc/Survival Guide.pdf}}
Dtest16.txt9 [[file:///P:/Manuals/UserManual.pdf|User Manual]]
/plugin/dw2pdf/vendor/setasign/fpdi/
DREADME.md119 $pdf = new Fpdi();
121 $pdf->AddPage();
123 $pdf->setSourceFile("Fantastic-Speaker.pdf");
125 $tplId = $pdf->importPage(1);
127 $pdf->useTemplate($tplId, 10, 10, 100);
129 $pdf->Output();
/plugin/fetchmedia/lang/en/
Dintro.txt4 * only files linked as a commen external file (e.g. ''%%{{https://www.example.com/file.pdf}}%%'')
5 * only windows share links (e.g. ''%%[[\\server\share\file.pdf]]%%'')
/plugin/dokutexit/
Drenderer.php86 if (is_readable($this->_texit->pdf['file'])) {
87 $filename = $this->_texit->pdf['file'];
DREADME.md17 * produced pdf and zip are now in the media namespace
54 …ompute an .pdf file containing the produced PDF. The output for page *namespace:subnamespace:id* w…
63 * *page1.pdf*
64 …* *page1-tex.zip*, a zip file containing page1.pdf and the necessary tex files to compile it (see …
65 * *page2.pdf*
67 * *all.pdf*, pdf containing page1 and page2 (the whole namespace)
77 …* *page1.tex* : an adptation of *header-page.tex* for *page1.pdf*, `\include`ing the following tex…
81 …* *all.tex* : an adaptation of *header-namespace.tex* for *all.pdf*, `\include`ing the following t…
88 * *all.pdf*
98 When the user asks the pdf, intermediate TeX files will be produced only if the page has changed. A…
/plugin/fetchmedia/lang/de/
Dintro.txt6 …hnlich eingebundene Mediendateien herunterladen (z.B. ''%%{{https://www.example.com/file.pdf}}%%'')
7 * nur Windows-File-Shares (z.B. ''%%[[\\server\share\file.pdf]]%%'') herunterladen
/plugin/farm/install/animaltemplate/conf/
Dmime.conf13 pdf application/pdf
/plugin/html2pdf/html2pdf/html2ps/demo/
Dtest.php6 function convert_to_pdf($pdf) { argument
81 $pipeline->destination = new MyDestinationDownload($pdf);
/plugin/redirect2/lang/ja/
Dintro.txt10 :example.pdf :ns:somepage # メディアファイルのリダイレクト
/plugin/pdfjs/
Dplugin.info.txt6 desc Show pdf files using PDF.js
/plugin/bibtex/
Dsyntax.php329 if(array_key_exists('pdf',$entry)){
330 $string.= " | ".$this->externallink($entry['pdf'],"pdf");
367 if(substr($mime,0,15) == 'application/pdf' || substr($mime,0,24) == 'application/octet-stream'){
/plugin/file2dw/
Dplugin.info.txt6 desc Import from file (docx, odt, pdf...) to dokuwiki
/plugin/vshare/syntax/
H A Dvideo.php117 $R->doc .= $this->pdf($data);
183 public function pdf($data) function in syntax_plugin_vshare_video

12345