Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 5,580 for

file merger

(0.59 sec)
  1. 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...
  2. 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...
  3. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....Merger Product Family GroupDocs.Redaction...PPTX (PowerPoint Open XML) files can greatly enhance operations...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  4. Sign document with MaxiCode barcode Symbology |...

    This article explains how to sign document with MaxiCode barcode Symbology signatures...Merger Product Solution GroupDocs...data }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Custom text extractors | GroupDocs

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Merger Product Solution GroupDocs...string filePath ) { string text = File . ReadAllText ( filePath );...

    docs.groupdocs.com/search/net/custom-text-extra...
  6. 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...
  7. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...Merger Product Solution GroupDocs..."JohnSmith" ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  8. Features Overview | GroupDocs

    This is an overview of GroupDocs.Merger for Java library features and capabilities...Merger Product Solution GroupDocs...GroupDocs.Merger Product Family / GroupDocs.Merger for Java /...

    docs.groupdocs.com/merger/java/features-overview/
  9. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....Merger Product Solution GroupDocs...with-attachment.eml is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-each...
  10. Add area annotation | GroupDocs

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

    docs.groupdocs.com/annotation/java/add-area-ann...