Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 9,971 for

new

(0.08 sec)
  1. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = New SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = New Watermarker("spreadsheet....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  2. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....empty($privateKey)) { throw new Exception('Please enter all required...//Create signer object $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  3. Extract tables from document page | Documentation

    This article explains that how to extract tables from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Check...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  4. How to edit e-Book file | Documentation

    This article demonstrates how to edit e-Book files using C# programming language....Consulting Blog Knowledge Base New Releases Status Websites aspose...Editor . Editor editorMobi = new Editor ( mobiPath ); FileStream...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  5. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Annotator annotator = new Annotator ( Constants . INPUT_PDF...

    docs.groupdocs.com/annotation/java/add-button-c...
  6. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Consulting Blog Knowledge Base New Releases Status Websites aspose...EpubReadNativeMetada try ( Metadata metadata = new Metadata ( Constants . InputEpub...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Existing objects in word processing document | ...

    This article explains how to remove shape of any type from any level of document structure while using GroupDocs watermarking API...Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/net/existing-objec...
  8. Custom cache implementation | Documentation

    This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...the cache. RedisCache cache = new RedisCache ( serverAddress ,...

    docs.groupdocs.com/viewer/net/how-to-use-custom...
  9. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...on a document page: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/esign-document...
  10. How to merge JPG images using C# | Documentation

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.jpg" ))...

    docs.groupdocs.com/merger/net/getting-started/u...