Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 3,222 for

file editor

(0.29 sec)
  1. OCR Usage Basics | GroupDocs

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

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  2. Add resource redaction annotation | GroupDocs

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

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

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

    docs.groupdocs.com/signature/java/sign-document...
  4. GroupDocs.Viewer for Node.js overview | GroupDocs

    GroupDocs.Viewer for Node.js enables you to convert Files to HTML, PNG, JPEG, PDF File formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Editor Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files. You no longer need third-party...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  5. Shapes in spreadsheet document | GroupDocs

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Editor Product Solution GroupDocs...= new SpreadsheetWatermark ( File . ReadAllBytes ( "test.png"...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  6. 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 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....Editor Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-table-of...
  8. 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....Editor Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Compare Folders | GroupDocs

    Compare two folders to detect added, deleted, and modified Files using the directory_compare option of GroupDocs.Comparison for Python via .NET....Editor Product Solution GroupDocs...two folders, surface which files were added, deleted, or modified...

    docs.groupdocs.com/comparison/python-net/develo...
  10. Delete indexed paths | GroupDocs

    GroupDocs.Search 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....Editor Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/net/delete-indexed-pa...