Tagged Questions

0
votes
0answers
7 views

How can I change the Tiff compression when exporting from PDF?

I am using the RenderDocumentToFile function with Delphi to create tiff images from PDF files. Is there any way to change or specify the resulting tiff compression (G3 fax, G4 fax …
1
vote
1answer
74 views

Problems Writing Multipage Tiff to PDF

HI everone. I am new to using Quick PDF in VB6 and am using the trial version with the plan of buying the full version. I am attempting to read a multipage .tiff image and write i …
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 …
1
vote
1answer
21 views

Is it Possible to merge multiple tif files to one tif file with your library?

Combine multiple tiffs to one tiff
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
181 views

Create a single multipage TIFF from a multipage (scanned) PDF file

Good day, we're evaluating Quick PDF to provide a replacement for Acrobat Standard in one of our applications. The application currently prints PDF files and also converts PDF file …
0
votes
1answer
78 views

Are PNG images supported?

I can't find any information to indicate that you support the use of PNG images. Do you have any plans to add this capability? For my application, the ability to use PNG images wou …
2
votes
1answer
132 views

Problem converting TIFF image to PDF using Delphi

I'm trying to convert a TIFF image to PDF using the following code. However, the resulting PDF has the dimensions of the TIFF image, but it is completely empty. What's wrong in t …