Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 12,006 for

formatting

(0.34 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Bagaimana Membandingkan File Teks di C#

    Mudah memahami proses bertahap untuk membandingkan file Teks dalam C# dan mempelajari cara menerapkan membandingkan dua file Teks dan menyoroti perbedaan dalam C#....perbandingan dokumen untuk berbagai format dokumen lain menggunakan API...

    kb.groupdocs.com/id/comparison/net/how-to-compa...
  5. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Redacting text in Rich Text Format ( RTF ) documents using Java...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  6. Jak přidat textový podpis do RTF pomocí Java

    V tomto tutoriálu vám pomůžeme přidat textový podpis do RTF pomocí Java. Poskytneme také kód, který demonstruje, jak vložit textový podpis do RTF v Javě....vašim dokumentům RTF (Rich Text Format) aktuálnější než kdy dříve...

    kb.groupdocs.com/cs/signature/java/how-to-add-t...
  7. Renderujte SVG jako PDF pomocí Javy

    Efektivně pochopit, jak vykreslit SVG jako PDF pomocí Javy. Dále prozkoumejte podrobné pokyny krok za krokem a kód Java pro vykreslování SVG do PDF....SVG ) na Portable Document Format (PDF) klíčovou schopností....

    kb.groupdocs.com/cs/viewer/java/render-svg-as-p...
  8. Vykreslit SVG jako PDF pomocí C#

    Získejte efektivně znalosti o tom, jak vykreslit SVG jako PDF pomocí C#. Kromě toho se ponořte do podrobných pokynů a kódu C# pro vykreslování SVG do PDF....formátu PDF (Portable Document Format) pomocí C# může být cennou...

    kb.groupdocs.com/cs/viewer/net/render-svg-as-pd...
  9. Kako prikazati DOCX kao HTML pomoću Jave

    Otkrijte kako pretvoriti DOCX u HTML u Javi bez potrebe za dodatnim instaliranjem softvera. Također ćemo dostaviti kod za generiranje HTML-a s ugrađenim resursima iz DOCX datoteke pomoću Jave....Word dokumente ( DOCX ) u HTML format. Znati kako pretvoriti Word...

    kb.groupdocs.com/hr/viewer/java/how-to-render-d...
  10. Převeďte CSV do PDF pomocí Java

    Pojďme rychle pochopit, jak převést CSV do PDF pomocí Java. Poskytneme vám základní pokyny a příklad kódu pro export CSV do PDF pomocí Java....Java PDF (Portable Document Format) je široce používaný formát...

    kb.groupdocs.com/cs/conversion/java/convert-csv...