Files
bentopdf/src/js/logic/scan-to-pdf.ts
2025-12-11 19:34:14 +05:30

6 lines
261 B
TypeScript

// This is essentially the same as image-to-pdf.
// Note: This is a legacy stub - scan-to-pdf functionality is now handled by image-to-pdf page
export const scanToPdf = () => {
console.warn('scan-to-pdf is deprecated, redirecting to image-to-pdf page');
};