Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 2,845 for

file editor

(0.4 sec)
  1. Protect PDF document | GroupDocs

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...DENY_PRINTING ); // Create a PDF file. PdfViewOptions viewOptions...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  2. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving File using GroupDocs.Annotation for .NET API....Editor Product Solution GroupDocs...{ area, ellipse }); //Result file will contains only ellipse annotations...

    docs.groupdocs.com/annotation/net/filtering-ann...
  3. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9: The Comparer class introduced as a single entry point to compare documents of any supported File format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Editor Product Solution GroupDocs...compare documents of any supported file format with various options...

    docs.groupdocs.com/comparison/net/migration-notes/
  4. Load document from Amazon S3 Storage | GroupDocs

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Editor Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "signedSample...

    docs.groupdocs.com/signature/java/load-document...
  5. Parse Data from Documents | GroupDocs

    Extract structured data from documents using templates with GroupDocs.Parser for Python via .NET....Editor Product Solution GroupDocs...invoice.pdf The following sample file is used in this example: Steps...

    docs.groupdocs.com/parser/python-net/parse-data...
  6. eSign document with Form Field signature | Grou...

    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...Editor Product Solution GroupDocs...Sign document and save to the file signature . Sign ( outputFilePath...

    docs.groupdocs.com/signature/net/esign-document...
  7. 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/
  8. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize document comparison report and modify the appearance of detected changes when using GroupDocs.Comparison for Node.js via Java....Editor Product Solution GroupDocs...following example compares two DOCX files from disk and applies custom...

    docs.groupdocs.com/comparison/nodejs-java/custo...
  9. Working with metadata in Spreadsheets | GroupDocs

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

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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...