Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 12,649 for

format

(0.3 sec)
  1. How to merge images to JPEG using C# | GroupDocs

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library....About JPEG File Format JPEG is a type of image format that is saved...

    docs.groupdocs.com/merger/net/getting-started/u...
  2. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....without even knowing the exact format of the loaded file. The code.... out . println ( String . format ( "Property name: %s, Property...

    docs.groupdocs.com/metadata/java/find-metadata-...
  3. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....object corresponding to the format being compared. C# using System...Document object of corresponding format. Aspose . Words . Document...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  4. Export Annotations to TIFF Files

    This may be a big news for those who annotate TIFF documents, most of the time. Previously, there was issue with this Format. API was throwing exception “Cannot open image file”. But now you can: Import annotations from TIFF file Delete annotations from it Export annotations into it Moreover, in trial mode you were not able to get document info. This issue is now resolved in GroupDocs.Annotation for .NET 19.6.... there was issue with this format. API was throwing exception...Slide Formats API now supports following new Slide formats: PPTM...

    blog.groupdocs.com/annotation/export-annotation...
  5. GroupDocs.Conversion for Python - document conv...

    input.zip (85.2 KB) Using the code example in following link throws exception input.pdf (202.9 KB) Unhandled exception. System.IO.FileLoadException: Could not load file or assembly ‘System.Text.Encoding.CodePages, Ver…...Convert a Document to Another Format Learn how to convert a single...single document to another format using GroupDocs.Conversion for...

    forum.groupdocs.com/t/groupdocs-conversion-for-...
  6. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document Formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document inFormation and preview generation procedures were simplified....for all supported document formats. Product architecture was redesigned...Load documents Any supported format The following examples show...

    docs.groupdocs.com/watermark/net/migration-notes/
  7. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the Format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading matroska format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for .NET... Format ( "{0}_{1}" , invalidItem ...WordProcessingSaveOp with the desired format. Optimize memory usage if necessary...

    docs.groupdocs.com/editor/net/fixing-invalid-fo...
  9. How to insert references in the document - Free...

    Hi, we are trying to explore to allow us to edit document templates online. It require us to link other child documents. In word we usually insert these references using Ctrl+K Please let me know if this can be achie…...output document of desired format....

    forum.groupdocs.com/t/how-to-insert-references-...
  10. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Java programming language....importing the documents in format for a long time. However, in...and the same as for other formats. There are no dedicated load...

    docs.groupdocs.com/editor/java/how-to-edit-xml/