Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 729 for

image to word conversion

(0.06 sec)
  1. Edit Document | Documentation

    Follow this guide To learn how To edit text documents, spreadsheets, and presentations using GroupDocs.EdiTor for Node.js via Java API features....Conversion Product Solution GroupDocs...pagination enabled. In other words, you can generate several different...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  2. Features Overview | Documentation

    a feature-rich document data parsing API that allows To create a template with data field definitions, table definitions. Then it's easy To use the template To parse and extract data such as prices, invoices, tables from your typical documents....Conversion Product Solution GroupDocs...get a text around of the found word. Below different text extraction...

    docs.groupdocs.com/parser/net/features-overview/
  3. Working with metadata in Diagrams | Documentation

    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....Conversion Product Solution GroupDocs...documents. It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Features Overview | Documentation

    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....Conversion Product Solution GroupDocs...get a text around of the found word. Below different text extraction...

    docs.groupdocs.com/parser/java/features-overview/
  5. Edit TXT | Documentation

    This guide demonstrates how To edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.EdiTor for Java...Conversion Product Solution GroupDocs...files (TXT), that contain no images, pages, paragraphs, lists,...

    docs.groupdocs.com/editor/java/edit-txt/
  6. Edit TXT | Documentation

    This guide demonstrates how To edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.EdiTor for .NET...Conversion Product Solution GroupDocs...files (TXT), that contain no images, pages, paragraphs, lists,...

    docs.groupdocs.com/editor/net/edit-txt/
  7. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try To convert a document with the ‘Leelawadee UI’ font To PDF, we encounter some issues in characters. Can you please suggest something here?...Conversion Product Family java sonamsinha...UnsatisfiedLinkError: 'long com.aspose.words.shaping.harfbuzz.HB.hb_buffer_create(int)']...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  8. Edit TXT | Documentation

    This guide demonstrates how To edit plain text files with encoding, lists recognition, pagination, and other powerful features of GroupDocs.EdiTor for Node.js via Java...Conversion Product Solution GroupDocs...files (TXT) that contain no images, pages, paragraphs, lists,...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/
  9. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage....Conversion Product Solution GroupDocs...documents. It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you To detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Conversion Product Solution GroupDocs...documents. It can be an estimated word count, page count, character...

    docs.groupdocs.com/metadata/java/working-with-m...