Search Results

0
votes
2answers
133 views

I have an old version of Quick PDF Library. ISED.DLL and ISED.TLB have dates from March 2004. I am now having problems merging PDFs that I think were created using Acrobat 9. Is there a known problem with this?

I have an old version of Quick PDF Library. ISED.DLL and ISED.TLB have dates from March 2004. I am now having problems merging PDFs that I think were created using Acrobat 9. Is th … …
1
vote
2answers
390 views

Combine PDF files together?

… Can Quick PDF Library merge PDF files together programmatically? …
0
votes
0answers
23 views

Merge variable data with PDF forms

… Can Quick PDF Library help me to merge variable data with PDF forms on the fly? …
1
vote
1answer
71 views

merge two pdf’s with 1.5 page to 3 page

… Hello, is it possible to merge 2 pdf files with the following attribute: Each pd … with 3 page. I have found the "normal" merge. … …
0
votes
0answers
16 views

Merge Optional Content Groups (OCGs)

… Is it possible to merge OCGs? I need to remove OCGs in existing PDF fil … es and then merge all files to a single file. The resulting file sh …
1
vote
1answer
19 views

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

Combine multiple tiffs to one tiff …
0
votes
0answers
25 views

Quick PDF DLL & VB6

Dim InstanceID As Long InstanceID = QuickPDFCreateLibrary() If (QuickPDFUnlockKey(InstanceID, "regnumber") = 1) Then IDIST = QuickPDFReleaseLibrary(InstanceID) MyPath = ThisDr … …
1
vote
1answer
8 views

How to merge PDF files?

//This is my sample code. QP.AddToFileList('List', '1.pdf'); QP.AddToFileList('List', '2.pdf'); QP.MergeFileList('List', '_temp.PDF'); QP.LoadFromFile('_temp.PDF'); DeleteFi … …
0
votes
2answers
263 views

Overlay one page onto another (stitch PDFs)

Is it possible to overlay a page from one PDF onto another page in different PDF? …
0
votes
1answer
112 views

Multiple drawing of many small PDFs in a new one (imposition)

How do I impose multiple pages from a variety of small PDFs into one big page in a new document? …
0
votes
1answer
58 views

How do I arrange pages after extracting them with the ExtractFilePages function?

How do I arrange pages after extracting them with the ExtractFilePages function? …
1
vote
1answer
15 views

Can I use the MergeFileList function with one or more encrypted files?

I am using the AddToFileList in Delphi to populate a list to use with the MergeFileList function. Can I combine PDF files this way if one or more of the files in my list are encry … …