Working with Images in PDF using C++

Contents
[ ]

Very often, it becomes necessary to insert an image into an existing PDF document, and this must be done in a short time.

Also, a popular request is to remove an image from PDF. However, there are many more manipulations with images in PDF that the C++ library will help you to accomplish. With Aspose.PDF for C++, you can replace images in an existing file, set the default font name, get the resolution and dimensions of embedded images, and search and get images in your document.

You are able to do the following: