Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 11,999 for

format

(0.55 sec)
  1. Convert Selected or Partial Spreadsheet Rows

    You might be looking for a software component or API using that an excel sheet could be converted to PDF/Word or any other supported Format partially. What is the difference? Many of us are just concerned with the output. Process an excel spreadsheet and get the right PDF/output. A simple conversion (Complete spreadsheet to PDF) is ideal until the source file has limited number of rows. Partial Conversion - Usability If you have a spreadsheet with more than 10,000 rows and your data or concerned rows are somewhere between 5,000 to 8,000....PDF/Word or any other supported format partially. What is the difference...

    blog.groupdocs.com/conversion/convert-selected-...
  2. Does GroupDocs.Editor have a Vue component to e...

    Does GroupDocs.Editor have a Vue component to embed document editing functionality, or does it provide JavaScript libraries to do document editing in the vue interface...output document of the desired format Now in above steps, it’s up...

    forum.groupdocs.com/t/does-groupdocs-editor-hav...
  3. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG Formats....to load images in various formats and convert them to HTML, PDF...to HTML, PDF, PNG, or JPEG format. For multipage images (such...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  4. Convert compression formats | GroupDocs

    In this article, you will learn how to extract compressed files and convert them to desired Format with GroupDocs.Conversion for .NET....Archives Convert compression formats Leave feedback On this page...page About compression file formats File compression is the process...

    docs.groupdocs.com/conversion/net/convert/compr...
  5. DOCX to PDF on GroupDocs Blog | Document Automa...

    DOCX to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DOCX to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers K......dokumenty programu Word na format PDF w Javie Konwertuj dokumenty...

    blog.groupdocs.com/pl/tag/docx-to-pdf/index.xml
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...capabilities and improves auto‑format detection for reliable saves...

    blog.groupdocs.com/groupdocs.blog/page/3/
  7. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported Format....image file format) is a standard that specifies the formats to be...definition and name of the format, EXIF is just a metadata standard...

    docs.groupdocs.com/metadata/net/working-with-ex...
  8. 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...
  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. GroupDocs.Conversion for Java | GroupDocs

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert files of different Formats from within Java applications....transformation between multiple file formats. It supports conversion across...including Microsoft Office formats (Word, Excel, PowerPoint),...

    docs.groupdocs.com/conversion/java/