Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 981 for

image to word conversion

(0.09 sec)
  1. GroupDocs.Markdown for .NET — 将文档导出为 Markdown —...

    使用本地部署的 .NET API 将 PDF、Word、Excel、HTML 等导出为 Markdown。首次公开发布已发布。...sxc Word / 富文本 .doc , .docx , .dot ,...rendering quality during file conversion # <a name="_toc76372684"></a>**Font...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  2. Edit Document | GroupDocs

    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...
  3. Edit TXT | GroupDocs

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

    docs.groupdocs.com/metadata/java/working-with-m...
  5. 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....Conversion Product Solution GroupDocs...get a text around of the found word. Below different text extraction...

    docs.groupdocs.com/parser/java/features-overview/
  6. Edit TXT | GroupDocs

    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/
  7. Edit TXT | GroupDocs

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

    docs.groupdocs.com/editor/python-net/edit-txt/
  8. Edit TXT | GroupDocs

    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 | GroupDocs

    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 | GroupDocs

    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...