mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
🚸 🚚 rename signDocument to addDigitalSignature, sign only when signatures exist
This commit is contained in:
@ -8,7 +8,9 @@ import {
|
||||
PDFString,
|
||||
} from "pdf-lib";
|
||||
|
||||
export const signDocument = async (documentAsBase64: string): Promise<any> => {
|
||||
export const addDigitalSignature = async (
|
||||
documentAsBase64: string
|
||||
): Promise<any> => {
|
||||
// Custom code to add Byterange to PDF
|
||||
const PDFArrayCustom = require("./PDFArrayCustom");
|
||||
|
||||
Reference in New Issue
Block a user