Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 5,352 for

informations

(0.05 sec)
  1. Extrahera text från PPT med C#

    Den här artikeln beskriver processen för hur man extraherar text från PPT med C#. Den innehåller ett kodexempel som hjälper dig att integrera textextraktion från PPT i C#-projekt....att hantera och extrahera information från presentationsfiler....används ofta för att leverera information i ett visuellt format. Men...

    kb.groupdocs.com/sv/parser/net/extract-text-fro...
  2. Documentation

    GroupDocs Documentation Homepage...Purchase Buy Now Pricing Information Free Trials Temporary License...write, edit and remove meta information from Microsoft Office, PDF...

    docs.groupdocs.com/
  3. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Purchase Buy Now Pricing Information Free Trials Temporary License...which receives detailed information about proposed redaction...

    docs.groupdocs.com/redaction/java/use-redaction...
  4. Check if a file is encrypted | Documentation

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../ Retrieve the document information / Check if a file is encrypted...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  5. GroupDocs.Viewer for Node.js overview | Documen...

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Purchase Buy Now Pricing Information Free Trials Temporary License...number of pages, and page information). or where GroupDocs.Viewer...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  6. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Purchase Buy Now Pricing Information Free Trials Temporary License...manipulate comparison. Document information and preview generation procedures...

    docs.groupdocs.com/comparison/net/migration-notes/
  7. Comment convertir un PDF en CSV en utilisant Java

    Ce court article explique la procédure de conversion de PDF en CSV à l'aide de Java et apprend à utiliser ce guide pour développer la fonctionnalité Java PDF en CSV....outre, ce guide fournit les informations nécessaires pour configurer...TIFF en Java pour plus d’informations. Updated on 16 Aug 2022...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  8. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Purchase Buy Now Pricing Information Free Trials Temporary License...Our product also provides information about document type and structure...

    docs.groupdocs.com/watermark/java/basic-usage/
  9. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Purchase Buy Now Pricing Information Free Trials Temporary License...they are added. For more information on supported features of...

    docs.groupdocs.com/metadata/python-net/set-meta...
  10. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from DICOM images. The following...

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