Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 3,293 for

file editor

(0.87 sec)
  1. GroupDocs.Watermark for Python via .NET | Group...

    Native Python library that adds, searches, and removes text and image watermarks across PDF, Word, Excel, PowerPoint, Visio, email, and image formats on Windows, Linux, and macOS. No Microsoft Office or OpenOffice required....Editor Product Solution GroupDocs...across the whole page. Supported File Formats GroupDocs.Watermark...

    docs.groupdocs.com/watermark/python-net/
  2. 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 getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Editor Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Add document to Presentation via OLE | GroupDocs

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

    docs.groupdocs.com/merger/net/add-document-to-p...
  4. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Editor Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  5. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Editor Product Solution GroupDocs...business-plan.docx is sample file used in this example. Click...

    docs.groupdocs.com/markdown/python-net/markdown...
  6. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Editor Product Solution GroupDocs...multipage_sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/redaction/python-net/select-...
  7. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....Editor Product Solution GroupDocs...PdfSearchableObjects . All ); String [] files = { "document.docx" , "spreadsheet...

    docs.groupdocs.com/watermark/java/searching-wat...
  8. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Advanced...

    docs.groupdocs.com/signature/python-net/search-...
  9. Working with ZIP archives and attachments | Gro...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Editor Product Solution GroupDocs...attachments Leave feedback Detect file type of container item Iterate...

    docs.groupdocs.com/parser/net/working-with-zip-...
  10. Optimize images in Java | GroupDocs

    Optimize images in a PDF File using GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize images in Java Optimize...

    docs.groupdocs.com/viewer/java/optimize-images/