Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 1,466 for

html to pdf

(0.07 sec)
  1. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID To work with a document. But it’s not very comfortable for users To work with GUIDs. So in your app, you can use two methods To upload a file To a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....(XLS, XLSX), portable files (PDF), and image files (JPG, BMP,...FileStream::fromFile The template is simply an HTML form of the “multipart/form-data”...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  2. Supported Document Formats | GroupDocs

    The following tables indicate the file formats from which GroupDocs.Parser for Java can extract data. You can use the input below To filter supported formats by extension. Tip Can’t find your file format? We’re here To help! Please post a request on our Free Support Forum, and our team will assist you. Word Processing Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode DOC Microsoft Word Document DOT Microsoft Word Document Template DOCX Office Open XML Document DOCM Office Open XML Macro-Enabled Document DOTX Office Open XML Document Template DOTM Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format Pdf Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode Pdf Portable Document Format File Markup Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode XHtml Extensible Hypertext Markup Language File MHtml MIME Html File MD Markdown (Formatted Text is Not supported) XML XML File Ebook Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode CHM Compiled Html Help File EPUB Digital E-Book File Format FB2 FictionBook 2....Text Template Rich Text Format PDF Document Type Parse Document...Hypertext Markup Language File MIME HTML File Markdown (Formatted Text...

    docs.groupdocs.com/parser/java/supported-docume...
  3. Edit Presentations in Java | PPT/PPTX Editing

    Editing PowerPoint presentations is explained with Java example To edit PPT, PPTX, ODP files within your application using presentation editing API....formats such as PPT, PPTX, and PDF. Not only does this API handle...word-processing documents, spreadsheets, HTML, XML, JSON, TXT, TSV, and CSV...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  4. Introducing GroupDocs.Assembly for Java | Group...

    Introduction To GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed To generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document AuTomation and Report Generation....ODP) Email (EML, EMLX, MSG) HTML and Plain Text Word Processing...Supported Supported Not Supported HTML, PDF, XPS, TIFF Supported Supported...

    docs.groupdocs.com/assembly/java/introducing-gr...
  5. Get document info | 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 Node.js via Java....signed, whether its body is in HTML format; See the for a complete...document info for various formats. PDF documents const converter = new...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  6. Supported file formats | GroupDocs

    File formats supported by GroupDocs.Viewer for Python are listed here.... PDF and Page Layout file formats...GroupDocs.Viewer to load and view PDF files: . Presentation file formats...

    docs.groupdocs.com/viewer/python-net/supported-...
  7. Build your first search solution | GroupDocs

    First of all you need To create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future To continue working....html' ; const outputAdapter = new...groupdocs . search . OutputFormat . Html , filePath ); // Creating the...

    docs.groupdocs.com/search/nodejs-java/build-you...
  8. Supported file formats | GroupDocs

    This Topic lists file formats supported by GroupDocs.Viewer for .NET.... PDF and Page Layout file formats...GroupDocs.Viewer to load and view PDF files: . Presentation file formats...

    docs.groupdocs.com/viewer/net/supported-documen...
  9. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....html' ; const outputAdapter = new...groupdocs . search . OutputFormat . Html , localPath ); // Creating an...

    docs.groupdocs.com/search/nodejs-java/work-with...
  10. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error Tolerance....presentations (PPT, PPTX) , PDF files, Markup (HTML, XML) , Markdown (MD)...

    blog.groupdocs.com/search/fuzzy-search-csharp/