grpc

package
v0.0.0-...-d8b21ba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDocument

func NewDocument(ctx context.Context, title string, records []api.Record, images storage.ImageService, categories []api.Category) (*processor.Document, error)

Types

type PdfProcessor

type PdfProcessor struct {
	// contains filtered or unexported fields
}

func NewPDFProcessor

func NewPDFProcessor(baseUrl string, images storage.ImageService, cateogories datastore.CategoryService) (*PdfProcessor, error)

func (*PdfProcessor) Check

func (p *PdfProcessor) Check(ctx context.Context) (string, error)

func (*PdfProcessor) Close

func (p *PdfProcessor) Close() error

func (*PdfProcessor) Convert

func (p *PdfProcessor) Convert(ctx context.Context, f io.Reader, opts *pdf.ConvertOptions) ([]storage.Image, error)

func (*PdfProcessor) Create

func (p *PdfProcessor) Create(ctx context.Context, title string, records []api.Record) ([]byte, error)

func (*PdfProcessor) Rotate

func (p *PdfProcessor) Rotate(ctx context.Context, image io.Reader, degrees int) (*storage.Image, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL