Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pdf_to_jpg/cache.ts>checkCache

A Deno OAK server and route export to convert a specific page of a PDF to a image
Go to Latest
function checkCache
import { checkCache } from "https://deno.land/x/pdf_to_jpg@v0.9.1/cache.ts";

Parameters

inputHashName: string
pageValue: string

Returns

Promise<Uint8Array | false>