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 - PDF Encryption failed
  FAQ FAQ  Forum Search   Register Register  Login Login

PDF Encryption failed

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


Joined: 25 Feb 20
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote linkA Quote  Post ReplyReply Direct Link To This Post Topic: PDF Encryption failed
    Posted: 25 Feb 20 at 10:30PM

I am trying to encrypt PDF file. But after encryption when I open output file it has plain data instead of encryption data. I checked Encrypt call, it returned 1, EncryptStatus also returned 1, which shows encryption was success.


    DebenuPDFLibraryDLL1711 DPL("DebenuPDFLibraryDLL1711.dll");
    DPL.LoadFromFile(L"2020news.pdf", L"");
    int iNumPages = DPL.PageCount();
    int EncPerm = DPL.EncodePermissions(1, 1, 1, 1, 1, 1, 1, 1);    
    //DPL.SetOrigin(1);

    int ret = DPL.Encrypt(L"",L"", 3, EncPerm);
    int st = DPL.EncryptionStatus(); 
    if (ret != 1) {
        int err = DPL.LastErrorCode();
    }

    // Attempt to save the file
     if (DPL.SaveToFile(L"hello-world2.pdf") == 1)  {
          // Display message that the 'Hello Word' file has been written successfully
    }

What am I missing here? Why encryption data was not written to outputfile? I mimicked code from "Foxit Quick PDF Library 17 Developer Guide.pdf"

Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 25 Feb 20 at 10:37PM
Hi linkA,

before and after encryption you'll see the same text.
The meaning of encryption regarding the pdf file type is another one.
Try this with Google ;-)
"what means encrypt regarding pdf"

Cheers and welcome here,
Ingo

Cheers,
Ingo

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