Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 11,052 for

format

(0.11 sec)
  1. SVG to PNG Free on GroupDocs Blog | Document Au...

    SVG to PNG Free on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG to PNG Free on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......Konversi SVG ke PNG Konversikan format gambar SVG ke PNG menggunakan...

    blog.groupdocs.com/id/tag/svg-to-png-free/index...
  2. SVG to PNG Free on GroupDocs Blog | Document Au...

    SVG to PNG Free on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG to PNG Free on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......PNG Konwertuj obraz SVG na format PNG, korzystając z bezpłatnego...

    blog.groupdocs.com/pl/tag/svg-to-png-free/index...
  3. Extracting MakerNote Metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image inFormation that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary Format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Managing metadata for specific formats / Images / Working with metadata...properties in a proprietary binary format derived from EXIF. GroupDocs...

    docs.groupdocs.com/metadata/net/extracting-make...
  4. Working with Metadata in ASF Files | Documentation

    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...
  5. Metadata Scrubbing - Online and Programmatic Ap...

    Discover the online and programmatic way to remove or clean the metadata properties of documents and images....properties of different file formats. What about if we don’t need...metadata but only its file format info. That’s it! Let’s sanitize...

    blog.groupdocs.com/metadata/metadata-scrubber/
  6. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....By default library uses json format serialization and symmetric...Signature uses embedded json format serialization but allows user...

    docs.groupdocs.com/signature/java/sign-document...
  7. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file Formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data Formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap Formatting to strings in template syntax Template syntax support Formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template Formatting for numeric, text, image, date-time, chart elements Conditional Formatting of template text elements Linq-based template syntax Change Format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....microsoft office and email file formats based upon template documents...Assembly API: Multiple data formats support Use formulae & perform...

    docs.groupdocs.com/assembly/net/features-overview/
  8. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...trial Overview # Many document formats are tightly bound with fonts...defined font. Some document formats usually store the font data...

    blog.groupdocs.com/viewer/working-with-fonts/
  9. Search text | Documentation

    This article explains that how to search text from documents.... format ( "At %d: %s" , s . getPosition.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text/
  10. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "Name: %s" , rec . Name ));...

    docs.groupdocs.com/parser/java/parse-data-from-...