Print Page | Close Window

Merging PDFs

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=294
Printed Date: 10 May 24 at 1:02PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Merging PDFs
Posted By: jjcjrcpa
Subject: Merging PDFs
Date Posted: 30 Jan 06 at 9:37PM
All of a sudden, it seems that merging PDF files is broken.

I clear the File List:

ClearFileList("temp")

Add several files
AddToFileList("temp",tempFile)

Do the merger
MergeFileList("temp",this.Filename);

And no file is created. It worked in the last version of the software, but now does not work. Neither the code nor the version of QuickPDF has changed. I have no idea why its not working any longer.

Any ideas?

John

PS: I do have a registered version.



Replies:
Posted By: jjcjrcpa
Date Posted: 30 Jan 06 at 9:57PM
I did just figure out that if I load the documents and Merge them in memory, it does work, so thats a workaround for now.

John


Posted By: Wheeley
Date Posted: 03 Feb 06 at 11:21PM
It probably failed because either of the files is encrypted. All files in the list must be unencrypted for merging files on disc to work. The reason it works in memory is because you are loading and decrypting them. So when you merge you have no issue.

Wheeley



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk