Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 40,441 for

documents

(0.05 sec)
  1. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...a path to the source document or document stream. Create the object...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  2. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...shows how to convert a DOCX document to TEX format in Java using...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Specify spreadsheet rendering options | Documen...

    Render spreadsheet files (Excel, etc.) to HTML, PDF, or images using GroupDocs.Viewer's Python API options....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for Python / Document rendering basics / Render...

    docs.groupdocs.com/viewer/python-net/specify-re...
  4. Working with Chart Reports - Pie | Documentation

    Articles in this section...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Pie Chart in Spreadsheet Document Pie Chart...

    docs.groupdocs.com/assembly/net/working-with-ch...
  5. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other syntax elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...be considered when creating document templates in order to generate...

    docs.groupdocs.com/assembly/java/working-with-g...
  6. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for java version 20.11 - inserting an edited worksheet into existing spreadsheet...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Java / Developer Guide / Edit document / Edit Excel Spreadsheet /...

    docs.groupdocs.com/editor/java/inserting-edited...
  7. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...shows how to convert a DOCX document to TEX format in C# using...

    docs.groupdocs.com/conversion/net/convert/page-...
  8. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Higher Leave feedback Note This document describes the changes to the...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  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. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-m...