Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 49,451 for

document

(0.25 sec)
  1. Shapes in spreadsheet document | GroupDocs

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...spreadsheet documents / Shapes in spreadsheet document Shapes in...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  2. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF Documents with advanced options using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load PDF document with options...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. GroupDocs.Assembly on GroupDocs Blog | Document...

    GroupDocs.Assembly on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly on GroupDocs Blog | Document Automation Solutions for .NET & Jav......Assembly on GroupDocs Blog | Document Automation Solutions for ...Assembly on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/zh-hant/tag/groupdocs.assemb...
  4. v26.6 on GroupDocs Blog | Document Automation S...

    v26.6 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.6 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Red......6 on GroupDocs Blog | Document Automation Solutions for ...v26.6 on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/ar/tag/v26.6/index.xml
  5. 25.10 on GroupDocs Blog | Document Automation S...

    25.10 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in 25.10 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Con......10 on GroupDocs Blog | Document Automation Solutions for ...25.10 on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fa/tag/25.10/index.xml
  6. v26.5 on GroupDocs Blog | Document Automation S...

    v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Met......5 on GroupDocs Blog | Document Automation Solutions for ...v26.5 on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/uk/tag/v26.5/index.xml
  7. v26.5 on GroupDocs Blog | Document Automation S...

    v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Met......5 on GroupDocs Blog | Document Automation Solutions for ...v26.5 on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/nl/tag/v26.5/index.xml
  8. v26.5 on GroupDocs Blog | Document Automation S...

    v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in v26.5 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Met......5 on GroupDocs Blog | Document Automation Solutions for ...v26.5 on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/de/tag/v26.5/index.xml
  9. Supported Document Formats | GroupDocs

    Complete list of the file formats GroupDocs.Merger for Python via .NET supports — Word, Excel, PowerPoint, PDF, Visio, OpenDocument, and more — with the operations available for each....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product.../ Supported Document Formats Supported Document Formats Leave...

    docs.groupdocs.com/merger/python-net/getting-st...
  10. Load document from stream | GroupDocs

    There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the Document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...