Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 5,693 for

file merger

(0.38 sec)
  1. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Merger Product Solution GroupDocs...Image ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/composing-sig...
  2. Extract attachments from PDF portfolios | Group...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: 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 get container item names, sizes and obtain content....Merger Product Solution GroupDocs...attachments ) { // Print the file path System . out . println...

    docs.groupdocs.com/parser/java/extract-attachme...
  3. Delete indexed paths | GroupDocs

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....Merger Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/java/delete-indexed-p...
  4. How to Sign JPEG with Text Signature using Java

    This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java....Merger Product Family GroupDocs.Redaction...the necessary adjustments to file paths, integrating the provided...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  5. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Merger Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Merger Product Solution GroupDocs...and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...Merger Product Solution GroupDocs...instantiate and release the output file streams. defines methods to...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  8. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs...// Add annotation and save to file annotator . add ( resourcesRedaction...

    docs.groupdocs.com/annotation/java/add-resource...
  9. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Merger Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "QrCodeEncrypted...

    docs.groupdocs.com/signature/java/sign-document...
  10. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Merger Product Solution GroupDocs...password_protected.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-to-h...