How to Enable Plugin before File Opened AndLoad PDF File From memory?

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default How to Enable Plugin before File Opened AndLoad PDF File From memory?

    hello everyone,
    there have two problems,all i want to do is to show a pdf file encrypted by AES algorithm.
    1.one is how to enable plugin before file opened?
    i developed another two plugin,and each enabled after one pdf file was opened,and now i want to replace the file open command and can do some word by meself,such as decrypt the pdf ?
    2.another is how to load pdf file from memory?
    if i can enable plugin before file opened,and than i can read the file and decrypt it,and now i want to do is do load the decrypt file (in memory) into the adobe?
    i tried many method,but all in vain.who can help me or give me some advice?
    thanks.
    merry chrismas to everyone.
    sharkmouse@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. The template file could not be opened
      Please i need reference
    2. PDF file opened in Photoshop
      Hello. I'm not sure if anyone has an answer to this or not but here goes... I received a PDF file from someone that is doing something really...
    3. File could not be opened
      Hi, I have an ASP page and i want to force download an image to the user. I have the following code <%...
    4. Error when using Save As with opened file
      Running Photoshop 7.0.1 on Windows2000, cannot use "Save As" to save an opened file. Error: Could not save as "filename" because that document is...
    5. Product closes when file opened
      try resetting your preferences per the procedure in the FAQ.
  3. #2

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    The proper way to handle other file formats (even where it is really a PDF that has been "wrapped") is to create an AVConversionHandler.

    To load a PDF from a source other than the file system, you need to create a custom AVFileSys.
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    is there some examples to shwo how to do that?
    sharkmouse@adobeforums.com Guest

  5. #4

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    Yes, there are examples in the SDK.
    Leonard_Rosenthol@adobeforums.com Guest

  6. #5

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    in which samples,there has many sample code,or give me some keyword that i can find.
    thanks.
    sharkmouse@adobeforums.com Guest

  7. #6

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    AVConversion
    Leonard_Rosenthol@adobeforums.com Guest

  8. #7

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    read the help file and found AVConversionConvertStreamToPDF may be help,but i can not find a piece of code that show how to use this api,and that this api is what i needed? please give me a more detailed advice,thanks.
    sharkmouse@adobeforums.com Guest

  9. #8

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    and all i need do is to convert the pdf file before it opened by adobe acrobat,AVConversionConvertStreamToPDF can do that?
    sharkmouse@adobeforums.com Guest

  10. #9

    Default Re: How to Enable Plugin before File OpenedAnd Load PDF File From memory?

    does anyone can give me some advice?
    sharkmouse@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139