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!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Getting Started
  FAQ FAQ  Forum Search   Register Register  Login Login

Getting Started

 Post Reply Post Reply
Author
Message
Deslyxia View Drop Down
Beginner
Beginner


Joined: 08 Feb 12
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote Deslyxia Quote  Post ReplyReply Direct Link To This Post Topic: Getting Started
    Posted: 08 Feb 12 at 5:55PM
Good Morning,

I am new to the forums and I am trying to get started with Quick PDF. I got my 30 day trial this morning and wanted to start going through the tutorials and figuring this stuff out but i am running into an issue.

First I am not able to add the .dll to my project as a reference.

Second the demo app runs and tells me it has written a new pdf to my c drive but when i navigate there i do not see a file .

Any help getting started would be wonderful.
Back to Top
AndrewC View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 08 Dec 10
Location: Geelong, Aust
Status: Offline
Points: 841
Post Options Post Options   Thanks (0) Thanks(0)   Quote AndrewC Quote  Post ReplyReply Direct Link To This Post Posted: 09 Feb 12 at 7:34AM
I assume you are using Visual Studio and C#.

The Quick PDF Library is not a .NET DLL.  It is a standard windows DLL.

1. Add the QuickPDFDLL0814.cs file as a Reference to your project.  ie.  Ctrl+D - Add Existing Item.  The .cs file is installed in your Quick PDF Installation directory.

2.  Make sure the QuickPDFDLL0814.DLL file is in the same directory as your EXE or on the Windows Search PATH.

3. Use the following code as an example to use the class.

using System;
using System.Collections.Generic;
using System.ComponentModel;
...
...
using QuickPDFDLL0814;

namespace QPLToolbox
{
    public partial class Form1 : Form
    {
        PDFLibrary QP = new PDFLibrary("QuickPDFDLL0814.dll");

        public Form1()
        {
            InitializeComponent();

            Text = Text + " - QPL " + QP.LibraryVersion();
            bool b = QP.LibraryLoaded();

            if (QP.UnlockKey("<put your key here>") == 0)
                MessageBox.Show("QP.UnlockKey failed");

            int ret = QP.LoadFromFile("out.pdf", "");
            ...
            ...
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store