Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 706 for

printing annotations

(0.04 sec)
  1. Get document info | GroupDocs

    Learn how to get basic document information including file type, page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#....Annotation Product Solution GroupDocs...parser . GetDocumentInfo (); // Print document information Console...

    docs.groupdocs.com/parser/net/get-document-info/
  2. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/locating-sign...
  3. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....Annotation Product Solution GroupDocs...verify_options ) if result . is_valid : print ( " \n Document was verified...

    docs.groupdocs.com/signature/python-net/verify-...
  4. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/java/load-document-fr...
  5. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....Annotation Product Solution GroupDocs...shapes across sections and prints type, geometry, alignment,...

    docs.groupdocs.com/watermark/python-net/existin...
  6. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Annotation Product Solution GroupDocs...getPhotoUriRecords ()) { // Print the property value System ....

    docs.groupdocs.com/metadata/java/working-with-v...
  7. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  8. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page....Annotation Product Solution GroupDocs...getPageCount (); p ++) { // Print a page number System . out ...

    docs.groupdocs.com/parser/java/extract-formatte...
  9. Get supported features | GroupDocs

    This article shows how to check if feature supported for the document....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/java/get-supported-fe...
  10. Search text in EPUB eBooks | GroupDocs

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-e...