Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 14,049 for

file

(0.05 sec)
  1. Load from Stream | Documentation

    This article shows that how to load File from stream using redaction API...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/python-net/load-fr...
  2. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....try { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  3. How to load password-protected document | Docum...

    This article explains how to load password protected document with GroupDocs.Signature API....= 100 }; // sign document to file signature . Sign ( "SignedSampleProtecte"...

    docs.groupdocs.com/signature/net/load-password-...
  4. User roles | Documentation

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....pdf-file" )) { AreaAnnotation area =...

    docs.groupdocs.com/annotation/net/apply-roles/
  5. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  6. Save signed document with password | Documentation

    This article explains how to save document with password protection....false ); // sign document to file signature . sign ( "SignedProtected...

    docs.groupdocs.com/signature/java/save-signed-d...
  7. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  8. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  9. How to Extract Text from Word Document using C#

    This quick tutorial provides thorough information to extract text from Word document using C# and how to create the read text from Word document C# application....extracting the text from the Word file Create an object of the Parser...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  10. GroupDocs.Assembly for Java 18.5 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.5. Major Features Support for dynamic coloring of chart series and individual series points for the most of supported File formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-67  Support dynamic coloring of chart series and individual series points for Word Processing documents  Feature ASSEMBLYNET-68 Support dynamic coloring of chart series and individual series points for Spreadsheet documents  Feature ASSEMBLYNET-69 Support dynamic coloring of chart series and individual series points for Presentation documents  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....points for the most of supported file formats. Full List of Features...

    docs.groupdocs.com/assembly/java/groupdocs-asse...