Sort Score
Result 10 results
Languages All
Labels All
Results 3,911 - 3,920 of 4,268 for

editing

(0.96 sec)
  1. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/handling-the-a...
  2. Insert OLE Objects in Word, Excel, PowerPoint w...

    Embed or insert document OLE objects in Word documents, Excel Spreadsheets, or Powerpoint presentations programmatically in C# using .NET API....and allows you to create and edit documents containing items or...

    blog.groupdocs.com/merger/insert-ole-objects-in...
  3. GroupDocs.Metadata for Python 26.5 – Lanzamient...

    GroupDocs.Metadata for Python 26.5 añade una API tipada con stubs .pyi, compatibilidad con Python 3.14, ruedas autocontenidas para todas las plataformas y la integración de agentes de IA.... Code example # Edite metadatos usando predicados...

    blog.groupdocs.com/es/metadata/groupdocs-metada...
  4. Using Bootstrap CSS Framework in Your Project

    null is the most popular and widely used CSS framework and there is a good reason for its popularity. It gives developers well styled CSS for the elements used most in the modern web. Things like buttons, form controls, navigation and much, much more. Since it’s written in LESS it keeps the CSS of bigger projects such as GroupDocs well organized so it is easy to follow and maintain your CSS code....you’re strongly encouraged to edit this file so it reflects the...

    blog.groupdocs.com/total/using-bootstrap-css-fr...
  5. Renderizar PPTX como PNG usando Python

    Aprenda cómo renderizar PPTX como PNG usando Python. Este tutorial muestra cómo convertir PPTX a PNG en Python para generar imágenes de diapositivas adecuadas para compartir e incrustar....diferencia de las presentaciones editables, las imágenes estáticas garantizan...

    kb.groupdocs.com/es/viewer/python/render-pptx-a...
  6. Convertir TXT a XLSX usando Node.js

    Convierte TXT a XLSX con Node.js de forma rápida y sin conexión. Aprende a exportar TXT a XLSX en Node.js y automatiza fácilmente la conversión de texto a hoja de cálculo....texto sin formato en archivos editables de Excel, ampliamente utilizados...

    kb.groupdocs.com/es/conversion/nodejs/convert-t...
  7. Convertire PPTX in DOCX utilizzando Node.js

    Scopri come convertire PPTX in DOCX usando Node.js con una guida passo passo. Esporta facilmente PPTX in DOCX in Node.js con codice semplice e potenti funzionalità di conversione....tempo, ridurre le attività di editing manuale e semplificare la gestione...

    kb.groupdocs.com/it/conversion/nodejs/convert-p...
  8. Word Track Changes | GroupDocs

    Choose whether to include or ignore Microsoft Word Track Changes (revisions) during comparison via word_track_changes on CompareOptions in GroupDocs.Comparison for Python via .NET....tracked revisions so historical edits do not affect the diff. ign...

    docs.groupdocs.com/comparison/python-net/develo...
  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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

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