Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 45 forks source link

Added PDF-plugins #161

Open kartiktongaria opened 1 year ago

kartiktongaria commented 1 year ago

pdf-input-plugin.ts: This file defines a plugin responsible for handling input related to PDFs, such as converting to JPEG Format.

pdf-output-plugin.ts: This file defines a plugin responsible for handling output related to PDF, like generating or saving PDF files and make default PDF

pdf-plugin.interfaces.ts: This file contains TypeScript interfaces that define the structure and contract for the PDF-related plugins.

pdf-plugin.service.ts: This file implements a service or class that coordinates the different PDF plugins and provides functionalities to interact with them.

plugin.controller.ts: This file define a controller that handle interactions between the plugin service and other components in the system.

plugin.module.ts: This file defines a module that encapsulates and organizes the plugin-related components, allowing easy integration into the larger application.