Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 3,864 for

editing

(0.06 sec)
  1. Convertir JPG a DOCX usando C#

    Si sigue atentamente este tutorial, aprenderá cómo convertir de manera eficiente JPG a DOCX usando C#. Además, le proporcionaremos un código para exportar JPG a DOCX usando C#....en documentos flexibles y editables. Este proceso se puede utilizar...

    kb.groupdocs.com/es/conversion/net/convert-jpg-...
  2. Change Page Orientation of Word Document in Java

    Change the orientation of pages in Word DOC/DOCX documents in Java. Set pages as portrait or landscape within applications using GroupDocs....Annotate Word files in Java Edit Word Documents in Java Rearrange...

    blog.groupdocs.com/merger/change-page-orientati...
  3. How to Run Examples | Documentation

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Watermark examples, by building your own or using our back-end or front-end examples out-of-the-box....you can fork the repository, edit the source code and create a...

    docs.groupdocs.com/watermark/nodejs-java/how-to...
  4. Render PPTX as JPG using Python

    Learn how to render PPTX as JPG using Python. This tutorial explains how to convert PPTX to JPG in Python for slide image generation and sharing....dashboards, and mobile apps Non-editable format protects slide content...

    kb.groupdocs.com/viewer/python/render-pptx-as-j...
  5. Render DOCX as PNG using Python

    Learn how to render DOCX as PNG using Python. This tutorial explains the steps and provides sample code to convert DOCX to PNG in Python for easy sharing....situations requiring crisp, editable visuals. Many programmers...

    kb.groupdocs.com/viewer/python/render-docx-as-p...
  6. Change Page Orientation of Word Document in C# ...

    Change the orientation of pages in Word DOC/DOCX documents using C#. Set pages as portrait or landscape within .NET applications using GroupDocs....using C# Compare Word Documents Edit Word Documents Add or Remove...

    blog.groupdocs.com/merger/change-page-orientati...
  7. Chỉnh sửa tệp XML | Chỉnh sửa trực tuyến & Phươ...

    Khám phá những cách hiệu quả để chỉnh sửa tệp XML. Chỉnh sửa tệp XML trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....Edit(editOptions)) { // Chỉnh sửa...EditableDocument beforeEdit = editor.edit(editOptions); // Chỉnh sửa XML...

    blog.groupdocs.com/vi/editor/edit-xml-files/
  8. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/getting-known-...
  10. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/get-docu...