Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 6,528 for

informations

(1.81 sec)
  1. Merge PowerPoint Files

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....中國傳統的 Parfois, vous avez des informations différentes dans de nombreux...

    blog.groupdocs.com/fr/tag/merge-powerpoint-files/
  2. Merge to PDF

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....中國傳統的 Lorsque vous avez des informations réparties sur différents...

    blog.groupdocs.com/fr/tag/merge-to-pdf/
  3. Comment ajouter une annotation de flèche dans u...

    Cet article vous apprendra comment ajouter une annotation de flèche dans un PDF à l'aide de Java. De plus, nous vous aiderons à écrire du code Java pour insérer une annotation de flèche dans un PDF en Java....utile pour transmettre des informations et guider l’attention du...l’aide de Java. Pour plus d’informations, veuillez consulter notre...

    kb.groupdocs.com/fr/annotation/java/how-to-add-...
  4. Comment ajouter une annotation de rédaction de ...

    Cette rubrique explique comment ajouter une annotation de rédaction de texte dans un PDF à l'aide de Java, ainsi que des étapes et du code pour insérer une annotation de rédaction de texte dans un PDF en Java....dissimuler en toute sécurité des informations sensibles dans des documents...efficace pour dissimuler des informations sensibles dans des documents...

    kb.groupdocs.com/fr/annotation/java/how-to-add-...
  5. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...constructor of class. Important information . Please be aware that digitally...

    docs.groupdocs.com/signature/python-net/delete-...
  6. Electronic Signature Types | GroupDocs

    This documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Purchase Buy Now Pricing Information Free Trials Temporary License...documents - Add metadata information as signatures Each signature...

    docs.groupdocs.com/signature/python-net/electro...
  7. Working with metadata in PNG images | GroupDocs

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from PNG images. The following...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Purchase Buy Now Pricing Information Free Trials Temporary License...MP3 files. Note For more information on the MP3 and MPEG standards...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  9. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the managers and clients...

    docs.groupdocs.com/assembly/java/common-master-...
  10. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft PowerPoint Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table....Purchase Buy Now Pricing Information Free Trials Temporary License...It must represent all the information in tabular form. Report must...

    docs.groupdocs.com/assembly/java/in-table-list-...