Skip to content

Utility for converting base64 converted files(eg: pdf) in JSON documents back to binary file

Notifications You must be signed in to change notification settings

vimukthi-git/base64pdf

Repository files navigation

base64pdf

Utilities for converting base64 to pdf

Install

  • With go go get github.com/vimukthi-git/base64pdf
  • with brew,
    • brew tap vimukthi-git/base64pdf
    • brew install base64pdf

Usage

  • For help just run base64pdf

  • if you have already a json file testdata/input.json and a base64 string in it at path data.extra_data running,

    base64pdf -f testdata/input.json -p data.extra_data
    

    will create a pdf output.pdf with base64 string converted to pdf

About

Utility for converting base64 converted files(eg: pdf) in JSON documents back to binary file

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published