Sort Score
Result 10 results
Languages All
Labels All
Results 5,231 - 5,240 of 7,024 for

paged

(0.05 sec)
  1. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to use custom cache implementation | Docume...

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  3. Fusionner et diviser des fichiers EPUB en C# - ...

    Apprenez à fusionner et diviser des fichiers EPUB en utilisant C# avec GroupDocs.Merger pour .NET. Essayez les fonctionnalités puissantes pour gérer vos documents EPUB.... Il permet une mise en page flexible et un support multimédia... par exemple par numéros de page. Exécutez la division : Appelez...

    blog.groupdocs.com/fr/merger/merge-and-split-ep...
  4. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  5. Custom text extractors | Documentation

    GroupDocs.Search for Node.js supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/nodejs-java/custom-te...
  6. 如何使用 C# 从 PDF 中提取文本

    了解如何使用 C# 高效地从 PDF 中提取文本。此外,还可以探索 C# 阅读 PDF 文本的分步说明和代码,而无需安装额外的工具。...Pages 属性访问整个文档页面列表 使用 Page.Lines 迭代每个页面上的行集合以从每行中提取文本...

    kb.groupdocs.com/zh/viewer/net/how-to-extract-t...
  7. Fusionner des fichiers HTML en utilisant C#

    Ce guide fournira des instructions clés pour fusionner des fichiers HTML à l'aide de C# et comprendra un extrait de code montrant comment combiner efficacement des fichiers HTML en C#....la combinaison de plusieurs pages Web en un seul document ou la...l’efficacité de la création de pages Web, de rapports et de modèles...

    kb.groupdocs.com/fr/merger/net/merge-html-files...
  8. Comment ajouter une annotation de points dans u...

    Cet article propose des conseils sur la façon d'ajouter des annotations ponctuelles dans un PDF à l'aide de C#. De plus, il inclut du code et des étapes pour insérer une annotation ponctuelle dans un PDF en C#....des points spécifiques sur une page, en fournissant des informations...la position et le numéro de page Appelez la méthode Annotator...

    kb.groupdocs.com/fr/annotation/net/how-to-add-p...
  9. Documenti Word come pagine HTML responsive in J...

    Rendering di documenti Word da visualizzare come pagine HTML reattive in Java. Converti file DOC, DOCX in pagine HTML responsive utilizzando l'API Java del visualizzatore di documenti....DOC/DOCX in HTML Responsive Page in Java try (Viewer viewer =...HtmlViewOptions.forEmbeddedResources("path/page_{0}.html"); viewOptions.set...

    blog.groupdocs.com/it/viewer/view-word-document...
  10. Word-Dokumente als responsive HTML-Seiten in Ja...

    Rendern Sie Word-Dokumente so, dass sie als responsive HTML-Seiten in Java angezeigt werden. Konvertieren Sie DOC-, DOCX-Dateien in HTML-responsive Seiten mit der Java-API des Dokumentbetrachters....DOC/DOCX-Dokumente in HTML Responsive Page in Java try (Viewer viewer =...HtmlViewOptions.forEmbeddedResources("path/page_{0}.html"); viewOptions.set...

    blog.groupdocs.com/de/viewer/view-word-document...