In the first article, How to use rspec to test GroupDocs API. Part 1, we created first test for GroupDocs API. This article describes in details how tests works, what expectation and matchers are, and how to test an API with the PULL method.
Expectation and Matchers So what are expectation and matchers? Lets look at a small example:
string ="GroupDocs" string.should have(9).characters string.should\_not have(5).characters Expectations are defined by should and the negative form should_not.... You can find a full list online . If you need some special...
Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/.
The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image.
Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a List of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Extract the instance and obtain a list of objects Iterate trough the...
Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for .NET API....PdfLoadOptions { FontSubstitutes = new List < FontSubstitute > { FontSubstitute...
This article explains how to search for encrypted electronic signatures in QR code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....search for signatures in document List < QrCodeSignature > signatures...
This article explains how to sign document with Barcode electronic signatures using extended options with GroupDocs.Signature API.... print ( "List of newly created signatures:"...
This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...= 200 }; List < SignOptions > listOptions = new List < SignOptions...
As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...binding redirects list. Also you can find list of binding redirects...Let me also add App.config listing here: <?xml version="1.0" encoding="utf-8"...
Practical guide showing how to apply batch text and image watermarks, replace logos, and ensure idempotent processing using GroupDocs.Watermark for .NET....{folderPath}" ); return new List< string >(); } var supportedExtensions...ScanFolderForSupport returned an empty list Verify InputFolder path and...
Install GroupDocs.Comparison for Python via .NET, compare your first two documents, and inspect the detected changes — end to end in under five minutes....over the individual changes: list_changes.py from groupdocs.comparison...comparison import Comparer def list_changes (): with Comparer (...