Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 10,762 for

format

(0.23 sec)
  1. Working with metadata in PDF documents | Docume...

    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...
  2. Introducing ASP.NET WebForms Document Metadata ...

    GroupDocs team is pleased to announce first release of ASP.NET WebForms Document Metadata Editor App using GroupDocs.Metadata for .NET API This initial release v1.0.0 comes up with features to provide easy ways to manage metadata in various Formats. It enables user to read and remove the metadata of documents (Words, Spreadsheet, Presentation, PDF) and images (JPEG, PNG, GIF) with download the original or updated document and many more features. We recommend you to download and explore this version....manage metadata in various formats. It enables user to read and...original file Upload supported format file Select uploaded documents...

    blog.groupdocs.com/metadata/introducing-asp.net...
  3. 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...
  4. Introducing Metered License Support in GroupDoc...

    We are glad to announce another monthly release of GroupDocs.Editor for Java 18.9. This release comes up with multitude of new features. Now, you can manipulate documents by applying Metered License. Moreover, improvements like security update and few fixes are also introduced in this release. We’d recommend you to download latest version of the API and share your feedback. Features Following features for Cell documents are introduced: Conversion to HTML Format...introduced: Conversion to HTML format Generation from input HTML...

    blog.groupdocs.com/editor/groupdocs.editor-for-...
  5. Convert Specific Document Pages using - GroupDo...

    GroupDocs team is glad to announce regular release of Document Conversion API for .NET v17.8.0. In this monthly release new document conversion features like Convert Specif Pages from source Document and Hide Comments for Cells documents are introduced. This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application. Document Conversion API - Major Changes This monthly release of GroupDocs....comments for Cells documents format Implemented possibility to...

    blog.groupdocs.com/conversion/document.conversi...
  6. 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...
  7. Loading files | Documentation

    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...
  8. Support for Diagrams in GroupDocs.Merger

    GroupDocs.Merger now supports diagram Formats such as VSDFX, VSDM, VSSX, VSSM and VTX . It allows you to swap, rotate or trim pages in diagrams. Apart for that, you can also set or remove password protection of diagrams. This API comes in both Java and .NET platforms and could be integrated in any your .NET or Java application without any dependency. Features for Diagrams Format Swap Pages: This feature allows you to exchange the position of two pages in the document....Merger now supports diagram formats such as VSDFX, VSDM, VSSX,...dependency. Features for Diagrams Format # Swap Pages: # This feature...

    blog.groupdocs.com/merger/support-for-diagrams-...
  9. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications....contain High-Efficiency Image Format HEIF images. XMP is an XML-based...EXIF (Exchangeable Image File Format) is the standard and defines...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  10. Loading files | Documentation

    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/java/loading-files/