Skip to content

asg017/sqlite-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-pdf

Work in progress! Will eventually be a SQLite extension for reading and writing PDFs.

select
  width,
  height,
  full_text,
  pdf_page_thumbnail(page, 256) as thumbnail
from pdf_pages(
  readfile('My Cool PDF.pdf')
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published