Project

General

Profile

Actions

Evolution #645

closed

enhance quality image in pdf reports by giving ability to use EPS / SVG format

Added by Simon over 7 years ago. Updated almost 7 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
admin
Target version:
Start date:
12/05/2016
Due date:
% Done:

100%

Estimated time:
1.00 h
Resolution:

Description

enhance quality image in pdf reports by giving ability to use EPS / SVG format :

https://tcpdf.org/examples/example_032/
https://tcpdf.org/examples/example_058/

$pdf->ImageSVG($file='images/testsvg.svg', $x=15, $y=30, $w='', $h='', $link='http://www.tcpdf.org', $align='', $palign='', $border=1, $fitonpage=false);

$pdf->ImageSVG($file='images/tux.svg', $x=30, $y=100, $w='', $h=100, $link='', $align='', $palign='', $border=0, $fitonpage=false);

$pdf->ImageEps('images/tcpdf_box.ai', 10, 40, 150, '', 'http://www.tcpdf.org', true, '', '', 0, false);

Actions

Also available in: Atom PDF