Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 6,565 for

informations

(0.67 sec)
  1. b4ubuild_sample_07a

    1 2017-10-05T17:34:00Z B4UBUILD.COM - http://www.b4ubuild.com/ This software is offered as is, with no warranties Luxury Custom Home Construction Schedule Greg Susman - GS Design, Inc. B4UBUILD.COM......registered owner contact information in your correspondence so...registered owner contact information in your correspondence so...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  2. Extraire les métadonnées de DOCX à l'aide de C#

    Cet article vous explique comment extraire des métadonnées de DOCX à l'aide de C#. Un exemple de code C# d'extraction de métadonnées DOCX est fourni, montrant comment effectuer ce processus....essentielle qui peut fournir des informations précieuses sur le contenu...permettant de récupérer des informations telles que le titre du document...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  3. Supprimer les métadonnées d'ODT à l'aide de C#

    Découvrez comment supprimer efficacement les métadonnées d’ODT à l’aide de C#. Ce guide fournit un extrait de code montrant le processus de suppression des métadonnées d'ODT en C#....métadonnées, notamment des informations cachées sur le document...exposition involontaire d’informations personnelles ou confidentielles...

    kb.groupdocs.com/fr/metadata/net/remove-metadat...
  4. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting technical audio information from WAV files. The following...

    docs.groupdocs.com/metadata/java/handling-metad...
  5. Aspose queries - Free Support Forum - groupdocs...

    Hi I have a few queries with Aspose. Can you please help me with - Is there a way I can generate slides using Aspose slides using Microsoft Office 2016 Styling ? I need to copy paste a chart from Excel to Powerpoint a…...code examples or general information. sukritisehgal April 16,...point 1) and 3) General information and documentation if any...

    forum.groupdocs.com/t/aspose-queries/15647
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a PDF document Extract the...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. extract exif data

    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....données EXIF incluent les informations de marquage et de métadonnées...métadonnées peuvent contenir des informations telles que la marque de...

    blog.groupdocs.com/fr/tag/extract-exif-data/
  8. Detect Print Restriction in PDF Documents using...

    PDF is a widely used document format that also supports interactive elements including annotations, forms, 3D objects, layers, etc. Along with these elements, PDF format also supports setting restrictions such as print restriction, modification restriction, restrictions on data extraction and so on. Such features give the user more control over the document and therefore, the PDF has become a popular document format. Since we support the rendering of PDF documents, therefore, we always keep looking to introduce features that may give you more information about the documents....features that may give you more information about the documents. Hence...snippet shows how to get this information using getDocumentInfo() method:...

    blog.groupdocs.com/viewer/detect-print-restrict...
  9. Quick Start Guide | GroupDocs

    This quick start guide shows how to extract text, images, and metadata from documents using GroupDocs.Parser for Python via .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...Document Information You can retrieve basic information about a...

    docs.groupdocs.com/parser/python-net/quick-start/
  10. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...contain name and address information, telephone numbers, e-mail...

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