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!
Quick PDF DLL couldnt be loaded in ASP.NET WebForm |
Post Reply |
Author | |
fletchsod
Team Player Joined: 11 Sep 20 Status: Offline Points: 40 |
Post Options
Thanks(0)
Posted: 11 Sep 20 at 4:30PM |
We're trying out this Quick PDF & we're having trouble getting it working in ASP.NET WebForm. I kept running into PDF not loaded error. I even made it an embedded resource but the PDFLibrary constructor is still not finding the filename.
using DebenuPDFLibraryDLL1811; using System; using System.Web.UI; namespace FooWeb { public partial class zzzzz1 : Page { public const string _foxitQuickPdfFilename = "DebenuPDFLibrary64DLL1811.dll"; public const string _foxItQuickPdfLicense = "insert_your_regkey_here"; protected void Page_Load(object sender, EventArgs e) { var pdfUtility = new PDFLibrary(_foxitQuickPdfFilename); if (!pdfUtility.LibraryLoaded()) { throw new Exception("PDF component could not be loaded"); } pdfUtility.UnlockKey(_foxItQuickPdfLicense); if (pdfUtility.Unlocked() == 0) { throw new Exception("PDF license is invalid & could not be loaded"); } } } } Edited by Ingo - 11 Sep 20 at 6:28PM |
|
fletchsod
Team Player Joined: 11 Sep 20 Status: Offline Points: 40 |
Post Options
Thanks(0)
|
Never mind, it works now. It seem the 64 bit DLL doesn't work but 32 bit DLL does. Strange bug
|
|
Ingo
Moderator Group Joined: 29 Oct 05 Status: Offline Points: 3524 |
Post Options
Thanks(0)
|
Hi :)
i've changed your code a little bit ;-) 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