Chapter 19: SDK Extension Libraries
By now, you should be familiar with the core libraries included in the Desktop SDK, which we discussed in Chapter 18, An Introduction to Desktop SDK. SAP Intelligent RPA also provides libraries that are extensions to the Desktop SDK, referred to as Desktop SDK Extension libraries, for working with Microsoft Office, PDF, or SAP applications. We will explore more about these libraries/classes and use them in the Vendor Invoice Posting
project in this chapter.
In this chapter, we will cover the following topics to learn more about the various SDK Extension libraries:
- Using the Microsoft Office extensions
- Extracting information from PDF documents
- Learning about the technology-specific extensions
By the end of this chapter, you will have learned how to use the SDK core and Microsoft Office extension libraries in the source code that was generated for the Vendor Invoice Posting
project in Chapter 17, Generating Code. You will...