Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 726 for

printing annotations

(0.6 sec)
  1. Extract text from ZIP archive files | GroupDocs

    This article explains that how to extract text from ZIP archive files...Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with Text " + textSignature...

    docs.groupdocs.com/signature/java/delete-text-s...
  3. Search for Text e-signatures | GroupDocs

    This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API....Annotation Product Solution GroupDocs...!= null ) { System . out . print ( "Found Text signature at page...

    docs.groupdocs.com/signature/java/search-for-te...
  4. Delete QR-Code signatures from documents | Grou...

    This article explains how to delete QR-Code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...qr_code_signature ) if result : print ( f "QR-Code signature at location...

    docs.groupdocs.com/signature/python-net/delete-...
  5. Sign documents with encrypted metadata text | G...

    This article explains how to create encrypted Metadata electronic signature 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...
  6. Extract text from PDF documents | GroupDocs

    Learn how to extract text from PDF documents using GroupDocs.Parser for .NET. Extract text from entire PDF or specific pages with error handling. Includes PDF text extraction library C# examples....Annotation Product Solution GroupDocs...documentInfo . PageCount ; p ++) { // Print a page number Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Python via .NET applications....Annotation Product Solution GroupDocs...supported_file_type in supported_file_types : print ( f "Property value: { supported_file_type...

    docs.groupdocs.com/merger/python-net/get-suppor...
  8. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class...Annotation Product Solution GroupDocs...PageArea is PageTextArea ) { // Print the field value Console . WriteLine...

    docs.groupdocs.com/parser/net/working-with-data...
  9. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-e...
  10. Search text in PDF documents | GroupDocs

    This article explains that how to search text from PDF documents...Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-pd...