UNPKG

chromiumly

Version:

A lightweight Typescript library that interacts with Gotenberg's different modules to convert a variety of document formats to PDF files.

6 lines (5 loc) 233 B
import type { PdfEngineRotate } from './types'; /** * Appends Gotenberg PDF-engine rotate form fields (`rotateAngle`, `rotatePages`). */ export declare function appendPdfEngineRotate(data: FormData, rotate: PdfEngineRotate): void;