Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 11,805 for

format

(0.53 sec)
  1. Implement conversion from PostScript documents ...

    We are pleased to announce our next version GroupDocs.Conversion for .NET 18.2. This release covers two new features, one improvement and a bug fix. Blank rows and columns could be skipped when converting Cells document. For further details included in this month’s release, please visit the release notes. Following sections will provide you the details about the new features of the API. .NET Document Conversion API – New Features Convert specific range when converting cells documentConvert specific range when converting to other than cells Format....converting to other than cells format. Example: “D1:F8” Following...

    blog.groupdocs.com/conversion/implement-convers...
  2. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected documents and load files from different sources. For more details please refer to the following guides:...stream Load a file of a specific format Load a password-protected document...

    docs.groupdocs.com/metadata/nodejs-java/loading...
  3. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more inFormation on the Photoshop file Format and metadata blocks that can be attached to images of different Formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileFormatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file Format) from a JPEG image....Managing metadata for specific formats / Images / Working with metadata...information on the Photoshop file format and metadata blocks that can...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision inFormation from Word files....Extract data from various formats / Extract data from Microsoft...Console . WriteLine ( string . Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Different visualization than the actual documen...

    As per the preview, we are getting numerical values instead of the pictoral graphs for the categories. attaching the screenshot for your reference. image.png (31.8 KB) image.png (115.3 KB) Please suggest the changes …...first of all please say — which format this particular document has...Combine("Output folder path", string.Format("{0}-embedded-page{{0}}.html"...

    forum.groupdocs.com/t/different-visualization-t...
  7. Convert PDF to PNG using C#

    Convert PDF to PNG using C# with a clear guide and C# code to convert PDF pages to PNG images, using GroupDocs.Conversion for fast, high‑quality and reliable output....specify PNG as the target image format for the conversion process...define PNG as the target output format, ensuring accurate rendering...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  8. Date field in template populated as plain text ...

    Hi, we found that the date field is populated as a plain text in template “Template_GeneratedByGroupDocs.doc”(one attached here) instead of driven by formula. we can view the formula for the date field in template “Tem…...translate this to some other format (HTML in our case) you should...convert document back to the DOC format, they are absent. However,...

    forum.groupdocs.com/t/date-field-in-template-po...
  9. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....in HTML, PDF, PNG, and JPEG formats. Use this library to display...document to HTML, PDF, or image format. These methods allow you to...

    docs.groupdocs.com/viewer/python-net/render-lot...
  10. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....contain High-Efficiency Image Format HEIF images. In this article...the Exchangeable Image File Format is the standard that defines...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...