Releases: Canciller/react-native-images-to-pdf
Releases · Canciller/react-native-images-to-pdf
Release 0.2.1
0.2.1 (2023-09-06)
Bug Fixes
- android: replace base64 decoding library (6ccb8b4)
Release 0.2.0
0.2.0 (2023-08-31)
Features
- load image from base64 string (25d9588)
Release 0.1.0
0.1.0 (2023-08-04)
Features
- android: add
outputPath
to createPdf
params (e27740b)
- ios: add
outputPath
to createPdf
params (99d1fed)
- update
createPdf
(e6d9cb9)
Release 0.0.5
0.0.5 (2023-08-03)
Bug Fixes
- android: createPdf returning wrong pdf path (4ccb68e)
Release 0.0.4
0.0.4 (2023-06-16)
Bug Fixes
- android: error when parsing page due to undefined values. (8562a39)
Features
- android: create ImageFit enum (f0d6157)
Release 0.0.3
0.0.3 (2023-06-16)
Features
- android: add backgroundColor option (3b6ec42)
- android: create CreatePdfOptions class (54aff53)
- ios: add backgroundColor option (30da57f)
Release 0.0.2
0.0.2 (2023-06-16)
Features