README

#pdfreadfs

Filesystem/channel convenience wrappers for @pdfread.

@pdfread reads from @pdfio.Input so it can be used in non-filesystem contexts (in-memory buffers, custom IO backends, etc.). This package provides native-only helpers for @fs.File and filenames.

#
PdfReadFs

pub struct PdfReadFs {
reader :
PdfRead

}

#
PdfReadFs::new

fn PdfReadFs::new() -> PdfReadFs

#
PdfReadFs::of_reader

#
PdfReadFs::pdf_of_channel

async fn PdfReadFs::pdf_of_channel(self : PdfReadFs, revision? : Int, source? : String, user_password : String?, owner_password : String?, channel :
File
) ->
Pdf

#
PdfReadFs::pdf_of_channel_lazy

async fn PdfReadFs::pdf_of_channel_lazy(self : PdfReadFs, revision? : Int, source? : String, user_password : String?, owner_password : String?, channel :
File
) ->
Pdf

#
PdfReadFs::pdf_of_file

async fn PdfReadFs::pdf_of_file(self : PdfReadFs, revision? : Int, user_password : String?, owner_password : String?, filename : String) ->
Pdf

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io