Open
Description
Hello,
To create an invoice, using the factur-x format, I need to embed an XML file into the PDF. The only way, i've founded was to add an annotation:
$pdf->Annotation(0,0,0,0, 'invoice', array(
'Subtype' => 'FileAttachment',
'Name' => 'PushPin',
'FS' => 'factur-x.xml'
));
But:
- that adds an useless annotation
- the file appears twice (in the file list) when I open the PDF with Accrobat Reader
Is there a way to simply add the file, without annotation?
Thx
Th.
Metadata
Metadata
Assignees
Labels
No labels