Library/showcase custom

I currently have the CC version. Should I have the enterprise or professional edition of DPS to build a custom library/showcase? If so, can I download the files in App Builder DPS that I created on http://dpsapps.adobe.com/store_configurator/? Please advise.

Thank you

Adam

That's what it is, but yes, you need company to use it.

At a minimum, you will look for will provide about $25,000 / year.

Tags: Digital Publishing Suite

Similar Questions

  • Showcase Custom iPhone and iPad app

    Hello


    Is possible to create a showcase custom in a rest application (using the associated formats) for iPad and iPhone?

    Thank you


    Toby

    Hi Toby,

    App Builder allows you to include up to 8 icons of navigation for the iPad (6 more custom icons Library and Viewer) and 2 for the iPhone (1 custom and library).

    .. so you can have different HTML assets for the iPad and iPhone.

  • Showcase Custom Android v27

    Hello

    I tested a showcase custom in the DPS v27 iOS and it all works, but the same code that I use in the iOS does not work in android.

    I tried to use v2.27 and v2.28 LibraryAndStoreSDK (links below), but the results are the same.

    http://www.Adobe.com/devnet-docs/digitalpublishingsuite/LibraryAndStoreSDK-2.27/docs/index .html

    http://www.Adobe.com/devnet-docs/digitalpublishingsuite/LibraryAndStoreSDK-2.28/docs/index .html

    Also, I was able to debug my showcase custom iOS successfully, but in Android, there seems to be no way to debug it.

    So, should I do something special to make it work on android? It is even possible to have a showcase custom in android? Is there a way to debug it in Android?

    All of the examples I have seen are old and they all speak of showcases custom iOS... someone was able to implement one in android?

    Thank you.

    Library updates automatically each time the app is taken over State assets. But if you need to explicitly call and update the library, yes libraryService.updateLibrary () is the function to call

  • Showcase Custom in Windows

    Hello

    Is it possible to build a showcase custom in Windows?

    In the affirmative. Anyone know of any example for download?


    Best regards

    / Ake

    Yes. You can use a display since the DPS store Configurator, and take up, for example.

    https://www.dpsapps.com/dpsapps/store_configurator/

    Neil

  • DPS Enterprise User - Can the library be customized?

    Hey Adobe,

    We have customized our showcase for our App and works great, I was wondering if the customizable library as well, then, instead of having this background gray dark and classic touches, if we can reshape it to match our brand?

    Thank you, Tony

    Hi Tony,.

    We are able to customize the display of the library. He was released in a R22 last Monday.

    Best,

    Tristan

  • Library of custom models

    Hello

    I have a few devices I made to measure (symbol of the device, layout cell, database etc.). I would like to have all these models included in a library or a PDK for any project I need these templates, I have to simply add the corresponding library or KDP and I can work with the models from the browser of items. Is there scripts to automate the creation of the library? I tried to write XML code (in reference to the way in which the seller's local libraries are managed) and call using an .ini manually but I'm not having much luck with my inexperience in XML. Anyone happen to have a document detailing the terms of creating custom AWRDE library? Any help/pointers will help a lot!

    Thank you very much!

    Update instructions are here:

    https://awrcorp.com/download/FAQ/English/docs/Users_Guide/apas05.html

    This annex refers to the files attached to this article (like a zip file):

    https://awrcorp.com/download/FAQ/English/appnotes/xml_library_development.aspx

    Important: The .pdf in the ZIP application note is older and is replaced by the information contained in the first link, above.  For example, the location for the files of the library has changed in v11, so that there is no need to change the contents of the installation file.

  • Transfer Lightroom Photo library on customer account

    I want to start building a library of photos on my Lightroom CC account, when put in place and looking good, I want to encourage the customer to subscribe to Lightroom CC and then transfer the entire photo library so that they can continue to manage, add and edit images - is this possible?

    Thank you

    Your library has nothing to do with your CC account. The library 'seat' in your local catalog.

    The only thing synced to the cloud or mobile are marked-to-sync collections.

    That said, you can copy/forward a catalogue (in collaboration with original photos!) without any problems even for subscribers who use LR6.

  • Showcase Custom - what to do when no network connection?

    If everyone is familiar with the creation of windows custom for DPS applications I would be grateful for advice on what to do when the application is started, but no network connection is available? We used this guide as a starting point - HTML implementation of the library by default DPS | Adobe Developer Connection. This approach involves a large part of the logic of Javascript on the web hosting. One consequence of this is that if no connection is available the application will not work. Is it possible to include key in the application, such as the storefront based UI and features all downloaded folios are available even in offline mode?

    Thank you


    Toby

    Your store can be used offline, but you must make sure your remote URL no referencing for what anyone, including images, css and javascript.  Use the DPS configurator to create a custom store, and you can reference it for example:

    DPS Configurator

    You can use localstorage as well, but keep in mind something in the local storage is data transitional and iOS can wipe any time he wants to free storage on a device.  This only happens usually when there is little space storage remaining on a device, then, it is probably not all that common.

  • Link banner showcase custom tab or preview folio overlay?

    I used the setup of "Custom tabbed view" in the Configurator DPS to create a custom showcase. I've been customize files still manually and I'm looking for some suggestions on creating manual links in the html code to the different elements within the app - more precisely:

    1. What method should be used to create a link to the image of the banner to target one of the tabs? or to target one of the tabs AND start a folio download this tab?

    2. I already was able to target download a folio of an image banner directly, using the method of "com.xxxx .yyy://v1/folio/article". What method could be used to open rather the superposition of the folio preview (for example in the image below)?
      overlay-image.jpg

    any help would be appreciated. Thank you!

    # 1, you can use goto: / / as the URL to access a specific tab. See Hyperlink overlays and button for more details.

    # 2, there is not a way to trigger from a custom window. When you build a custom storefront, you are responsible to provide the user interface, including any preview window you might want to show.

    Neil

  • Design a showcase custom iOS and Android

    Hi everyone, I am designing a CS for iOS based on barebone example by Derek Lu (http://www.adobe.com/devnet/digitalpublishingsuite/articles/getting-started-with-v2-librar y-and-store - api .html). So I tried the sample on iOS and it works.


    Then I downloaded on an Android app as a library and Im getting the error: ERR_UNKNOWN_URL_SCHEME.


    OK, so I downloaded the Android front custom since the Store configurator and took the file AdobeLibraryAPI.min.js. I changed the API file from my iOS-Custom shop (Derek Lus) with that of the Android Store Configurator.


    But now the Android app shows no Folios, just a white screen. I checked via remote debugging for error messages: exception "Interpreted as Script but transferred with MIME Type text/plain resource" there are no errors.


    Device: Nexus 10 @ Android 4.4.4

    Debugging using the latest Chrome Canary on Mac (39.0.2129.0 64-Bit)

    Replace the main.js with that file in the zip to Acrobat.com shared - files. This should solve the problem.

    Neil

  • Showcase Custom Android devices

    I found the information that told me my customized window should run on android as well, but I can't figure out how to attach it.

    I see that you need to use the dps online app Builder to create your app for android (https://appbuilder.digitalpublishing.acrobat.com/#/main) instead of the application builder standard dps.

    In this app generator, I don't see any location to attach my zip custom showcase.

    What Miss me?

    Yes, it is mailed in mid-May.

    Neil

  • Showcase custom filters folio (custom tabs)

    Hello

    I m trying to use the Configurator of DPS tool:

    DPS Configurator

    Because the large number of folios in my application, I m trying to use a custom tabbed window.

    Custom tabs looks like a great solution, but the configurator that it asks me for the "folio filter values.

    My question is how can I set a filter of folio. How can I create a filter?

    Where can I find this option? I coundn't find in the producer of folio.

    I appreciate all help.

    Thank you. Happy new year.

    This error comes from the DPS store Configurator, not App Builder. This is correct: on the first page of the Configurator put you in an account that is not no matter what folios with the filters applied. Make sure that you have added not only filters in Folio Producer but that you also updated folios so that they are republished with the filters applied.

    I confirmed that the store Configurator works correctly by trying it with two of my test accounts. We have folios with filters applied in Folio Producer and it worked correctly. The other didn't folios with filters and I got the error you did.

    Neil

  • Unified through showcase custom login?

    I can't seem to find a clear answer and could use some help.

    My publication is a member and is not for sale to the general public.  I use my straight server to check the creditentals to connect within the Viewer application.  In other words, the credentials of Member for their folios is the same to access the content behind the wall of the remuneration of our site.

    A custom window could be created to manage the two sets of connections to cut the required redundant connection if a user tries to access web content via the browser in the application of a folio?  Currently, you must enter twice the same login information.

    Thank you!

    It should work. Remember that in your custom store, you will need to call authenticationService.login () to authenticate the user with the Viewer.

  • The Division of library of custom tags?

    OK, I used the tag library Editor to adjust the HTML tags, but now the question how can I give my team members updates without having to sit at each computer and manually update each adjustment all over again?

    I looked into C:\Program Files\Macromedia\Dreamweaver 8\Configuration\TagLibraries but nothing shows change dated today ' today...

    Oh, I was looking in the wrong place. After a coffee, the light bulb was. For anyone else looking for this, here is where I found this:
    C:\Documents and Settings\ [yourloginid] \Application Data\Macromedia\Dreamweaver 8\Configuration\TagLibraries

    I was able to compress the HTML folder and give the team and it worked!

  • Can I make custom for new DDA showcase? (Digital edition solution)

    I want to make a showcase for new DPS (Digital Publishing Solution)

    I found the API and tutorial for old DPS.

    Library/store API

    Custom window tutorial (Version 1 API). Adobe Developer Connection

    But I could not find API and tutorial for new DPS.

    I want titles of the collection (instead of Folio) list with an original design.

    Library/store API is available for the new windows custom DPS?

    No, you can't. And it is unclear, if ever you will be able to make a showcase as custom as with the classic DPS.

    There will be various extensibility features of the storefront, which could meet your needs.

    See this discussion:

    Showcase Custom DPS 2015

    Kind regards

    Toni

Maybe you are looking for