pdf_worker 1.0.0 copy "pdf_worker: ^1.0.0" to clipboard
pdf_worker: ^1.0.0 copied to clipboard

A new Flutter PDF plugin project. you can lock, unlock PDF file.

pdf_worker #

A new Flutter plugin project. you can lock, unlock PDF file.

Getting Started #

install #

···

pdf_worker: ^1.0.0

usage #

final pdfWorker = PdfWorker();

final isEncrypted = await pdfWorker.isEncrypted(filePath: 'test.pdf');
final lockResult = await pdfWorker.lock(filePath: 'test.pdf', password: '123456');
final unlockResult = await pdfWorker.unlock(filePath: 'test.pdf', password: '123456');

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.###

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter PDF plugin project. you can lock, unlock PDF file.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pdf_worker

Packages that implement pdf_worker