Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 4,044 for

editing

(0.37 sec)
  1. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....transforming an ebook file to a non-editable format by consuming one of...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Convert XLSX to JPG using Python

    Learn how to convert XLSX to JPG using Python in a few simple steps. This guide covers how to export XLSX to JPG in Python with clean layout and high image quality....embedding charts into non-editable formats. With automation support...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  3. Convert JPG to DOCX using Java

    By following this tutorial, you will acquire the skills to convert JPG to DOCX using Java. We will provide you the code to seamlessly export JPG to DOCX using Java....content into versatile and editable documents. This versatile...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  4. Cómo convertir Excel a PDF usando Java

    Este es un tutorial básico sobre cómo convertir Excel a PDF usando Java. Convierta documentos sin el uso de software de terceros y distribúyalos rápidamente a todos....interesadas en un formato no editable. Como resultado, la conversión...

    kb.groupdocs.com/es/conversion/java/how-to-conv...
  5. XML Viewer using C# | Render XML as PDF using ....

    View XML files as PDF using C#. Learn how to render XML files within your own XML viewer .NET application using GroupDocs API....XML in C# JSON to XML in C# Edit XML Files using C# Generate...

    blog.groupdocs.com/viewer/xml-viewer-using-csharp/
  6. ویرایش فایل های XML | ویرایش آنلاین و رویکرد بر...

    روش های کارآمد برای ویرایش فایل های XML را کشف کنید. فایل های XML را به صورت آنلاین ویرایش کنید یا با استفاده از C# و Java این کار را به صورت برنامه نویسی انجام دهید....Edit(editOptions)) { // هر چیزی را...EditableDocument beforeEdit = editor.edit(editOptions); // XML را ویرایش...

    blog.groupdocs.com/fa/editor/edit-xml-files/
  7. How to run examples | GroupDocs

    This article describes how to run Java file conversion API code examples....you can fork the repository, edit the source code, and create...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  8. Working with metadata in GIF images | GroupDocs

    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 | GroupDocs

    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. Generate document preview | GroupDocs

    This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/generate-docume...