Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 46,989 for

document

(0.3 sec)
  1. Password Protect Word Document on GroupDocs Blo...

    Password Protect Word Document on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Password Protect Word Document on GroupDocs Blog | Document Automation ......Protect Word Document on GroupDocs Blog | Document Automation Solutions...Protect Word Document on GroupDocs Blog | Document Automation Solutions...

    blog.groupdocs.com/nl/tag/password-protect-word...
  2. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the Document and its form fields with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Common / Obtain document form fields and signatures...

    docs.groupdocs.com/signature/net/obtain-documen...
  3. 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...
  4. Document Classification in CSharp on GroupDocs ...

    Document Classification in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Classification in CSharp on GroupDocs Blog | Document Autom......Document Classification in CSharp on GroupDocs Blog | Document...Developers Recent content in Document Classification in CSharp on...

    blog.groupdocs.com/nl/tag/document-classificati...
  5. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint Documents and Images using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Loading Documents / Load options for different document types Load...

    docs.groupdocs.com/conversion/java/load-options...
  6. input-controls-with-custom-classname.html

    Document with fields Text field : Check box: Drop down list: Option 1 Option 2...Document with fields Text field : Check box: Drop down list:...

    docs.groupdocs.com/editor/net/sample-files/inpu...
  7. input-controls-without-custom-classname.html

    Document with fields Text field : Check box: Drop down list: Option 1 Option 2...Document with fields Text field : Check box: Drop down list:...

    docs.groupdocs.com/editor/java/sample-files/inp...
  8. 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...
  9. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word Document to restrict the editing....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks / To word-processing documents / Locking watermark in word...

    docs.groupdocs.com/watermark/net/locking-waterm...
  10. 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-...