Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base64 to Base30 Conversion #111

Open
kamalsivalingam opened this issue Jun 15, 2023 · 2 comments
Open

Base64 to Base30 Conversion #111

kamalsivalingam opened this issue Jun 15, 2023 · 2 comments

Comments

@kamalsivalingam
Copy link

Hi,

We are using React Native to capture the signature image as Base64 image and call a legacy API that requires JSignature image data in Base30 format.
Is there any library function that could convert Base64 to Base30?

@guylap
Copy link

guylap commented Jun 15, 2023

Maybe this could help...

JSigBase30Converter.txt

@kamalsivalingam
Copy link
Author

Thanks @guylap. I will give it a try.
I see that there is a method to convert Base64 to Native. How do i now convert from Native to Base30?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants