Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 174 for

skip external resources

(0.06 sec)
  1. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....prepares them for editing in external applications by converting...from the , pushes it to the external HTML-editor, makes edits,...

    docs.groupdocs.com/editor/java/save-document/
  2. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Word documents to HTML, PDF, PNG, and JPEG formats....instance, you can embed all external resources in the generated HTML...an HTML file with embedded resources To save all elements of an...

    docs.groupdocs.com/viewer/net/render-word-docum...
  3. Features Overview | GroupDocs

    GroupDocs.Assembly for Python via .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, External documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....NET types, external documents, and more. The following...documents from html with resources and save assembled Word, Excel...

    docs.groupdocs.com/assembly/python-net/features...
  4. GroupDocs.Viewer for Node.js overview | GroupDocs

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library.... Embed all external resources in the output HTML files...you'd like to share with us? Skip Send Please tell us how we can...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  5. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....documents from html with resources and save assembled Word, Excel...PowerPoint & emails to html with resources Following is the detail given...

    docs.groupdocs.com/assembly/java/features-overv...
  6. OCR support | GroupDocs

    OCR support means the ability to connect an External module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....the ability to connect an external module (library) for the recognition.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  7. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....instance, you can embed all external resources in the generated HTML...an HTML file with embedded resources To save all elements of an...

    docs.groupdocs.com/viewer/net/render-ms-project...
  8. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....instance, you can embed all external resources in the generated HTML...an HTML file with embedded resources To save all elements of an...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  9. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....instance, you can embed all external resources in the generated HTML...an HTML file with embedded resources To save all elements of an...

    docs.groupdocs.com/viewer/net/render-cad-drawin...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an External module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....the ability to connect an external module (library) for the recognition...RuntimeException ( ex ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/ocr-support/