Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 47,028 for

document

(0.46 sec)
  1. Online Word Document Editing on GroupDocs Blog ...

    Online Word Document Editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Online Word Document Editing on GroupDocs Blog | Document Automation Solu......Online Word Document Editing on GroupDocs Blog | Document Automation...Online Word Document Editing on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ar/tag/online-word-document-...
  2. 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/de/tag/password-protect-word...
  3. Online Word Document Editing on GroupDocs Blog ...

    Online Word Document Editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Online Word Document Editing on GroupDocs Blog | Document Automation Solu......Online Word Document Editing on GroupDocs Blog | Document Automation...Online Word Document Editing on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/de/tag/online-word-document-...
  4. Load Spreadsheet document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...different document types / Load Spreadsheet document with options...

    docs.groupdocs.com/conversion/net/load-spreadsh...
  5. Protect Word CSharp on GroupDocs Blog | Documen...

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

    blog.groupdocs.com/cs/tag/protect-word-csharp/i...
  6. Java Text Extractor on GroupDocs Blog | Documen...

    Java Text Extractor on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Java Text Extractor on GroupDocs Blog | Document Automation Solutions for .NET & J......Extractor on GroupDocs Blog | Document Automation Solutions for ...Extractor on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/nl/tag/java-text-extractor/i...
  7. Page Builder feature on GroupDocs Blog | Docume...

    Page Builder feature on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Page Builder feature on GroupDocs Blog | Document Automation Solutions for .NET &......feature on GroupDocs Blog | Document Automation Solutions for ...feature on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/uk/tag/page-builder-feature/...
  8. 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...
  9. Monitor Document Conversion Status and Progress...

    With the release of GroupDocs.Conversion for .NET v19.11 you can now monitor Document conversion progress and status using C#. There are way many conversions supported by the API, that are listed in the Documentation. A new property Listener is added. The Document converter listener implementation is used for monitoring conversion status and progress. Have a look at ConverterListener class that implements IConverterListenerinterface Below is the usage Coming to the improvement, MPP to XLS conversion is improved....11 you can now monitor document conversion progress and status...that are listed in the documentation . A new property Listener...

    blog.groupdocs.com/conversion/monitor-document-...
  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...