Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 17,204 for

file

(0.17 sec)
  1. Render SVG as HTML using Java

    Efficiently grasp the procedure of how to render SVG as HTML using Java. Additionally, discover step-by-step instructions and Java code for rendering SVG to HTML....object by providing the SVG file path as an argument to its constructor...the required adjustments to file paths are made, the integration...

    kb.groupdocs.com/viewer/java/render-svg-as-html...
  2. How to Convert DOCX to ODT using C#

    In this article, you will explore how to convert DOCX to ODT using C# without extra software installation. Also, we will provide the code to export DOCX to ODT in C#....by providing the path of DOCX file to its constructor Call the...necessary adjustments to the file paths, integrating the code...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters....simple steps to compare two text files and show differences: Instantiate...Compare documents from local file # using (Comparer comparer =...

    blog.groupdocs.com/comparison/groupdocs-compari...
  4. GroupDocs.Assembly for Python overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: 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....assembled file using explicit specifications or file extension...

    docs.groupdocs.com/assembly/python-net/product-...
  5. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Watermarker class for a local file or file stream; an instance of the...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  6. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Information Store File Microsoft Outlook Offline Data File Warning Messages...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....document type and structure - file type, size, page count, etc...document Info Get supported file formats Add text or image watermark...

    docs.groupdocs.com/watermark/java/basic-usage/
  8. Indexing documents | GroupDocs

    This page contains information about indexing documents in the search network....DateTime modificationDate = File . GetLastWriteTime ( filePath...filePath ); Stream stream = File . OpenRead ( filePath ); streams...

    docs.groupdocs.com/search/net/indexing-documents/
  9. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Old coding style // Load the file Document doc = Redactor . load...New coding style // Load the file Redactor redactor = new Redactor...

    docs.groupdocs.com/redaction/java/migration-notes/
  10. Move page | GroupDocs

    This article demonstrates how to move a document page to a new position within PDF, Word, Excel, PowerPoint and other document types using GroupDocs.Merger for Python via .NET API....pdf is a sample file used in this example. Click...download it. output.pdf Binary file (PDF, 418 KB) Explanation Load...

    docs.groupdocs.com/merger/python-net/move-page/