Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 2,671 for

pdf to word

(0.41 sec)
  1. Delete Digital signatures from documents | Grou...

    This article explains how To delete Digital electronic signatures with GroupDocs.Signature API.... At this moment only Pdf documents support deletion of...signature . Signature ( "signed.pdf" ) as sign : # Create search...

    docs.groupdocs.com/signature/python-net/delete-...
  2. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. Highlight scanning results in respective HTML files....such as Word documents, spreadsheets, presentations, PDF files...results obtained from the DOCX, PDF, and TXT files: Documents: 3...

    blog.groupdocs.com/search/search-multiple-texts...
  3. Java Regex - Search in Documents using Regular ...

    Unlock the power of programmatic search in Java! Learn how To search multiple text-based documents across folders with precision using regular expressions.... like Word documents, spreadsheets, presentations, PDF files...regex in the code below detects words with consecutive repeated characters...

    blog.groupdocs.com/search/search-in-documents-b...
  4. eSign document with Barcode signature | GroupDocs

    This article explains how To add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...This example shows how to sign PDF document with Barcode signature...signature = new Signature ( "sample.pdf" ); try { // setup options with...

    docs.groupdocs.com/signature/java/esign-documen...
  5. Get file info | GroupDocs

    This page describes how To detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....is a document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/annotation/java/get-file-info/
  6. Plain text | GroupDocs

    This article explains that how To extract plain formatted text from document page in Java....} } The following Microsoft Word document is used as input document:...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/plain-text/
  7. Get supported file formats | GroupDocs

    This article explains how To obtain supported file formats list when parsing documents with GroupDocs.Parser within your Python applications....() # Define format categories word_formats = [ ".doc" , ".docx"..., ".ods" ] pdf_formats = [ ".pdf" ] print ( "Word Processing...

    docs.groupdocs.com/parser/python-net/get-suppor...
  8. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents inTo JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingTopngorjpeg/ and its children....PdfOptions { get; set; } The PDF document view options. PresentationOptions...WordProcessingOption { get; set; } The Word processing files view options...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  9. Load document from Stream | GroupDocs

    This section explains how To load document from stream with GroupDocs.Signature API....pdf" ); Signature signature = new...signature . sign ( "SampleSigned.pdf" , options ); More resources...

    docs.groupdocs.com/signature/java/load-document...
  10. Sign documents with exception handling | GroupDocs

     This article explains how To use exceptions handling when adding electronic signatures To document with GroupDocs.Signature API.... To sign PDF, Word, Excel, PowerPoint, and other...

    docs.groupdocs.com/signature/net/sign-documents...