Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 16,573 for

file

(0.82 sec)
  1. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....formats depend on the source file type. Common targets include...

    docs.groupdocs.com/comparison/python-net/save-c...
  2. GroupDocs.Viewer for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.12. Available now on NuGet and GroupDocs website....that wrapped the entire result file. Bug VIEWERNET‑5568 Hyperlinks...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  3. Save in original format | GroupDocs

    The following example demonstrates how to save File in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...example demonstrates how to save file in its original format with...

    docs.groupdocs.com/redaction/java/save-in-origi...
  4. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/heading-offset/
  5. render_docx_to_html.zip

    demo-app/render_docx_to_html.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import HtmlViewOptions def render_docx_to_html(): # Get license File absolute pa......render_docx_to_html(): # Get license file absolute path license_path =...set_license(license_path) # Load DOCX file with Viewer("./sample.docx")...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  6. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....and extract some additional file format information. a Spreadsheet...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. How to Run Examples | GroupDocs

    Clone the ready-to-run GroupDocs.Annotation for Python via .NET examples repository, set up a virtual environment, and run every documented scenario locally or in Docker....licensing/ │ ├── set_license_from_file.py │ ├── set_license_from_stream...get-document-info/ │ ├── get-supported-file-formats/ │ └── remove-annotations/...

    docs.groupdocs.com/annotation/python-net/how-to...
  8. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D models...(OCR) on scanned images and PDF files to extract text and search their...

    docs.groupdocs.com/total/net/
  9. Render XLSX as JPG using Python

    In this topic, we will learn how to render XLSX as JPG using Python. This tutorial explains how to convert XLSX to JPG in Python for static image generation.... Rendering XLSX files to images removes software dependencies...viewer.options Load the XLSX file by creating a Viewer object...

    kb.groupdocs.com/viewer/python/render-xlsx-as-j...
  10. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....resembles the “Embed fonts in the file” option with all sub-options...resembles the “Embed fonts in the file” option with enabled “Do not...

    docs.groupdocs.com/editor/net/font-embedding-op...