Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 761 for

printing annotations

(0.04 sec)
  1. Getting Document Information | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...converter . getDocumentInfo (); // Print basic document info System ...

    docs.groupdocs.com/conversion/java/get-document...
  2. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java...Annotation Product Solution GroupDocs...saveOptions ); } Completion Message Print a confirmation message to indicate...

    docs.groupdocs.com/editor/java/fixing-invalid-f...
  3. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Annotation Product Solution GroupDocs...!= null ) { System . out . print ( "Found DocumentSignature:...

    docs.groupdocs.com/signature/java/search-embed-...
  4. Sécuriser les PDF avec une protection par mot d...

    Guide étape par étape pour mettre en œuvre la sécurité des documents PDF avec GroupDocs.Signature - ajouter des mots de passe, définir des permissions utilisateur et contrôler l'accès au document pour une protection renforcée...modification, la copie ou l’annotation. En définissant des permissions...// Set permissions to deny printing and modification saveOptions...

    blog.groupdocs.com/fr/signature/protect-signed-...
  5. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples....Annotation Product Solution GroupDocs...Office. Q: Can users still print watermarked documents? A: Yes...

    docs.groupdocs.com/watermark/net/secure-methods...
  6. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....Annotation Product Solution GroupDocs...ParseByTemplate ( template ); // Print all extracted data for ( int...

    docs.groupdocs.com/parser/net/working-with-temp...
  7. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for Node.js via Java...Annotation Product Solution GroupDocs...saveOptions ); Completion Message Print a confirmation message to indicate...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...
  8. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....Annotation Product Solution GroupDocs...if ( reader != null ) { // Print the extracted text Console ...

    docs.groupdocs.com/parser/net/
  9. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Annotation Product Solution GroupDocs...parseByTemplate ( template ); // Print all extracted data for ( int...

    docs.groupdocs.com/parser/java/working-with-tem...
  10. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Annotation Product Solution GroupDocs...saveOptions ); Completion Message Print a confirmation message to indicate...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...