Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 12,031 for

formatting

(0.25 sec)
  1. GroupDocs.Markdown for .NET overview | GroupDocs

    GroupDocs.Markdown is a specialized .NET library that transforms various document formats into clean, structured Markdown. Designed with AI and machine learning workflows in mind, it excels at converting complex documents into a format that's both machine-readable and human-friendly. The library carefully preserves document structure elements like headings, lists, tables, and links while maintaining semantic meaning and hierarchy....transforms various document formats into clean, structured Markdown...converting complex documents into a format that’s both machine-readable...

    docs.groupdocs.com/markdown/net/product-overview/
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Working with BMP...Metadata API supports extracting format-specific information from BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  3. Excluding Fonts from Output HTML using GroupDoc...

    We are excited to release another monthly release, version 17.9, of GroupDocs.Viewer for .NET. This version allows you excluding fonts from HTML representation of the document and saving them as external resources. Also, we have extended the support of responsive HTML for MS Visio documents, SVG images, MS Word documents, Open Office Text and Rich Text document format. The latest version also includes some important bug fixes for the issues found in prior releases....Text and Rich Text document format . The latest version also includes...images were converted into PNG format. Therefore, the images were...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  4. Merge Files to PDF Online | Combine Word, PDF, ...

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the specific slides of multiple PPT/PPTX files online & programmatically....combine multiple files into PDF format, you can use the free online...the same or different file format) to the designated area or...

    blog.groupdocs.com/merger/merge-to-pdf-online/
  5. Ekstrak Teks dari File Markdown menggunakan C# ...

    Ekstrak Teks dari File Markdown menggunakan C#. Parser file mardown dalam aplikasi .NET menggunakan document parser API oleh GroupDocs....mengekstrak teks dari berbagai format dokumen dalam aplikasi .NET...mendukung penguraian banyak format file lain seperti dokumen pengolah...

    blog.groupdocs.com/id/parser/extract-text-from-...
  6. pdf comparison

    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.... Le PDF étant l’un des formats numériques les plus utilisés...donné que le PDF est l’un des formats les plus utilisés dans le monde...

    blog.groupdocs.com/fr/tag/pdf-comparison/
  7. GroupDocs.Editor Product Family on GroupDocs Bl...

    GroupDocs.Editor Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Editor Product Family on GroupDocs Blog | Document Automatio......simpan perubahan dalam berbagai format menggunakan Editing Java API...simpan perubahan dalam berbagai format. Edit Dokumen Word di C# Mengedit...

    blog.groupdocs.com/id/categories/groupdocs.edit...
  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. 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...
  10. 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...