Skip to content

vldcreation/pdf-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/vldcreation/privy-pdf-go

How To Use

1. Install all depdencies
-- make clean
-- make install
2. See main.go for more detail example
3. All Use Case
- Unlock Pdf
  - func UnlockPDF(inputPath, outputPath string, password []byte)
- Extract Document
  - func ExtractFromDoc(inputPath, outputPath string, opt *convert.Options) (*entity.PDF, error)
- Generate Qr Code
  - func GenerateQRCode(qr *entity.Qrcode) error
- Load Pdf
  - func LoadPDF(inputPath string, opts *entity.PdfOpts) (*entity.PDF, error)
- Add Qr to Pdf
  - func AddQrCodeToPdf(inputPath string, outputPath string, qrPath string, qSt *entity.QrStrategy, qOpts *entity.QrOpts) error
- Extract Thumbnail
  - 
- Get PDF Info
  - 
- Set new Metadata (replacing)
  - github.com/vldcreation/privy-pdf-go/internal/usecase
see more detail in 

© unidoc.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published