Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 3,300 for

file editor

(0.61 sec)
  1. Set a Password for the Resultant Document | Gro...

    Apply a password to the comparison result document so only authorised users can open it, using GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...docx source.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  2. PDF Annotation Plugin for Contao CMS Is Now Ava...

    Contao users have a reason to smile. Our team is happy to announce the launch of GroupDocs’ Annotation plugin for Contao. Our document annotation app, GroupDocs Annotation, is popular with our users because it lets them annotate most popular File formats. Annotate PDF, word processing documents and images from a web-browser. GroupDocs Annotation lets you mark up documents, share feedback, discuss ideas and expedite the document review cycle. Invite colleagues for document review....lets them annotate most popular file formats. Annotate PDF, word...the feedback saved in a single file and publish the document. So...

    blog.groupdocs.com/total/pdf-annotation-plugin-...
  3. Redaction basics | GroupDocs

    This article shows that how Python developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Editor Product Solution GroupDocs...document next to the source file so = SaveOptions () so . add_suffix...

    docs.groupdocs.com/redaction/python-net/redacti...
  4. GroupDocs.Conversion for Java | GroupDocs

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert Files of different formats from within Java applications....Editor Product Solution GroupDocs...transformation between multiple file formats. It supports conversion...

    docs.groupdocs.com/conversion/java/
  5. 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....Editor Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....Editor Product Solution GroupDocs...Add directly to your .csproj file: <PackageReference Include=...

    docs.groupdocs.com/markdown/net/installation/
  7. Add document to Diagram via OLE | GroupDocs

    This article explains how to add document to Diagram via OLE with GroupDocs.Merger within your Java applications....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Editor Product Solution GroupDocs...export all replacements to a file, use the method. To import character...

    docs.groupdocs.com/search/java/character-replac...
  9. Load text from string | GroupDocs

    Compare raw text strings directly using LoadOptions.LoadText = true — no Files needed. Retrieve the diff result as a string via GetResultString() in GroupDocs.Comparison for .NET....Editor Product Solution GroupDocs...contains text to be compared, not file path). Instantiate the object...

    docs.groupdocs.com/comparison/net/load-text-fro...
  10. Convert XML Through XSLT Transformation to HTML...

    Learn how to convert a XML document to HTML and other formats using XSLT with GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...installed in your project. An XML file with the data to convert. An...

    docs.groupdocs.com/conversion/net/convert-xml-t...