obsidian-better-pdf-plugin icon indicating copy to clipboard operation
obsidian-better-pdf-plugin copied to clipboard

possible undocumented limitation in number of distinct ranges permissible

Open TSSlade opened this issue 2 years ago • 0 comments

The following specification generates an "Error: Invalid page request" following page 26:

{
"url": "/assets/pdfs/dek-neo4j-graph-data-modeling.pdf",
"page": [ [7, 8], 13, [25, 26], [34, 36], [75, 79]]
}

However this one does not:

{
"url": "/assets/pdfs/dek-neo4j-graph-data-modeling.pdf",
"page": [ [34, 36], [75, 79]]
}

TSSlade avatar Feb 20 '23 18:02 TSSlade