Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tej.singh committed Mar 9, 2021
1 parent c192c4e commit 0e754bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Step 2. Add the dependency
3. `getFooterView()`
* This will be footer for PDF and will be added to each page. (Accepts PDFFooterView)
3. `getWatermarkView()`
* [OPTIONAL] This add a watermark image to each page. (Accepts PDFImageView), see #14
* [OPTIONAL] This add a watermark image to each page. (Accepts PDFImageView), see [issue #14](https://github.com/tejpratap46/PDFCreatorAndroid/issues/14)
4. `onNextClicked()`
* This is a handler method to get callback when user taps on Next.
4. In `onCreate` of you activity, you have to call `createPDF(String fileName, PDFUtilListener listener)`. It will generate PDF and give you a PDF file in callback (if success). After receiving callback you can close activity and do whatever you need to do with PDF.
Expand Down

0 comments on commit 0e754bd

Please sign in to comment.