Sort Score
Result 10 results
Languages All
Labels All
Results 9,001 - 9,010 of 13,140 for

formatting

(0.08 sec)
  1. Як конвертувати TXT у RTF за допомогою Java

    Цей підручник надасть вказівки щодо того, як конвертувати TXT у RTF за допомогою Java, а також приклад коду для експорту TXT у RTF у Java у поширених операційних системах.... Формат Rich Text Format (RTF) — це формат файлу, який...

    kb.groupdocs.com/uk/conversion/java/how-to-conv...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET.... file_format } from a stream" ) if __name__...

    docs.groupdocs.com/metadata/python-net/load-fro...
  3. Load from a local disk | GroupDocs

    Learn how to open a file from local disk using GroupDocs.Metadata for Python via .NET.... file_format } ( { info . size } bytes)"...

    docs.groupdocs.com/metadata/python-net/load-fro...
  4. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/net/load-from-stream/
  5. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java....PDF and after that to desired format. The following code snippet...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  7. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated....report can be in any of the formats: Documents, Spreadsheets, Presentations...

    docs.groupdocs.com/assembly/net/business-case-o...
  8. Get All Sheet Names in Excel using Python

    Learn how to get all sheet names in Excel using Python. This tutorial shows how to extract worksheet names from XLSX files programmatically....capabilities with portable formats, we highly recommend exploring...

    kb.groupdocs.com/viewer/python/get-all-sheet-na...
  9. Merge EPUB files using C#

    This guide will deliver important directions to merge EPUB files using C# and will include a code snippet demonstrating how to combine EPUB files in C# effectively....using C# EPUB is a popular file format for eBooks, offering compatibility...

    kb.groupdocs.com/merger/net/merge-epub-files-us...
  10. Convert EML to JPG using C#

    Discover the straightforward process of how to convert EML to JPG using C#. Additionally, we'll furnish you with a code example to export EML to JPG using C#....(Electronic Mail) files to JPG (JPEG) format can be a valuable process in...

    kb.groupdocs.com/conversion/net/convert-eml-to-...