Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
DAOpenFile error |
Post Reply ![]() |
Author | |
RRogers ![]() Beginner ![]() ![]() Joined: 25 Feb 15 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 25 Feb 15 at 11:05PM |
I am using the ActiveX QuickPDF Library with following code in C#.
I am getting Error: "Invalid Structure, file damaged" when it tries to open the file that I rendered to disk. I can open the file in windows explorer but not with the DAOpenFile command. Why does it think the file is damaged? switch
(QP.RenderPageToFile(300, i, 9, HTMLFileName)) { case 0: MessageBox.Show("The page could not be rendered. Check the value of the FileHandle and PageRef parameters."); break; case 1: QPInstance = QP.DAOpenFile(HTMLFileName, pswd); if (QPInstance == 0) { LastError = QP.LastErrorCode(); ShowQPDFError(LastError); } else { MessageBox.Show("Instance = " + QPInstance); } break; case 2: MessageBox.Show("The file could not be written to disk"); break; } |
|
![]() |
|
ozbobwa ![]() Beginner ![]() ![]() Joined: 13 Feb 15 Location: Perth Oz Status: Offline Points: 3 |
![]() ![]() ![]() ![]() ![]() |
hi RRogers - I'm new to the forum but interested in your post.Could you post the code (or a cutdown version) that populated the QP object before you wrote it out to file. My initial guess is that QP is writing a feature to disk that is not supported by the QP.DAOpenFile. Also, you may not need to specify the pswd, as you didn't specify one when calling RenderPageToFile....
|
|
![]() |
|
Ingo ![]() Moderator Group ![]() ![]() Joined: 29 Oct 05 Status: Offline Points: 3529 |
![]() ![]() ![]() ![]() ![]() |
Hi RRogers,
think you've got this issue while mixing DA- and non-DA-functions. In one instance these two kinds of functions shouldn't be mixed. For further help: The code part before RenderPageToFile could be more interested than the part after ;-) Cheers and welcome here, Ingo |
|
Cheers,
Ingo |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store