Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 39,150 for

documents

(0.04 sec)
  1. Merge PDF files using C#

    Learn how to merge PDF files using C# programming. Streamline document management with code of how to combine PDF files in C# without installing extra software....the digital era, managing documents efficiently is a necessity...multiple PDF files into a single document for better organization and...

    kb.groupdocs.com/merger/net/merge-pdf-files-usi...
  2. GroupDocs.Annotation for Java - Integrating wit...

    Greetings everyone! As you may already know, we’ve recently released the GroupDocs.Annotation for Java library. It is basically an HTML5-based document viewer that comes with a comprehensive set of tools for marking up and commenting on Documents of almost 50 file formats. The library provides end users with the ability to view, annotate and collaborate on Documents in real time. Today we’d like to present you with a quick guide on how to set up a basic Java web application with the document annotation capability....is basically an HTML5-based document viewer that comes with a comprehensive...marking up and commenting on documents of almost 50 file formats...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  3. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note Documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...metadata for specific formats / Documents / Working with metadata in...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. GroupDocs.Text For .NET 17.01.0 Introduces Supp...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET API. In this release, we have introduced four new features along with an enhancement related to setting extraction mode. GroupDocs.Text now supports extraction from ZIP containers. Not only this, the latest release provides its users with the functionality to search for some text in Documents, extracting highlighted text from Documents and opening password-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs....in documents, extracting highlighted text from documents and...Only NuGet - NuGet Package Documentation - Product Docs Examples...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  5. Product Overview | Documentation

    GroupDocs.Merger for Python via .NET provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...supports most of the popular document formats such as PDF, DOCX...

    docs.groupdocs.com/merger/python-net/product-ov...
  6. Introducing Text Signature Appearances in Java ...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard we are excitedly announcing another monthly release of eSignature for Java API version 17.11. This release not only adds a number of new features to the API, but also adds numerous enhancements along-with some bug fixes. The API now allows user to obtain verification and signing progress . We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience....exciting features to enhance document e-signing experience. eSignature...Support of Image File formats in Document and Pages Information method...

    blog.groupdocs.com/signature/java-e-signing-api...
  7. Launching Servlet based Front-end of GroupDocs....

    The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend for the Java Servlets developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for Java 3.x.. It is an alpha release of the project but most important functionalities have been implemented in this release. GroupDocs users are free to customize and enhance the application by their own....Annotation or write their own document Annotation Application using...annotating and viewing of a documents in a browser. The application...

    blog.groupdocs.com/annotation/servlet-based-fro...
  8. Using Spreadsheets as Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Advanced Usage / Using Documents as Data Source / Using Spreadsheets...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  9. GroupDocs.Conversion for Excel file crashing at...

    When testing a simple Excel file conversion to PDF format, it seems that GroupDocs will scan all subfolders within the current working directory to look for fonts?? This causes problem when the current working directory…...Conversion Product Family document-conversion , dotnet jarrodwee...the path 'c:\Users\<userid>\Documents\My Music' is denied. --->...

    forum.groupdocs.com/t/groupdocs-conversion-for-...
  10. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...