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

file merger

(0.07 sec)
  1. 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...
  2. Save output to a stream | Documentation

    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...
  3. 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...
  4. Add resource redaction annotation | Documentation

    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...
  5. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Merger Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/net/font-embedding-op...
  6. OCR Usage Basics | Documentation

    This article explains how to use OCR....Merger Product Solution GroupDocs...To extract a text from image files or non-text PDF documents GetText...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  7. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on component positioning, alignment and other visual options with GroupDocs.Signature...Merger Product Solution GroupDocs...Sign document and save to the file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/esign-document...
  8. How to make cache thread-safe in your Java appl...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....Merger Product Solution GroupDocs...simultaneously view the same file. The web application uses GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-make-cach...
  9. 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-...
  10. Working with metadata in PDF documents | Docume...

    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 FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Merger Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...