/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.pdflib.class.php | 9 var $pdf; variable in OutputDriverPdflib 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); 100 pdf_fill($this->pdf); 324 $this->pdf = pdf_new(); 356 $pdf = $this->pdf; 374 pdf_save($this->pdf); [all …]
|
H A D | output.fpdf.class.php | 9 var $pdf; variable in OutputDriverFPDF 69 $this->pdf->Clip(); 77 $this->pdf->closepath(); 145 $this->pdf->Fill(); 165 $this->pdf->Image($tmpname, 300 $this->pdf->lineto($x, $y); 346 $this->pdf->Restore(); 350 $this->pdf->Save(); 377 $this->pdf->stroke(); 396 $this->pdf->Rotate(60); [all …]
|
H A D | output.pdflib.1.6.class.php | 21 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, 88 pdf_create_field($this->pdf, 105 pdf_create_field($this->pdf, 116 pdf_create_field($this->pdf, 133 pdf_create_field($this->pdf, [all …]
|
H A D | content_type.class.php | 19 function pdf() { function in ContentType
|
H A D | output._generic.pdf.class.php | 12 function content_type() { return ContentType::pdf(); }
|
/plugin/pdftools/ |
H A D | README.md | 7 * Optional and configurable slider button to chose a template for pdf-generation 8 * Configurable pdf-generate button which can be placed in a page 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> 33 Standard parameters for the created pdf are 98 ## Upload pdf-templates 100 Upload form for uploading your own pdf-templates. 104 ## Erase pdf-templates [all …]
|
/plugin/fetchmedia/_test/ |
H A D | findMediaLinks.test.php | 61 …$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/ |
H A D | VolumeAccessInfo.php | 174 public function setPdf(VolumeAccessInfoPdf $pdf) argument 176 $this->pdf = $pdf; 183 return $this->pdf;
|
/plugin/structodt/meta/ |
H A D | AggregationEditorTableOdt.php | 14 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) { 126 $urlParameters['format'] = 'pdf';
|
H A D | AggregationTableOdt.php | 14 protected $pdf; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationTableOdt 35 $this->pdf = $conf['pdf']; 53 $filetype = $this->pdf ? 'pdf' : 'odt'; 69 if(!$this->data['pdf']) return;
|
/plugin/revealjs/css/print/ |
H A D | pdf.css | 5 * 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/ |
H A D | test9.txt | 11 {{:test:surival_guide.pdf|survival guide}} 13 {{http://bestprague.cz/misc/Survival Guide.pdf}}
|
H A D | test16.txt | 9 [[file:///P:/Manuals/UserManual.pdf|User Manual]]
|
/plugin/fetchmedia/lang/en/ |
H A D | intro.txt | 4 * 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/dw2pdf/vendor/setasign/fpdi/ |
H A D | README.md | 119 $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/dokutexit/ |
H A D | renderer.php | 86 if (is_readable($this->_texit->pdf['file'])) { 87 $filename = $this->_texit->pdf['file'];
|
H A D | README.md | 17 * 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/ |
H A D | intro.txt | 6 …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/ |
H A D | mime.conf | 13 pdf application/pdf
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | test.php | 6 function convert_to_pdf($pdf) { argument 81 $pipeline->destination = new MyDestinationDownload($pdf);
|
/plugin/redirect2/lang/ja/ |
H A D | intro.txt | 10 :example.pdf :ns:somepage # メディアファイルのリダイレクト
|
/plugin/pdfjs/ |
H A D | plugin.info.txt | 6 desc Show pdf files using PDF.js
|
/plugin/file2dw/ |
H A D | plugin.info.txt | 6 desc Import from file (docx, odt, pdf...) to dokuwiki
|
/plugin/bibtex/ |
H A D | syntax.php | 329 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/vshare/syntax/ |
H A D | video.php | 117 $R->doc .= $this->pdf($data); 183 public function pdf($data) 175 public function pdf($data) global() function in syntax_plugin_vshare_video
|