Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 3,097 for

file editor

(1.98 sec)
  1. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java 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 getPresentationType method to obtain File format information advanced_usage....Editor Product Solution GroupDocs...and extract some additional file format information. a presentation...

    docs.groupdocs.com/metadata/java/working-with-m...
  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. Comparison | GroupDocs

    Reference for all CompareOptions properties in GroupDocs.Comparison for .NET — sensitivity, styles, coordinates, summary page, bookmarks, revisions, and format-specific options....Editor Product Solution GroupDocs...detection algorithm and output file creation by setting the class...

    docs.groupdocs.com/comparison/net/comparison/
  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 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...
  6. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive Files with one or multiple electronic signatures...Editor Product Solution GroupDocs...feedback supports signing archive files with formats like ZIP, TAR the...

    docs.groupdocs.com/signature/java/signing-archi...
  7. 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...
  8. 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...
  9. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Editor Product Solution GroupDocs...sign Word Processing document files. Word Processing document metadata...

    docs.groupdocs.com/signature/java/esign-word-pr...
  10. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null....Editor Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-hyperlin...