Tagged Questions

1
vote
1answer
18 views

Recompose splited images after image extraction.

Hi all, I wonder if there is a simple way via QPL to recompose extracted images (DASaveImageDataToFile or SaveImageToFile) when they are sub parts of a global one in the original …
0
votes
1answer
11 views

Check to see if a page in a PDF contains any images

How do I check to see if a page in a PDF file contains images?
1
vote
2answers
73 views

Problem loading single page TIFF using AddImageFromFile

When I load a single page TIFF using the PDF.AddImageFromFile('FileName.tif',0); command the program hangs withot an error. I don't know how to send you the TIFF file Can you offer …
0
votes
0answers
20 views

Can we remove specific image from a PDF using QPL?

Hi, we want to remove some specific images from a pdf file. Is this possible? if yes, please guide me ... we are using delphi 2009.
1
vote
1answer
213 views

Convert a multipage TIFF image to a multipage PDF

Can your product convert multi-page TIFF fax image files to multi-page PDF documents?
1
vote
1answer
59 views

Convert image to PDF

Can I convert images to PDF files using Quick PDF Library?
1
vote
1answer
393 views

Check DPI of image in PDF and adjust resolution if it is greater than 150 DPI

I need to check all the images in a PDF to see if they have a horizontal and vertical resolution of 150 DPI or less. If the resolution is greater than 150 DPI, then I need to chang …
1
vote
1answer
92 views

Add text at the point of click on a rendered PDF

If I have an existing PDF that has a graphic on it, and I simply want a user to be able to click a point on the PDF and drop a letter at the point of the click, like A... B... etc. …
1
vote
0answers
40 views

DARenderPageToFile results in black image when PDF has background image

I am iterating through a PDF document's pages and using DARenderPageToFile to create an Image of each page. However, when the PDF has a background image the resulting image is bla …
1
vote
1answer
106 views

Extract images from a PDF

Can I extract images from a PDF using Quick PDF Library?