Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 4,309 for

values

(0.04 sec)
  1. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution...."Property name: %s, Property value: %s" , property . getName ()...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/find-metadata-...
  3. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree... getName () + ", Value: " + property . getValue ();...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  4. Extrair dados de arquivos de banco de dados usa...

    O banco de dados é considerado parte integrante da maioria dos aplicativos. Seja um desktop, web ou aplicativo móvel, o banco de dados desempenha um papel vital no armazenamento, acesso e manipulação dos dados. Existem muitos sistemas de gerenciamento de banco de dados que permitem criar e gerenciar bancos de dados para você. No entanto, pode haver um cenário em que você precise de uma maneira de extrair dados de arquivos de banco de dados, ou seja, arquivo ....Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/pt/parser/extract-data-from-...
  5. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....metadata properties as name/value pairs. The following topics...can even provide your own key-value pair to set the custom XMP package...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  6. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....type of the annotation: Fixed value_AnnotationType.Ellipse_ is always...

    blog.groupdocs.com/annotation/adding-ellipse-an...
  7. How to implement a custom document handler? - F...

    Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such as Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…...HomeController: @RequestMapping (value = “/”, method = RequestMethod...HttpServletResponse response, @RequestParam (value = “objectId”, required = true)...

    forum.groupdocs.com/t/how-to-implement-a-custom...
  8. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... WriteLine ( "Value: {0}" , simpleTag . Value ); } } // Read...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. generate reports in csharp

    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....arquivos CSV [Comma Separated Values][1] são amplamente usados para...

    blog.groupdocs.com/pt/tag/generate-reports-in-c...