gamalielmendez / node-fpdf

port de la libreria FPDF de PHP a Javascript
MIT License
18 stars 9 forks source link

Attachments support? #19

Open cesarreyes3 opened 2 months ago

cesarreyes3 commented 2 months ago

http://www.fpdf.org/en/script/script95.php

Description This script allows to attach files to the PDF. The method to attach a file is:

Attach(string file [, string name [, string desc]])

  1. file: path to the file to attach.
  2. name: the name under which the file will be attached. The default value is taken from file.
  3. desc: an optional description.

The OpenAttachmentPane() method is also provided to force the PDF viewer to open the attachment pane when the document is loaded.

gamalielmendez commented 2 months ago

Hi, could you give me more context about what you're trying to say?

cesarreyes3 commented 2 months ago

Hi, could you give me more context about what you're trying to say?

http://www.fpdf.org/en/script/script95.php

I trying to attach/embed files to the PDF file, FPDF has that option, but this port not I thought the FPDF documentation and example was enough to explain myself, sorry

angeljqv commented 5 days ago

Seria para el grupo de Extensiones Adicionales