0.1.17-legacy • Published 3 months ago

ngx-pdf-editor v0.1.17-legacy

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Ngx Pdf Editor

Angular Customizable Pdf Editor

Work in progress - Documentation not ready!

Angular Lending Solution

Require Angular 12+

Install

npm install ngx-pdf-editor

Configuration

Import NgxPdfEditorService in constructor.

Add Tool to Editor

this.pdfEditorService.addTool(
      new EditorTool('text',
        'Testo',
        'text_fields',
        (event) => this.pdfEditorService.addElement<PDFTextElement>(PDFTextElement, event, undefined, undefined, true),
        PDFTextElement)
    );

Basic Tools Included

  • PDFTextElement
  • PDFImageElement
  • PDFSignatureElement

Open Editor

const config: MatDialogConfig = new MatDialogConfig();

const editorConfig: EditorConfig = {
      title: "Editor PDF",
      file: {{yourFile}} (it must be a File object)
    }
    
config.data = editorConfig;

this.matDialog.open(NgxPdfEditorComponent, config);

License

MIT

0.1.17-legacy

3 months ago

0.1.16-legacy

4 months ago

0.1.15-legacy

4 months ago

0.1.14-legacy

8 months ago

0.1.13-legacy

8 months ago

0.1.12-legacy

8 months ago

0.1.10-legacy

11 months ago

0.1.11-legacy

9 months ago

2.0.0

2 years ago

0.1.7-beta

2 years ago

0.1.9-beta

2 years ago

0.1.8-beta

2 years ago

0.1.3-beta

2 years ago

0.1.6-beta

2 years ago

0.1.4-beta

2 years ago

0.1.2-beta

2 years ago

0.1.5-beta

2 years ago

0.0.9-beta

3 years ago

0.1.0-beta

3 years ago

0.1.1-beta

3 years ago

0.0.8-beta

3 years ago

0.0.7-beta

3 years ago

0.0.6-beta

3 years ago

0.0.5-beta

3 years ago

0.0.4-beta

3 years ago

0.0.3-beta

3 years ago

0.0.2-beta

3 years ago

0.0.1-beta.0

3 years ago