Sort Score
Result 10 results
Languages All
Labels All
Results 4,521 - 4,530 of 14,620 for

file

(0.05 sec)
  1. Basic usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks....document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/net/basic-usage/
  2. Extract attachments from Emails | Documentation

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  3. Add highlight annotation | Documentation

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for Java....// Add annotation and save to file annotator . add ( highlight...

    docs.groupdocs.com/annotation/java/add-highligh...
  4. Add underline annotation | Documentation

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for Java....// Add annotation and save to file annotator . add ( underline...

    docs.groupdocs.com/annotation/java/add-underlin...
  5. Certain check box is showing '?' symbol after t...

    Certain check box is showing ‘?’ symbol after the check box and Smiley check box symbol is getting changed to normal tick symbol only in PDF rtaImage (5).jpeg (95.1 KB) rtaImage (6).jpeg (132.7 KB)...KB) Sample word and converted files. PDF version:1.7 PDF Producer:...Java for converting the Word file to PDF? sonamsinha November...

    forum.groupdocs.com/t/certain-check-box-is-show...
  6. Topics tagged java

    Topics tagged java...Overlapping Data When Viewing XLSX Files in GroupDocs Viewer Live Demo... 2025 Unable to redact text file containing asterisks GroupDocs...

    forum.groupdocs.com/tag/java
  7. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....DarkGreen ) } }; // sign document to file SignResult signResult = signature...generate QR codes and/or sign your files with QR codes for free, you...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. advanced_usage.managing_me...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Render EML as PNG using Python

    Learn how to render EML as PNG using Python. This tutorial explains how to convert EML to PNG in Python with custom dimensions for email visualization....EML as PNG using Python Email files in .eml format store detailed...investigations. Transforming EML files into image formats like PNG...

    kb.groupdocs.com/viewer/python/render-eml-as-pn...
  10. Output format and password | Documentation

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...