Jump to content

Module:PDF: Difference between revisions

Created page with "local pdf = {} -- functions package for PDF books to match page numbers in pdf and hard-copy. local function isempty(s) return s == nil or s == '' end -- Return pdf page number in BCW, which coresponds to book page -- Example for vol.1: xxxiv → 34; 100 → 180 -- Call example: {{#invoke: PDF | bcw_pdf_page | volume=1 | page=17}} -- Values see at: https://en.teopedia.org/lib/Special:RunQuery/BCW_page_info function pdf.bcw_pdf_page( frame ) local volume = tonumber(..."
(Created page with "local pdf = {} -- functions package for PDF books to match page numbers in pdf and hard-copy. local function isempty(s) return s == nil or s == '' end -- Return pdf page number in BCW, which coresponds to book page -- Example for vol.1: xxxiv → 34; 100 → 180 -- Call example: {{#invoke: PDF | bcw_pdf_page | volume=1 | page=17}} -- Values see at: https://en.teopedia.org/lib/Special:RunQuery/BCW_page_info function pdf.bcw_pdf_page( frame ) local volume = tonumber(...")
(No difference)