Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 2,672 for

word to pdf

(0.59 sec)
  1. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method To obtain file format information advanced_usage.... a PDF document Extract the root metadata...documents. It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Subscribing for search process events | GroupDocs

    This article explains how To subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....pdf" )) { signature . SearchStarted...free online apps. To sign PDF, Word, Excel, PowerPoint, and other...

    docs.groupdocs.com/signature/net/subscribing-fo...
  3. Parse data from documents | GroupDocs

    Learn how To parse and extract structured data from documents using template-based extraction with GroupDocs.Parser for .NET. Extract invoice data, tables, and fields in C#....various formats including PDF, Microsoft Word, Excel, LibreOffice formats...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  4. render_docx_to_html.zip

    demo-app/render_docx_To_html.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import HtmlViewOptions def render_docx_To_html(): # Get license file absolute pa...... These words are shadowed to right side,...reflected to bottom side. These two words are outlined with red solid...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  5. Legal Document Comparison API: Automate Contrac...

    Learn how To auTomate legal document comparison and contract review using GroupDocs.Comparison API for Node.js. Compare contract versions, track changes, and streamline legal workflows programmatically....practice, including Word documents (DOCX, DOC), PDF files, and other...multiple levels: paragraphs, words, characters, formatting, and...

    blog.groupdocs.com/comparison/legal-document-co...
  6. eSign Document with Image Signature | GroupDocs

    This article demonstrates how To add signature image on document page with GroupDocs.Signature for Python via .NET....example shows how to sign a PDF document with the image signature...signature . Signature ( "./sample.pdf" ) as sign : # Create image signature...

    docs.groupdocs.com/signature/python-net/esign-d...
  7. Locating signature with different alignments | ...

     This article explains how To use different alignment values To locate signature on document page with GroupDocs.Signature API....pdf" ); // define qr-code size int...= signature . sign ( "signed.pdf" , listOptions ); // analyzing...

    docs.groupdocs.com/signature/java/locating-sign...
  8. Features Overview | GroupDocs

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows To parse documents by user-defined templates. It is easy To crate a template with data field definitions, table definitions. Then it’s easy To use the template (just pass the Template object To parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents....get a text around of the found word. Below different text extraction...documents like ZIP archives, Pdf portfolios, emails, OST containers...

    docs.groupdocs.com/parser/java/features-overview/
  9. 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....document information: PDF Documents For PDFs, additional information...Converter ( "sample-with-toc.pdf" )) { PdfDocumentInfo pdfInfo...

    docs.groupdocs.com/conversion/java/get-document...
  10. Sign document with extensions | GroupDocs

    This article shows how To create electronic signatures with additional visual extensions...pdf" ); TextSignOptions options =...= signature . sign ( "signed.pdf" , options ); // analyzing result...

    docs.groupdocs.com/signature/java/sign-document...