Acrobat vs. Reader SDK

Hello,
i got Acrobat SDK and i am not clear wich part is Acrobat and wich part is Reader.
I in my Delphi application i have to view a PDF in FullScreen-Mode and its annotations on second screen. This Application should work at every workstation with Adobe Reader installed.
How can i do this?
Is AxAcroPDFLib the right place?
Regards
Ralf...

Thank you for the fast Answer.
Maybe i am a little blind.
Where can i see
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=IAC_API_OLE_Objects.103.76.html
works with Reader only or not?
In the list
http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/IAC_DevApp_OLE_Support.100.5 .html
ís nothing about extracting annotations to show in seperated window :-(
More ideas?
Regards
Ralf...
Nachricht geändert durch Hamburger1962

Similar Messages

  • Reader SDK: any way to see what text the user has selected?

    I'm using the Adobe Reader SDK with C#, looking at the interapplication communication features.
    I can open a document in Reader and allow the user to user the reader tools like select text, etc.
    Here's the problem: I want to have my application know what text the user currently has selected.  And I'd like it to know the name of the field that the user has selected, not just the text of the field.
    Microsoft Office's Interop has something like this:
    currentDocument.GetSelectedText();
    Is there any way to do this with IAC or the javascript or plug-in features of the Reader SDK?
    If not, can it be done with the Acrobat API?  I've looked through both sets of documentation, and haven't found what i needed.
    Thanks for any help!

    To write a plug-in for the Adobe Reader you need to go through 2 separate steps.
    Step one - Download the Adobe Acrobat SDK (from here http://www.adobe.com/devnet/acrobat)
    and build your plug-in against the Acrobat product, following the documentation to make sure you only use API's that are available in the Reader program. The documentation tells you what version of the Adobe ACrobat or Reader program is needed for the function and whether the function can be called in Reader.
    Step two - Apply for a Reader certificate to allow your plug-in to be loaded by the Reader, the link is on the same web page as the above link. This step can be initiated before you have created your plug-in, and I would recommend that you do start this process before you develop your plug-in as Adobe can refuse to give you the certificate in which case all your development would be wasted.
    Only once you have permission form Adobe can you make your plug-in work with the reader application.
    Once you have done both these steps there are plenty of people on this forum that can help you with specific problems you may encounter.
    If you are not sure you have the knowledge to build the plug-in, there are plenty of people that you can hire to create the solution for you.
    HTH
    Malcolm

  • Acrobat PDF reader for Internet Explorer may be unloading/unabling custom plugin

    Hi,
    My question is basically to understand what is happening in this situation so that I can find where is the problem and how to solve it.
    We have used Acrobat 6.0 SDK to develop our custom plugin. This plugin is basically wrapper to few basic tools  (note, stamp, text ) etc.. provided by Acrobat 6.0 SDK. We have also developed PDFViewer.dll to view PDF document within Internet Explorer. So when user load document within our website this PDFViewer loaded with the custom plugin and user can use those tools.
    We are installing this plugin under <Acrobat X>/Plug_ins/<Company Name>/MyPlugin.API.
    In our web site we are giving list of documents and when user click on a document it will load the PDFViewer and custom plugin. We are loading Acrobat.exe in advance so that we can load quickly.  Now the problem happens when user open any other PDF in different tab or instance of Internet explorer. ?How?
    Consider in a internet explorer user logged in our web site and then he/she can see let's say 10 documents. 1.pdf, 2.pdf, 3.pdf, etc...
    Now when user select document 1.pdf we are loading that PDF in the IE within our PDFViewer with custom plugin. (Here I have seen that behind the scene Acrobat.exe is loaded in the processed using task manager)/  If at this time if user opens another instance of Internet explorer or another tab and open a PDF document it opens PDF in the standard Adobe Reader PDF viewer for Internet Explorer resides at (C:\Program Files\Common Files\Adobe\Acrobat\ActiveX).
    If at this time user goes back to our site and tried to work on 1.pdf our custom plugin works fine BUT if user opens any other document (let's say 2.pdf) the plug in stops working basically looks like it is not loaded.
    This issue only happens if user opens a document in another internet tab or explorer instance and open PDF which resulted in to open Acrobat Activex for internet explorer. If user opens a PDF document out side of internet explorer it is not creating any problem because at that time ActiveX does not loaded.
    So my guess is something is going on when ActiveX for PDF is get loaded into Internet Explorer.
    I want to know more what is happening and why it is happening. Due to this behavior our web site users can't use any other web site which opens PDF documents because then they have to log off and log back in our web site.
    Please we need immediate help.
    I am open to provide more details with screen captures.
    Thanks,
    Twinkle

    Hi,
    Thanks.
    So I want to make sure this is because with Acrobat 9 - the new way to deal with PDF's?  Because as per my knowledge it was working fine with Acrobat 8.
    Moreover, if I am understanding correctly and I have tested too, the order is important here, right? If I will load PDF in IE first and then I will work on my web site it is not creating problem but if I will launch my web site first and then open PDF within IE in different tab it is creating problem because they are using same interface and when AcroPDF instantiating overriding and failed to load plug_in
    Here I have seen that both Acrobat.exe and AcroPDF.dll is using same Acrobat.dll pointing to same memory addresses and that's why problem is happening.
    IT would be great if you can provide any other way to "hook" adobe because the bottom line I have to use AcroExch.App from SDK.
    One last question, I have seen that if I am opening a PDF in Internet Explorer in a different tab (not in my web app) while pressing SHIFT key and the move to my web site and load different document it is working fine, so the question is what different is happening when we open PDF in IE with pressing SHIFT key and without pressing SHIFT key. IS AcroPDF.dll behaves differently while opening PDF with SHIFT key pressed?
    Thanks for all your help.
    Twinkle    

  • Question : Adding a signature to a PDF programmatically with Acrobat 8 (Reader 9 validation issue)

    Hi,
    Please, apologyze my poor english.
    I have an application that inserts a signature programmatically in a PDF document with Acrobat 8, via VB .NET, using the example provided in the Acrobat 8 SDK ("AddSignature").
    The problem resides in that previous signatures in the document (signed normally via reader 8 or acrobat 8 application), now becomes INVALID, but only in Reader 9.Acrobat 8/Reader 8 considers them as "valid, with posterior changes".
    The difference between the SDK example and this code resides only in the way of calling the script in .net
    I call directly the AddSignature function with this code (partial), instead of calling the execution of the "ADBESDK:AddSignature" menu (this improves faster execution with no AVDOC object involved):
            AcroExchPDDoc = New Acrobat.AcroPDDoc
            Dim JsObj As New Object
            AcroExchPDDoc.Open("c:\test.pdf")
            JsObj = AcroExchPDDoc.GetJSObject
            JsObj.SetUserDigitalIDPath("/C/trabajo/DrTest.pfx")
            JsObj.SetUserPassword("testpassword")
            JsObj.AddSignature(JsObj)
            JsOb = Nothing
            AcroExchPDDoc.Save(1, "c:\result_test.pdf")
            AcroExchPDDoc.Close()
    I tried to change the AcroExchPDDoc.Save() parameters for intend an incremental save instead of a fullsave, but i keep getting this situtation.
    How can this be solved?? Is this a bad approach to the process??
    Note that all inserted signatures trough this method are valid in Reader 9.
    Any help or comment would be appreciated.
    Thanks.

    Thanks Steven,
    There is something I can´t undestarnd about this issue, and hope you can throw some light on it...
    If I use the AddSignature method of Adobe 8 SDK by clicking on the new menu option that it creates, these inserted signatures not causes the invalidation message in Reader 9. The used script is the same, so I can´t figure out why.
    Once inserted a new signature by ("my") code, it invalidates all previous "normally" inserted signatures trough the GUI, but not invalidate other signatures inserted trough this code (No matter how many signatures of this type are present in the document).
            I suppose that this means only a blank outline tree is inserted, and only the first time I apply the signature.
    As an additional info, I´ve attached to this post a new pdf file with one signature normally inserted, and three signatures "code-inserted". (The "result_pdf.pdf" included in previous post, with another two code-signature).
    As you can see, all except the first are valid, and any other new signatures inserted in the document (normal or code) won´t result in an invalid statement after the 1st code-insertion.

  • Where can I download Acrobat 4.0 SDK ?

    fixing an old plug-in
    Looking for Acrobat 4.0 SDK
    any help appreciated
    patpat

    >If you re-read my post, you'll see that's not at all what I said. I said that methods that had major changes made to them between 4 and 5 would no longer be available from 5 when setting the HFT version to 4 (this is the obvious approach, since they would no longer function the way 4 would expect them to and can lead to unexpected behavior).
    An Arobat SDK is no more than an interface to the objects offered by Acrobat's core... when Acrobat goes from version n to n+1 the core and the SDKs change, but a basic rule of software design says that the SDK of version n+1 should be able to target a version n Acobat's core w/o problem...
    >The entire issue you seem so intent on arguing here is supported vs. unsupported.
    You are wrong again, my point was just, "hey guys I heed a copy of the 4.0 SDK" but I got no more than senseless corporate/legal gibberish. All this thing could've been solved with a PM with a temporal link to the SDK but you guys (specially you) decided to play hardball...
    >Lots of things can be theoretically accomplished with the SDK that are unsupported - some great ideas, some not so great, but regardless they remain unsupported in production environments for a number of reasons.
    stop. shut up. read ADOBE's link. you are definitively a marketing guy talking about Adobes's MARKETING.
    >If you figure out a way of doing something that works for your specific project, that's great - honestly, I'm glad the community has this information. That does not make it a supported method of accomplishing what you're trying to do.
    shut up, YOU talking about SUPPORTED METHODS when I'm asking a solution for a now UNSUPPORTED PLATFORM? I think I should stop talking to you... I do not think you represent ADOBE....
    >I'm glad you fteound a way around your specific problem - I just want to make sure future developers reading this thread don't assume they can grab the Acrobat 9 SDK and start developing plug-ins for version 6 with it, then come here and say "why isn't this working???".
    As a developer I wonder why a product that is just an interface suddenly disappears and the new version does not "facilitate" writing code for previous versions... I also wonder if as a developer I do not deserve a better support than you...
    >Earlier in this thread you spoke about supporting the community. Obviously this thread has gotten out of hand - but unprofessional behavior aside there is some technical merit to this thread, as long as people understand it is an unsupported solution.
    your unprofessional behavior is balanced with the solution I've found just with GOOGLE and not paying ANY attention to your advices...
    >What I suggest, if you're willing to follow this up with a professional handshake so to speak, is to start a new thread about this.
    You are off.. totally out of touch... I'm not going to start anything.
    You had a solution to my problem at your fingertips but you said nothing... you are not my Adobe's support, you are an arrogant that deserves to be fired!
    >Link to that article you posted (it's only offline for a minor re-write - after re-reading it I can certainly understand how you came to the conclusion you did and it will be re-posted in a few days at the same URL). There is some valuable information posted hre for the community, but it needs to be filtered from all the bile.
    Some times your English is not understandable...
    Anyway, if the article link is broken I have a back up, if this tread gets lost I'll put my own copy on blogspot...
    It's just up to you guys....
    patpat

  • Hi I want to get an acrobat aplication and SDK for converting .tiff and .jpg to OCR PDF and, add wat

    Hi I want to get an acrobat aplication and SDK for converting .tiff and .jpg to OCR PDF and, add watermark and reducing size of files, all in one product

    Yes, Acrobat Pro can do that. The SDK is free t o download.

  • Where can I find CODE & DOCS for Acrobat PDF Library SDK?

    Hi,
    I had used Acrobat PDF SDK in the past but it didnt serve the purpose and we had to abort plan. THis time we are using PDF LIBRARY SDK instead. When can i find the code and documentation for it?
    The only page I see is http://www.adobe.com/devnet/pdf/library/
    So I want to study the object models, objects, functions etc, cant find it. Also is there a book you can suggest to study it. I sort of know the PDF-SDK wel, is the PDF-LIBRARY-SDK almost the same ?
    Pls direct me to the code and documentation, so I can start coding on it.

    >WHy dont you have non confusing names for the products, one is the free Acrobat PDF SDK
    No, it's the Acrobat SDK. This doesn't seem confusing at all: it's an
    SDK for automating/controlling Acrobat, just as the Windows SDK is a
    tool for working with Windows, the Photoshop SDK is a tool for working
    with Photoshop etc. "Free" isn't used in the title, because that would
    be confusing, and might suggest it can be deployed with the free Adobe
    Reader.
    Nevertheless, maybe something could improve it because there are a
    huge number of developer who assume it will work with the Reader or
    without Acrobat, despite its name.
    >and the other is Acrobat PDF LIBRARY SDK, right?
    The other is the Adobe PDF Library. It's a library from Adobe for
    working with PDF. Acrobat is not part of the name. It would be
    confusing if it were. Maybe it could be called the "non-Acrobat PDF
    Library".
    Aandi Inston

  • Adobe Reader SDK?

    Is there an adobe reader sdk that would let me do 2 following tasks:
    1) A C# .net application can open the .pdf file a user selects from our application and then automatically jump to the page they preselected, say page 10. (As a result, our application should be able to send a command to a pdf viewer [ideally adobe] to goto the page number).
    2) Users can use our application to save the page number they select from the pdf document that they have open, so that they can open it at that page at a later time. (As a result, the sdk should enable our application to find the current page number from the pdf viewer)
    So in summary:
    1) Open a pdf document to a page number
    2) Retrieve the current page of an opened pdf document (which is linked back to the first task)
    Is this possible?
    Any help would be much appreciated!
    TIA!

    >Is there an adobe reader sdk
    There's an Acrobat SDK. A few parts of it also work with Reader.
    >
    >1) A C# .net application can open the .pdf file a user selects from our application and then automatically jump to the page they preselected, say page 10. (As a result, our application should be able to send a command to a pdf viewer [ideally adobe] to goto the page number).
    You can do this if you display the PDF in your own Window. Otherwise,
    you'd have to use DDE if it works at all, and I don't think DDE is
    accessible to C#.
    >
    >2) Users can use our application to save the page number they select from the pdf document that they have open, so that they can open it at that page at a later time. (As a result, the sdk should enable our application to find the current page number from the pdf viewer)
    Not sure you can do that.
    Aandi Inston

  • Acrobat and Reader XI getting "stopped working" error message when closing

    Every computer running Windows 7 and Reader or Acrobat in our office is having an issue where the Windows error message "Adobe Reader/Acrobat has stopped working" appears as the user is exiting a PDF.   It doesn't happen every time but it happens fairly often and appears to be happening on each of the 5 workstations currently running Windows 7 and either Acrobat or Reader XI.  When trying to move the PDF into another folder after this happens an error message comes up stating that the file is currently open and can't be moved.

    Hey emmaw7542582,
    Could you please try installing Adobe Reader DC (the latest version) from the below mentioned link:
    Adobe Acrobat Reader DC Install for all version
    Then, try opening those PDFs again and see if the same message appears.
    If that does not resolve your problem, then please share the screenshot of the error message.
    Hope to get your response.
    Regards,
    Anubha

  • How to get the current folio from inside a folio with the reading sdk

    Hi there,
    I'm currently trying to get the current folio and its filter value within the reading sdk (custom Navigation).
    In 2.31 there was a "ReadingService" with "currentfolio" (Adobe DPS - Reading SDK 2.31 : adobeDPS-ReadingService : JsDoc Reference).
    However, in 2.32 this Service is gone. "Folio" itself exists tough.
    My question is: How do I get the current folio and its filter?
    I tried with adobeDPS.Folio / adobeDPS.Folio().filter and so on but getting nowhere.
    Best regards,
    Andy

    Aah.. yes, you're right. And since I made a typo (writing adobdeDPS.Readingservice with an uppercase "r") I got an undefined and thought it was really gone
    So... can confirm that adobeDPS.readingService.currentFolio actually works.
    Thank you,
    Andy

  • Acrobat 9 Reader and Pro extremely slow when loading.

    Machine: Dell Precision T3500 with an Quad Core Intel® Xeon® W3540 2.93GHz, 8M L3, 4.8GT/s Turbo processor with Windows XP Pro 32-bit and 4GB RAM NECC 1066Mhz installed.
    When installing, uninstalling, restarting, reinstalling Acrobat 9 Reader and Pro, or Acrobat 9.2 Reader and Pro, and upon opening a PDF double-clicked on opens Acrobat as expected but it would take an incredibly long time to open the PDF. Opening the application and then going to File, Open also recreates the effect. When the PDF opens, you can see vector drawings appear line by line as if running on a really old machine like a Pentium II and having the computer pause like as if it has frozen up until after waiting a minute or two. During that time, Windows XP is unresponsive until after waiting for the PDF file to load. Diffferent varieties of PDF with simple one-page text to complex PDF's with scanned, vector and hundreds of pages of text has both recreated the frozen in time effect. And when scrolling to different pages within a PDF, the scrolling is choppy, jerky, and at times, pauses to have drawings to appear.
    In the past, applications behaving erratically in this fashion was traced down to the software incompatible with HyperThreading and multiple processors. Does anyone know if this might be the case with Xeon processor listed above or similar hardware? Has anyone else experience this? Information about a possible issue mentioned above after searching produced no hits both at Adobe or out there.
    Thanks in advance.

    Thanks for your input.
    Installing only one or the other (Reader vs Pro and either 9 or 9.2) produced no improvement and the same delay.
    Disabling malware applications and then uninstalling them one at a time also produced no improvement.
    Disabling the HyperThreading feature within the BIOS/CMOS did not help.
    The only workaround so far is to launch Adobe Reader or Pro first, go into Task Manager and then "Set Affinity..." and have only one check mark on any CPU from CPU 0 through CPU 7. Then either drag the PDF into the Adobe Reader or Pro, or go to File and then Open to load the PDF. This process was the only way so far to "normally" open and immediately view and scroll the PDF regardless of complexity without delays or freezes.
    Has anyone else been able to reproduce the problem and test the workaround on similar hardware?
    Thanks in advance.

  • I am unable to download  Acrobat message reads Insuffient prileges to modify the file C:\ Program Files [ x 86] Adobe\ Acrobat 11.0\Acrobatwow_exe

    I am unable to download  Acrobat message reads Insuffient prileges to modify the file C:\ Program Files [ x 86] Adobe\ Acrobat 11.0\Acrobatwow_exe

    Bhaskar
    Despite your considerable work today.
    Still unable to open file, what is my serial number? is it not xxxxx?
    Regards
    Graham
    Edited by moderator: please don't share your serial number in a public forum; it's like leaving your keys visible inside your unlocked car and then going into a store for four hours...

  • Acrobat Pro & Reader 9.1 unexpectedly quitting.

    Acrobat Pro & Reader 9.1 is crashes before it loads. I was able to isolate the issue to my user account, both applications load and open perfectly with another user account.
    Other steps:
    1. Uninstalled: (with uninstaller) both applications and reinstalled them.
    2. Run: Apple Disk Utility: Repaired permissions & repaired disk
    3. Run: Techtool Pro 5: Repaired permissions / Volume & File strutures / File optimize / Volume Rebuild / Optimize.
    4. Run: Diskwarrior 4.1 Volume Rebuild
    Any suggestions?
    AP
    [CRASH LOG INFO DELETED BY HOST]

    I used FontNuke and cleared all the font caches, unfortunately it did not work.
    Then, I tried something different since I was able to open Acrobat on my other user accounts.
    I logged out of my user account, logged on to another one (created a test user) then I went to: (file:///Users/TEST/Library/Preferences/)  and copied the files below to an USB key. Then I logged to my original user account and pasted the files in the same folder (file:///Users/USER/Library/Preferences/)
    com.adobe.acrobat.90.sh.plist
    com.adobe.118.registration
    com.adobe.UpdateInstaller.plist
    com.adobe.Acrobat.Pro_x86_9.0.plist
    Note: Since I created a new user, the prefs folder barely had any prefs, thus making it easier to find all the acrobat pref files.
    It worked perfectly.....

  • How to tell what version of Acrobat or Reader was last used to save a PDF

    How can I tell what version of Acrobat or Reader was last used to save a PDF file? My users are using fillable forms from grants.gov. We want them to use Adobe Reader 8.1.3 to fill these forms, but some accidentally use the Pro version of Acrobat. They need this to make PDFs from Word & other apps, but Pro will corrupt the fillable forms.
    When I open a saved form in Reader 8.1.3 and click File > Properties it says Acrobat 7.x even though I know it was saved with 8.1.3.
    Is there a way to know which version number and type (Reader or Pro) last saved a PDF?

    But it won't tell you what was used last. It just gives the original information.
    It also won't differentiate between Pro and Standard and of course won't mention Reader at all.

  • Acrobat and Reader Version Issues

    Hi,
    I've created a PDF porffolio made up of several PDFs. When I view the PDF portfolio at the "top level" (where you see names of the individual PDFs on top of a window that looks like it should show the first page of the PDF) all it says in the window is "For the best experience, open this PDF porffolio in Acrobat X or Adobe Reader X, or later. However, I have Acrobat XI and am viewing it in Acrobat XI, so why am I having this issue?
    I can at least open the PDF portfolio and all the PDFs inside. My girlfriend gets the same window when I try sending it to her and can't open the PDF portfolio at all andl she has Acrobat 11.0.3. Why is this happening to her?
    Attached is a screenshot of my issue.
    Thanks.

    Yes, I guess I did. So I guess that's the issue. Thanks!
    Since you seem to know Acrobat and Reader pretty well, I have two other issues I'm dealing with:
    1.) I'd like to create a PDF portfolio of my graphic design work. In the past I've created a PDF portfolio and added other PDFs or jpegs into them with difference pieces of work. However, is it possible to create a portfolio where a multi-page PDF (within the larger portfolio) can be viewed in it's entirety (at the top level of the portfolio) without having to open the file? The idea would be that you would see one page of the portfolio with a piece of work, scroll to the right and see another, then when you get to the multi-page PDF if you kept scrolling right it would just take you through that entire PDF instead of having to open the file. Basically, what I'm trying to avoid is having to create jpegs of individual spreads of an InDesign file so they can be viewed seamlessly in a PDF porfolio instead of being able to drop in a multipage PDF. Let me know if you need clarification on this.
    2.) Finally, when I've tried to re-order files within PDFs, I've occassionally had success renaming the files (ie 1.jpg , 2.jpg, 3.jpg, 4.pdf, etc) in the "display name" column under the Files tab. I once had success doing an "Initial Sort" for display name but other times it hasn't worked. Is there anyway to make re-order work consistently?
    Thanks!

  • Open PDF in IE8 with Acrobat, not Reader ?

    Hi Chaps,
    I used to be able to open a PDF from a HTML link, which would then open in Internet Explorer 8 using Adobe Acrobat.
    Since installing Adobe Reader, all PDFs open in IE8 using Reader, instead of Acrobat, so now I cannot edit the PDF.
    I've searched through Preferences in both programs, changed all associated program file types to Acrobat, reinstalled Acrobat but I cannot get it back!
    I'm using Windows 7 [64-bit], Acrobat 9, Reader 9.
    If anyone knows which option to change, it'll help me out no end!

    Adobe doesn't support Reader and Acrobat on the same Windows computer. Uninstall Reader and then re-install Acrobat.

Maybe you are looking for

  • How to create user in specific user group in Microsoft Active Directory ?

    Hi, I am using Nestcape LDAP, and want to create user in the user defined group. I have created a new user group "TestUsers" in the "Users" container of Active Directory, I want to add the new user to Test Users group But my problem is that whenever

  • Items are not purchasable in store

    Hi there - am trying to buy tv shows using my itunes account from the store. I am logged in and can access some shows - but others are "greyed" out - ie the purchase buttons are not live. This is really weird - and appears to only be the shows that a

  • Process Chains is not running

    Hi All, I have created the Process Chains and Scheduled the Process chain on early morning 2.00AM. In STart variant, i have specified the time and date and saved the Process Chains. I have checked the Scheduled job in SM37 and found,BI_PROCESS_TRIGGE

  • Query running forever

    Hi , When i am running  query it is running forever  and i am not able to get the results.  But , iam able to get the results by using the LISTCUBE transaction very fastly for the same selection criteria. When I observed in SM66 , The work process is

  • Printing pdf from my Mac pdf from my Mac

    I have Adobe Reader and SendNow. What do I need to print a pdf?