Skip to content

Raudius/files_scripts_deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app packages the deprecated and removed functions from the files_scripts Nextcloud app.

Functions

html_to_pdf

html_to_pdf(String html, [Table config]={}, [Table position]={}): string|nil

Renders the HTML onto a PDF file.

A configuration table can be passed to configure various aspects of PDF generation. For more information see the MPDF documentation.
The position (x, y, w, h) of where to render the HTML onto the page can also be provided. For more information see the MPDF documentation

Returns the PDF as a string (or nil if PDF generation failed).

About

Deprecated functions from files_scripts Nextcloud app

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors