Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 11,964 for

formatting

(0.44 sec)
  1. Search text in PDF documents | GroupDocs

    To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text-in-p...
  2. Search text in Microsoft OneNote sections | Gro...

    To search a keyword in Microsoft OneNote sections search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft OneNote section: Instantiate Parser object for the initial section; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the section....Extract data from various formats / Extract data from Microsoft.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text-in-m...
  3. Introducing Web Report Generator | GroupDocs

    Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own database (MS SQL Server local OR Remote) tables, views and also with custom query....(created in Supported Document Formats following Supported Template...Report in a format as per source Template Document format. Download...

    docs.groupdocs.com/assembly/net/introducing-web...
  4. Extraire du texte d'un PPT à l'aide de C#

    Cet article détaille le processus d'extraction de texte à partir d'un PPT à l'aide de C#. Il comprend un exemple de code pour vous aider à intégrer l'extraction de texte à partir d'un PPT dans des projets C#....PowerPoint, souvent enregistrées au format PPT , peuvent contenir des...fournir des informations dans un format visuel. Cependant, il arrive...

    kb.groupdocs.com/fr/parser/net/extract-text-fro...
  5. GroupDocs.Metadata Product Family

    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....Bilder im High-Efficiency Image Format HEIF enthalten kann. XMP ist...EXIF (Exchangeable Image File Format) ist jedoch der Standard und...

    blog.groupdocs.com/de/categories/groupdocs.meta...
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...diekstraksi dapat disimpan dalam format BMP, GIF, JPEG, PNG, dan WebP...PNG, API Java ini mendukung format gambar BMP, GIF, JP2, TIFF...

    blog.groupdocs.com/id/groupdocs.blog/page/35/
  7. C#에서 WAV 파일의 RIFF INFO 및 메타데이터 추출

    C#에서 WAV 오디오 파일의 메타데이터 및 RIFF INFO를 추출합니다. 메타데이터 API를 사용하면 .NET 애플리케이션 내에서 메타데이터를 관리할 수 있습니다....(Resource Interchange File Format)는 태그가 지정된 청크로 데이터를 저장하기 위한...Channels Console.WriteLine("Audio Format: " + root.WavPackage.AudioFormat);...

    blog.groupdocs.com/ko/metadata/extract-riff-inf...
  8. Konwertuj arkusze kalkulacyjne Excel do formatu...

    Konwertuj pliki Excela na PDF w Javie. Konwertuj cały skoroszyt, wybrane lub kolejne arkusze lub dowolny zakres komórek za pomocą Java API do konwersji arkuszy kalkulacyjnych....arkusze plików programu Excel na format PDF — Java # Najprostszym sposobem...(A1:C20) arkusza numer 1 na format PDF w Javie. /* * Konwertuj...

    blog.groupdocs.com/pl/conversion/convert-excel-...
  9. PowerPoint Viewer – Buka & Baca Berkas PPT, PPT...

    Pelajari cara melihat presentasi PowerPoint secara online menggunakan penampil PPTX gratis atau secara programatik dengan API untuk .NET, Java, Python, dan Node.js....untuk mengonversi presentasi ke format PDF atau HTML tanpa perlu menginstal...PowerPoint dengan mudah ke dalam format PDF atau HTML. API ini bersifat...

    blog.groupdocs.com/id/viewer/view-powerpoint-pr...
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Managing metadata for specific formats / Video / Working with Metadata...metadata in ASF files Reading ASF format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...