Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 3,768 for

editing

(0.05 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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...Edit(options); // Get the HTML with...EditableDocument editableDocument = editor.Edit(options); // Get the HTML with...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  3. Digital Signature - esign PPTM documents | Grou...

    Digital signature (eSignature) for PPTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPTM documents for free!... PPTM files can be edited by opening them in Microsoft...

    products.groupdocs.app/signature/pptm
  4. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX documents for free!...unlike PPTX file that opens in editable mode. The sequence of slide...

    products.groupdocs.app/signature/ppsx
  5. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-e...
  6. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-x...
  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 the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Integrar marcas de agua en aplicaciones Node.js

    Siga nuestra guía para implementar fácilmente marcas de agua en sus proyectos Node.js con la API GroupDocs.Watermark for Node.js rica en funciones....múltiples formatos: agregue, edite y elimine marcas de agua en...

    blog.groupdocs.com/es/watermark/integrate-water...
  9. 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 the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...