Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 6,685 for

informations

(0.13 sec)
  1. GroupDocs.Metadata pour .NET 25.10 – Dernières ...

    Découvrez les nouveautés de GroupDocs.Metadata pour .NET 25.10. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....Release Notes – la source d’information officielle pour cette mise...

    blog.groupdocs.com/fr/metadata/groupdocs-metada...
  2. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/signature/net/get-supported-...
  3. Common List Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the HTML Document format. Adding Syntax to be evaluated by GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/java/common-list-im...
  4. Embedded QR data | GroupDocs

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/search/java/synchronizing-sh...
  6. Load document from local disk | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/java/load-documen...
  7. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/redaction/java/save-in-origi...
  8. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/signature/net/load-document-...
  9. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for .NET API....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/net/save-specific...
  10. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/markdown/python-net/advanced...