Embed Reader in custom Windows application

I apologize if this has been covered in a different post.  I spent almost an hour searching for this answer and couldn't find what I was looking for.
Anyway, I'm in the process of bouncing some ideas around for a custom application that I'm building inside Windows (Windows 7).  I will be wrtiitng it in C# and it will basically be a hybrid of CRM and Project management software for a very small business.  The projects would have PDF documents that get scanned in as well as digitallly produced.  I'm curious to know if there is a robust way to embed a PDF viewer inside my application.  Some of the PDF's will have several pages inside them so I would like the ability to view/thumb through several pages.
I'm fairly certain this is possible, but I'm just not sure where to look to see how to go about doing it through the Adobe API.  Any help would be much appreciated.

Thank you Bernd.  Of course, 5 minutes after I posted this I found the Adobe Developer Center.  <roll_eyes>  I downloaded the SDK and am now reading the documentation.  Sorry about that.
For anyone else who looks in the wrong space like me, here is the link to the Adobe Developer Center: http://www.adobe.com/devnet/acrobat/?view=home

Similar Messages

  • TypeLoadException: "Types from custom Windows Runtime components are not supported in desktop applications"

    When trying to use a custom Windows Runtime component in a desktop application, a TypeLoadException is thrown.
    Why aren't custom Windows Runtime components supported in desktop applications? Is this something that will change in the future?
    Thanks,
    Tom
    luck favours the prepared

    If you are targeting the .NET Framework 4.5 you could try to add a <PropertyGroup> element to your project file and a reference to the WinMD file as described here:
    http://stackoverflow.com/questions/12136585/using-custom-windows-runtime-components-in-non-metro-applications
    Thefull list of the WinRT classes that are available to desktop apps is available here:
    http://msdn.microsoft.com/en-us/library/windows/desktop/hh920511%28v=vs.85%29.aspx#windows_runtime_classes
    Please refer to the following links for more information:
    http://msdn.microsoft.com/en-us/magazine/jj651570.aspx
    http://stackoverflow.com/questions/12745703/how-can-i-use-the-windows-ui-namespace-from-a-regular-non-store-win32-net-app
    https://software.intel.com/en-us/articles/using-winrt-apis-from-desktop-applications
    Please remember to mark helpful posts as answer and/or helpful.

  • How to embed the flash image(.swf) in custom webcenter application

    Hello All,
    I need to include the flash image in my custom webcenter application.That image i have to include in facet:top of panel:stretchlayout.But how to inculde that image in verbatim tag ??
    Please Suggest !!!

    Hi Yannick ,
    This is perfect but i have used this code as shown in below :-
    <f:facet name="contentB">
    <cust:panelCustomizable id="panelCustomizable3"
    binding="#{backingBeanScope.backing_FirstPage2.panelCustomizable3}">
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version
    =10,0,0,0" width="1024" height="351" id="11gR1_aniH_grey" align="middle">
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="allowFullScreen" value="false" />
    <param name="wmode" value="transparent" />
         <param name="movie" value="11gR1_aniTransp.swf" /><param name="quality"
    value="high" /><param name="bgcolor" value="#4d5c64" />     *<embed src="/Images/Intro1.swf"*
    quality="high" width="1024" height="351" name="Intro1.swf"
    align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash"  wmode="transparent"
    pluginspage="http://www.adobe.com/go/getflashplayer" />
    </object>
    </f:verbatim>
    </cust:panelCustomizable>
    </f:facet>
    But it is showing error that embed tag cannot be nested inside verbatim element. So which tag should i use to include that .swf file?
    Thanks.!!
    Please Suggest!!!

  • My CD reader do not see mac applications, but only windows applications.

    On the adobe CS CD is a windows application aswel a Mac application.
    There is no automatic startup on my mac.
    And I do not see any file for a setup (.dmg) or other file to install Adobe CS.
    It looks my drive only sees the Windows files.
    Who can help me to solve this problem?

    Welcome to the Apple Support Communities
    Do you see a pkg file in the disc? Open the pkg if you don't see the dmg package

  • Best Practice for Showing Videos in a Windows Application

    I am building a windows 8 application that has multiple articles.  Each article will have anywhere from 0-3 videos associated with it.  I was wondering where I could find some guidelines, best practices or examples about the how best to do this
    from a design stand point, so that app is in line with the Windows Application guidelines.
    Any help would be appreciated!
    Thanks!

    Hi bcp1978,
    >>I was wondering where I could find some guidelines, best practices or examples about the how best to do this from a design stand point, so that app is in line with the Windows Application guidelines
    To design a windows app, we need to understand Microsoft design principles first:
    https://msdn.microsoft.com/library/windows/apps/hh781237.aspx Use these principles as you plan your app, and let them guide your design and development choices
    Microsoft also provide a page of design guideline:
    https://dev.windows.com/en-us/design
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Trying to Link from CSH to Second (Custom) Window within same .CHM file

    We are using RH8 on Windows XP Pro 2002, SP3, outputting CHM.
    Background
    Our single help source has 2 custom window definitions--one for context sensitive topics (tall and narrow, opens on right, no TOC, always on top) and the second for the main help window (shorter and wider, opens with TOC, in center).  The intent is to enable the user fast access to field descriptions via the CSH, but then to link to the main help for those who want to peruse more background information.  Thus our goal is to allow two help windows to be open at the same time. 
    In our CSH windows we are ‘writing to the box,’ and our text is brief.  Our long-term design goal for the current CSH content is to create what we envision using in an embedded help pane during the next major product release.  We need the CSH window to obscure only a small portion of the application real estate, hence the ‘tall narrow’ window design.
    In our CSH topics, we want to add a link that when clicked opens up the separate main help using its own window definition, at a specific topic we specify on a case-by-case basis. 
    We have tried
    First we started with a simple hyperlink, but that opens Main in the CSH window.
    Next we tried HTML design time controls, but the second window opens in a browser window.
    Then we tried using shortcuts, which worked well temporarily, however they lost their definitions (‘program parameters’ on shortcut tab especially) for some reason.  Are there any fixes for this?
    We have tried searching the RH help system and the forums but we have not a specific answer. 
    Can anyone help point us in the right direction to be able to meet our design goals?  Are we missing something obvious or are we tilting at windmills?
    Thanks!
    Sue 

    Hi there
    That link doesn't even work for me when I paste it into the address bar of my Firefox browser. It does work in IE, but not in Firefox. In Firefox it opens the PDF generically.
    I tested in a CHM and it did try and link, but it presents a black page. Looks like the correct page, but it's blacked out.
    CHM files rely upon elements of Internet Explorer to display their content. So perhaps it's something specific to a certain version of Internet Explorer as well as a certain version of the Acrobat Reader.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Html Editor in C# Windows Application

    Hello,
    I am using WebBrowser Control in C# Windows Application,when I change the language from English to Japanese or Chinese,I am unable to type desired language text inside it.
    At the same time when I typed text in our forum text editor I am able to type desired text.
    My aim is to provide same functionality in my windows application html editor.

    Hi Nikhil,
    >> when I change the language from English to Japanese or Chinese,I am unable to type desired language text inside it.
    What do you by “language from English to Japanese or Chinese” and “type desired language text inside it”? Was the language you changed the winfrom language or the system language? Where did you type the text and could you share us a screen shot about this?
    >> My aim is to provide same functionality in my windows application html editor.
    Do you mean you want to create an html editor in your form? If so, I think the link below might be useful to you:
    # tinyMCE HTML Editor in .NET WindowsForms
    http://www.codeproject.com/Articles/27586/tinyMCE-HTML-Editor-in-NET-WindowsForms
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • NIDaq Windows application not visible in new project

    Hi Everyone, 
    I am trying to build a VB.NET WPF application using Measurement Studio 2013 for Visual Studio 2012.
    I followed the walktrough Creating a measurement  studio NIDAQmx application, but I get stuck at the point of creating the project as Visual studio does not offer me the possibility to create an NIDaq Windows application.
    I have DAQmx9.8 installed for LabVIEW, I downloaded NI device Drivers 2014 feb, but still the same.
    When I installed Measurement Studio, it could not find the Device Drivers, and even after downloading them and trying to install them afterwards trought the installer of measurement studio, it cannot find them.
    Daqmx support for .NET 4.5 seems to be installed too, although it is not visible in the list of installed softare.
    Thanks for your help, 
    Best Regards,
    Attachments:
    WPF_Daqmx.PNG ‏51 KB
    installedSoftware.PNG ‏21 KB

    Hi Matt,
    Thanks for your answer, I did a custom install and I installed .NET framework support 4 & 4.5, but I did not install Microsoft Visual Basic 6.0 support, is this mandatory?
    Although it is working now on some of my configurations at least.
    I have 3 machines on which I have made the attempt, with the following configurations:
    A: x86 desktop:
    -Windows 7
    -LabVIEW installed, NI-Device drivers Feb 2014 and NI-DAQmx 9.8.0 (previously installed, for labview)
    -Visual Studio 2010, 2012, 2013
    -Measurement Studio 2013 for Visual Studio 2010, 2012
     => NI DAQ project and NI DAQ assistant available in both visual studio 2010 & 2012
    B: x86 desktop:
    -Windows 7
    -NI-Device drivers Feb 2014
    -Visual Studio 2010
    -Measurement Studio 2013 for Visual Studio 2010
     => NI DAQ project and NI DAQ assistant available in visual studio 2010
    C: x64 laptop:
    -Windows 7
    -LabVIEW installed and NI-DAQmx 9.8.0 ( NI Devices Drivers feb 2014, but Ni-Daqmx 9.8.0 was installed before as I am usually working with labview)
    -Visual Studio 2010, 2012, 2013
    -Measurement Studio 2013 for Visual Studio 2010, 2012
     => NI DAQ project and NI DAQ assistant available only within visual studio 2010 not 2012....
    I would like the laptop to work under 2012 too, as it is the machine I use most of the time.
    Does the order of installation impact on visual studio integration?
    Should I reinstall everything on the laptop from the begining? In which order?
    It seems that NI-DAQmx 9.8.0 even with .NET support 4&4.5 is not enough, and it is mandatory to install NI Device Drivers Feb 2014, Is that correct? If yes, why?
    Now the most important for me is the ability to check if the signal outputs are generated correctly on the simulated device, thus being able to see traces with NI IO trace, and none of these configurations, using both NI DAQ example or a project generated with the daq assistant, shows anything in NI IO trace.
    I have posted related threads on ni.forums.
    http://forums.ni.com/t5/Measurement-Studio-for-NET/Web-publishing-daq-application/m-p/2830642
    http://forums.ni.com/t5/Measurement-Studio-for-NET/WriteDigitalChannel-example-nothing-in-NI-IO-trac...
    Thanks for your help,
    Best Regards,

  • Embed FME into a Flash application?

    Hi,
    I'm wondering if I can embed FME into a flash application?
    Regards,
    Nevin

    No, FME is a Windows executable.

  • How to embed reader without installation

    Hello,
    I want to embed Adobe Reader in my C++ application (in Windows) to simply view PDF documents but I don't want to push users to install Adobe Reader itself. I want to have all necessary adobe libraries in my application folder. I want to use those libraries even in a case some version of Adobe Reader was already installed.
    Is it possible? Thank you very much
    Jaroslav

    I have not been involved in this thread, yet I am getting email notifications of it... I have posted a discussion asking for help on why
    I am receiving email notifications on threads I am not part of.... Can any of you in this thread help me with this?
    As far as I can tell I have shut off the email notifications, but they are still coming....
    Thanks so much!

  • Improve windows application performance in c#

    Actually my project logical function work is clustering documents means it's take number of documents grouping similar documents.in this i have logical methods for reding the data applying fuzzy clustering alogrithems.in this processing function is it's
    take more time untill win Ui static then give the result.pls slove time complexity for this project
    whenever i have perform the operations on win UI it's take more time responds to the win 
    form.it's take 15 -20 minutes after that give the result. i want improve the performance of
    application in c#.

    Hi
    ramesh,
    I think you can debug your code to test which line code take too long time.
    In addition, Here are some tips about how to improve your performance of C# code. They will help you.
    >>5 Tips to Improve Performance of C# Code
    http://www.c-sharpcorner.com/UploadFile/dacca2/5-tips-to-improve-performance-of-C-Sharp-code/
    >>How to increase performance for C#.net windows application
    http://forums.asp.net/t/1641252.aspx?How+to+increase+performance+for+C+net+windows+application
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Regarding Server object Model in Custom Windows service

    Hi,
    I am writing a custom windows service to update the Sharepoint 2013 list every morning. But when i am try to create a SPSite object by passing the SITE URL it is throwing the below error.
    Code :
    using(SPSite site = new SPSite(SITE_URL))
    Error :
    "The Web application at "" could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application."
    Even though the SITE URL is correct. It working while browsing in explorer. 
    Not sure why it is happening. 
    Thanks.
    Akhilesh Rao

    Hi Akhilesh,
    Please try to add yourself to the WSS_ADMIN_WPG group on the server.
    Or here are the most common reasons this error can occur:
    1.The code is executed on a different machine - The SharePoint object model (except the Client API) requires to be run on the SharePoint server itself. It is not possible to run the application on a server which is not within the same SharePoint farm the
    code is trying to access.
    2.Insufficient Rights on the site collection - The code is executed in context of an account which does not have read permission on the site collection
    3.Incorrect Url being used - Verify that the site works correct in a browser and double check that the server is correct registered in the AAM settings
    4.Incorrect bitness - The SharePoint object model needs to be executed with the same bitness as the operating system. That means you cannot use the SharePoint object model in a 32-bit application if the Operating System and SharePoint are installed as 64-bit
    version. Ensure to compile the project using the correct bitness (64-bit on a 64-bit machine vs. 32-bit on a 32-bit machine)
    5.Incorrect .NET framework version -  Ensure that the project is configured to use .NET 3.5 for SharePoint 2010 and below and .NET 4.0 for SharePoint 2013
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to register custom report under Custom Development Application

    Hi 2 all
    How to register custom report under the Custom Development application in R12 vision DB, and also confirm location/folder of Custom Development application in R12.
    Thanks
    Zulqarnain

    Hi,
    You may or may not need to "register" the workflow - it depends on the changes that you made and which Item Type you modified. Some applications are essentially hard-coded to use a specific item type and process, some hard-coded to use an item type but you can configure the process to use, and some allow you to specify which item type and which process to use.
    Without knowing exactly what you have done, though, there is no specific advice that anyone can give you here on what you need to do, apart from to ensure that you have saved the new definition to the database.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How do you use a custom login application?

    I have setup a custom Login Application as instructed from the admin guide, but cannot find any instructions on how you then go about using it. Some other posts on here mention customising/linking a page to it based on the user Login.jsp, but they arn't clear on the steps to do this.

    The solution I was using was a single sign on system called CAS, which handled the authentication. The class I used is shown here:
    http://www.ja-sig.org/wiki/display/CAS/CASifying+Sun+Identity+Manager
    The java class is called: CASResourceAdapter.java
    Most of this code is not used. The bit you would be interested in is in the method named:
    public WavesetResult authenticate(HashMap loginInfo) throws WavesetExceptionIf you delete all the code in here and replace it with the code below as most of this is a customised search that the author wrote:
         final String method = "authenticate";
         if (_trace.level1(this,method))
                _trace.entry(WSTrace.LEVEL1, this, method);
            WavesetResult result = new WavesetResult();
            String userId = (String)loginInfo.get(USER);
            if(_trace.level2(this,method))
              _trace.info(_trace.LEVEL2, this, method, USER + " = " + userId);
              _trace.info(_trace.LEVEL2, this, method, "map: " +  loginInfo);
            if (_trace.level2(this,method))
                _trace.info(_trace.LEVEL2, this, method, "Obtained user '" + userId + "' from info: " + String.valueOf(loginInfo));
            result.addResult(Constants.AUTHENTICATED_IDENTITY, userId);
            return result;You could also remove the trace code. The code you would be interested in particular would be:
    WavesetResult result = new WavesetResult();
    String userId = (String)loginInfo.get(USER);
    if(_trace.level2(this,method))
    result.addResult(Constants.AUTHENTICATED_IDENTITY, userId);
    return result;The logininfo is a method used to retrieve whatever userid was used to authenticate. This is what was needed to retreive the userid from CAS. You will need to replace this with custom code to retreive the userid from your webservice.
    Once you are happy with the code, place the compiled class with the correct package levels in idm/web-inf/classes. You may need to create the folder called classes.
    Next login to your idm and goto resources and then configure types. Add a custom resource to point to your new class In my case it was edu.unmerced.idm.adapter.CASResourceAdaptor. Save this and then add this as a resource in your resources screen and except all defaults and give it a custom name of your choice.
    You then need to add this resource to each of your users.
    Next you need to goto configure and then login. In here you need to create a new login module group and point it to your CAS resource. Then change the default login for the users login application to use this new login group. See idm specific documentation on how to do this
    Reboot your idm application server.
    You would now use your alternative webservice system to authenticate and then afterwards get it to forward to your idm and if the code picks up the user from your webservice correctly you should be logged into idm as that user.

  • Can Bootcamp and Parallels share the same Windows applications and data?

    I'm looking at getting an Intel iMac which will let me throw away my old PC - Yeah!
    I will have a couple of Win apps that I will need to hang on to (Quicken - Quicken for Mac is horrible, but that's another tghread). Anyway, can Bootcamp and Parallels share the same Windows applications and data?
    My thought would be to allow my wife to access Quicken from Parallels and not have to reboot. She will only need lightweight access and the overhead of running virtualization wouldn't impact her. I, on the other hand, would want to occasionally boot natively into Windows and run the same application with the same datafile. Is this possible?
    Thanks and looking forward to joining the MacIntel world!

    Thanks for all of the freplies. I suspected that BootCamp and Parallels could not shar ethe same partition, but wanted to verify. To address some of the other posts:
    Re: Quicken vs MoneyDance - I looked at MoneyDance a while back and while it is comparable to Quicken for Mac, it isn't comparable to Quicken for Windows (ergo, Quicken for Mac isn't comparable to Quicken for Windows!). But, as I said, that is a topic for another thread!
    Re: Using Bootcamp/Parallels for only one app: I actually have several apps that I still need access to on Windows. I work with many business applications than only run/are supported on Windows as well as receive some complex Office documents which Office for Mac cannot handle. Quicken (for Windows 2007) was just the best example of a consumer app where I could see wanting access from both OS X and Windows.

Maybe you are looking for

  • File to copied from one tcode to another tcode

    Hi everyone , We have a requirement 1) User wants to attach pdf file in CS01 (BOM tcode) ,here they want to attach for main item 2) Now they create sales order VA01 in this they give Main item and BOM will explode 3) The requirement is, the file atta

  • SQL Server 7.0 = 8i

    I am going to to migrate small SQL Server 7.0 Database to Oracle 8i. I have around 280 procedures. Most of them are in encrypted form. Is Migration Workbench migrates encrypted procedures also. If not what steps I have to take before migrating... nul

  • How is importance of PL/SQL today?

    Hi, I want to begin a commercial training that teaches me how to program an Oracle database in PL/SQL. This training lasts 12 months, and before I start it, I want to know what is the importance of PL/SQL today? Is PL/SQL still a modern programming l

  • Remarks field in row level

    Hi Experts, My customer asked me the following question. He uses the sales order document and write remarks in the free text field in the row level. When he is  copying part of the quantity he will not able to change the free text field any more. Thi

  • Illegal start to expression - java applet

    Hi Guys, this code is for a hangman game which will be in an applet. When I try putting the buttons in init, I'm getting an "illegal start of expression" for each button. Can someone tell me what I'm doing wrong? Cheers, * @(#)Hangman.java * Sample A