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

file

(0.11 sec)
  1. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....class by passing the input XLSX file path to its constructor as a...how to add watermarks to XLSX files. Code to Add Watermark to Excel...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  2. 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...
  3. 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/
  4. 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-...
  5. Քաղեք տեքստ DOC-ից Java-ի միջոցով

    Այս հոդվածը բացատրում է, թե ինչպես հանել տեքստը DOC-ից Java-ի միջոցով: Այն նաև տրամադրում է կոդ օրինակ՝ Java-ում DOC-ից տեքստի դուրսբերման համար՝ առանց լրացուցիչ ծրագրաշարի օգտագործման:... Extracting text from DOC files using Java is a common task...using Java . DOC is an older file format used by Microsoft Word...

    kb.groupdocs.com/hy/parser/java/extract-text-fr...
  6. 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/
  7. 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/
  8. 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...
  9. 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...
  10. 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...