Citation Software Inc.
Best-in-class software for PDF workflow
Items (0)
|
My Account / Hi Guest
0
Items
HOME
LEARNING CENTER
MY ACCOUNT
MAILING LIST
ABOUT
CONTACT
XpdfImageExtract for Windows DLL, ver. 4 - FREE DEMO
Zoom in on Image(s)
Email a friend
XpdfImageExtract for Windows DLL, ver. 4 - FREE DEMO
Your Price:
$0.00
Product ID:
GLCG-1010-WDLL-V4-DEMO
Source-code licensing is available for this product. Contact us for details.
>> Choose "No Payment Necessary" during checkout.
Put me on the Waiting List
Quantity
+
-
Add to Cart
Submit
product tabs
Description
System requirements
Documentation and videos
You can download this demo software right after you add it to your cart and complete the checkout process. The demo software is free, and you will not be asked to enter any credit-card information, but you need to go through the checkout process in order to download the demo software.
This product is a Windows DLL.
XpdImageExtract is a very affordable programmer's toolkit that makes it easy to gain access to the images in PDF files. It can extract the images to memory or disk, as well as simply generating a list of the images along with their size and color-space information.
To clarify: XpdfImageExtract works with the raw bitmaps of images placed in a PDF file. It does not convert vector graphics or text to bitmaps.
XpdfImageExtract is easy to use.
#include "XpdfImageExtract.h"
PDFHandle pdf; int i, mask, colorSpace, w, h; err = pdfLoadFile(&pdf, "c:/test/file.pdf"); if (err != pdfOk) { /* handle the error */ } /* extract images on page 1 */ pdfGetImages(pdf, 1); for (i = 0; i < pdfGetNumImages(pdf); ++i) { pdfGetImageInfo(pdf, i, &mask, &colorSpace, &w, &h); printf(" %d: %s %d x %d\n", i, mask ? "mask" : "image", w, h); }
This product is compatible with Windows Vista, Windows Server 2008, Windows 7, Windows 8, Windows Server 2012, and Windows 10.
see the documentation
×
TOP
Menu Links
Categories
×
Store Search