Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 12,396 for

formatting

(0.72 sec)
  1. GroupDocs.Viewer 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....convert it into other document formats such as PDF, JPG, PNG, or HTML...transport data in a structured format, is widely used in the programming...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  2. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Managing metadata for specific formats / Other / Working with saved...most popular email message formats: EML and MSG. The following...

    docs.groupdocs.com/metadata/net/working-with-sa...
  3. Java Regex - Pencarian di Dokumen menggunakan E...

    Buka kekuatan pencarian terprogram di Java! Pelajari cara mencari beberapa dokumen berbasis teks di seluruh folder dengan presisi menggunakan ekspresi reguler....cerdas mencari dokumen dalam format file berbeda di seluruh folder...tertentu dalam file dengan format berbeda di seluruh folder,...

    blog.groupdocs.com/id/search/search-in-document...
  4. Convert SVG Files 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....benötigt wird, ist PNG eines der Formate, die einem in den Sinn kommen...SVG-Vektorgrafiken in andere Formate zu konvertieren. In diesem...

    blog.groupdocs.com/de/tag/convert-svg-files-in-...
  5. CHM Files Now Supported in Version 17.8.0 of Gr...

    Team GroupDocs is pleased to notify its users about the regular monthly release of version 17.8.0 of the .NET Text extraction API. The latest release introduces support for .chm files and allows its users to extract text from CHM files. This feature allows extracting either a single line or all text characters from a file of .chm format. We highly recommend our users to download or update the API to the latest version and get advantage of the ability to extract text from the CHM files....chm format. We highly recommend our users...adds another file format to the list of formats supported by the...

    blog.groupdocs.com/parser/chm-files-now-support...
  6. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Український Tiếng Việt 中文 中國傳統的 Format file STL (STereoLithography)...terprogram ke dalam berbagai format lain. Salah satu alasan konversi...

    blog.groupdocs.com/id/groupdocs.blog/page/28/
  7. Convertir WebP en JPG, PNG et PDF en Java | Gra...

    Comment convertir WebP en JPG, PNG ou PDF en Java à l'aide d'une API de conversion de document open source. Convertissez WebP en ligne gratuitement. Des exemples d'exécution sont disponibles....Tiếng Việt 中文 中國傳統的 WebP est le format d’image introduit par Google...sont plus petites que les formats d’image bien connus et largement...

    blog.groupdocs.com/fr/conversion/convert-webp-t...
  8. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Words formats - DOC, DOCX, RTF, and Open Office format - ODT...documents (Microsoft Office Excel formats - XLSX, XLS and Open Office...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Managing metadata for specific formats / Other / Working with ZIP...archives Leave feedback Get ZIP format metadata The API allows detecting...

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