Skip to content

Commit 5f9c21d

Browse files
committed
updated README.md
1 parent 3aac2dc commit 5f9c21d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Having the ability to play around with images allows for the creation of attract
99
- [pdf_images_to_pdf.go](pdf_images_to_pdf.go) explains how to add multiple images in a PDF document, one image per page.
1010
- [pdf_list_images.go](pdf_list_images.go) explains how to list images in a PDF file. Passes through each page, goes through the content stream and finds instances of both. XObject Images and inline images. Also handles images referred within XObject Form content streams.
1111
- [pdf_watermark_image.go](pdf_watermark_image.go) explains how to add watermark image to each page of a PDF file.
12+
- [pdf_remove_watermark_image.go](pdf_remove_watermark_image.go) explains how to remove watermark image from a PDF file.
1213
- Image extraction example can be found in [../extract](extract) example subfolder.

0 commit comments

Comments
 (0)