Sort Score
Result 10 results
Languages All
Labels All
Results 7,581 - 7,590 of 10,762 for

formatting

(0.04 sec)
  1. Save overwriting original file | Documentation

    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...
  2. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  3. Business Case of a Shopping Store | Documentation

    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...
  4. Load from Stream | Documentation

    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 | Documen...

    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. Konvertuokite PDF į PS naudodami Java

    Šis vadovas iliustruoja, kaip konvertuoti PDF į PS naudojant Java. Be to, bus pateiktas kodo pavyzdys, kaip eksportuoti PDF į PS naudojant Java....paversti PDF (Portable Document Format) failus į PS (PostScript) formatą...

    kb.groupdocs.com/lt/conversion/java/convert-pdf...
  7. Як конвертувати DOCX у PDF за допомогою Node.js

    Швидко перегляньте вказівки щодо перетворення DOCX у PDF за допомогою Node.js без встановлення додаткового програмного забезпечення та дізнайтеся про код для експорту DOCX у PDF у Node.js....Word) у PDF (Portable Document Format) є загальноприйнятою вимогою...

    kb.groupdocs.com/uk/conversion/nodejs/how-to-co...
  8. CSV konvertálása PDF-be a C# használatával

    Gyorsan megértjük, hogyan lehet CSV-t PDF-be konvertálni C# használatával. Alapvető utasításokat és kódpéldákat adunk a CSV PDF formátumba C# használatával történő exportálásához....fájlformátuma a PDF (Portable Document Format), míg a CSV (vesszővel elválasztott...

    kb.groupdocs.com/hu/conversion/net/convert-csv-...
  9. PDF konvertálása PPTX-re Java segítségével

    Tanulja meg, hogyan konvertálhat gyorsan PDF-t PPTX-re Java használatával, ha gondosan kövesse átfogó oktatóanyagunkat. Ezenkívül adunk egy Java kódpéldát, amellyel PDF-et exportálhat PPTX-be Java használatával....segítségével A PDF (Portable Document Format) fájlok PowerPoint prezentációkká...

    kb.groupdocs.com/hu/conversion/java/convert-pdf...
  10. 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...