Skip to content

virtuaspectro/react-native-add-image-to-pdf

Repository files navigation

react-native-add-image-to-pdf

Add an image to a PDF file and save it again on file system (Android or iOS)

Installation

npm install react-native-add-image-to-pdf

Usage

import RNAIPDF from 'react-native-add-image-to-pdf';

 const path = await RNAIPDF.loadImageToPDF(
        'path/to/pdf-document.pdf', //document PATH on filesystem
        'path/to/image.png', // image PATH on filesystem
        100, // Left boundary relative to document first page
        100, // Top boundary relative to document first page
        200, // Image width
        400 // Image height
      )

About

Add image to PDF file and save it on device filesystem

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published