Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 3,381 for

file format conversion

(0.31 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...support, fixes EPS‑to‑JPG conversion, and introduces Docker deployment...PowerPoint footers, PDF‑to‑HTML formatting, and hyperlink issues. The...

    blog.groupdocs.com/groupdocs.blog/
  2. Extract Images from XLSX using C#

    Learn how to extract images from XLSX using C# with step-by-step guide. Get practical C# code to extract images from XLSX and enhance your data extraction workflow....Conversion Product Family GroupDocs...developers who need to handle Excel files containing embedded images,...

    kb.groupdocs.com/parser/net/extract-images-from...
  3. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...Conversion Product Solution GroupDocs...By default library uses json format serialization and symmetric...

    docs.groupdocs.com/signature/net/sign-documents...
  4. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a File of any supported Format....Conversion Product Solution GroupDocs...embedded into different media formats. The defined XMP data model...

    docs.groupdocs.com/metadata/java/working-with-x...
  5. Scan Barcode | GroupDocs

    Learn how to scan and read barcodes from PDF, Word, Excel, PowerPoint documents and images using GroupDocs.Parser for .NET. Extract barcode values and positions in C# with error handling....Conversion Product Solution GroupDocs...from PDF, Microsoft Office formats: Word (DOC, DOCX), PowerPoint...

    docs.groupdocs.com/parser/net/scan-barcode/
  6. Implement custom serialization with QR-Code sig...

    This article explains how to implement custom serialization for QR-code electronic signatures....Conversion Product Solution GroupDocs...serialization name and display format, same as to mark property of...

    docs.groupdocs.com/signature/net/implement-cust...
  7. Removing metadata | GroupDocs

    Not all metadata properties extracted from a File are marked with tags. Some File Formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate Format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Conversion Product Solution GroupDocs...extracted from a file are marked with tags. Some file formats and metadata...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  8. 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....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Numbered List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a new presentation slide....Conversion Product Solution GroupDocs...report in Presentation Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  10. Common List Image in Spreadsheet Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Spreadsheet Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Excel Document Creating a Common List Please follow below steps to create Common List Image in MS Excel 2013: Insert the desired shape to display image in it....Conversion Product Solution GroupDocs...report in Spreadsheet Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/common-list-ima...