pdf-sign

Crates.iopdf-sign
lib.rspdf-sign
version0.1.1
sourcesrc
created_at2024-11-27 11:09:47.989548
updated_at2024-11-28 01:45:08.224001
descriptionextract signed date from pdf file
homepagehttps://github.com/TonyMistark/pdf-sign
repositoryhttps://github.com/TonyMistark/pdf-sign
max_upload_size
id1462871
size1,056,896
ice (TonyMistark)

documentation

README

pdf-sign

extract pdf signe date

  • Usage:
    pdf-sign <path_to_pdf>
    
  • debug
    cargo build
    target/debug/pdf-sign <path_to_pdf>
    
    or
    cargo run <path_to_pdf>
    
  • release
    cargo build --release
    target/release/pdf-sign <path_to_pdf>
    
Commit count: 4

cargo fmt