Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 10,848 for

formatting

(0.1 sec)
  1. Az RTF konvertálása DOCX-re a C# használatával

    Használjon felhasználóbarát könyvtárat az RTF DOCX-re konvertálásához C# használatával, valamint kódpéldával, hogy DOCX-et generáljon RTF-ből C#-ban, kevés API-hívással bármilyen operációs rendszeren.... A Rich Text Format (RTF) és a Microsoft Word DOCX...

    kb.groupdocs.com/hu/conversion/net/how-to-conve...
  2. 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/
  3. كيفية تحويل RTF إلى TXT باستخدام C #

    سنشرح كيفية تحويل RTF إلى TXT باستخدام C # دون الحاجة إلى برنامج تابع لجهة خارجية. علاوة على ذلك ، سنقدم مثالًا على الكود لتصدير RTF إلى TXT في C #....يمكن تحويل ملفات Rich Text Format ( RTF ) إلى ملفات نص عادي (TXT)...

    kb.groupdocs.com/ar/conversion/net/how-to-conve...
  4. 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...
  5. كيفية تحويل RTF إلى ODT باستخدام Java

    في هذا الموضوع ، سيتم اتخاذ عملية خطوة بخطوة لتحويل RTF إلى ODT باستخدام Java. ستجد أيضًا رمز Java يشرح كيفية تصدير RTF إلى ODT في Java....الخاصة تحويل ملفات Rich Text Format ( RTF ) إلى تنسيق ODT. بالإضافة...

    kb.groupdocs.com/ar/conversion/java/how-to-conv...
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. Scan Barcode from RTF using C#

    This guide explains how to scan barcode from RTF using C#, with a code example to help you efficiently extract barcode from RTF in C#, ensuring a smooth and seamless process....When dealing with Rich Text Format ( RTF ) documents, it’s important...

    kb.groupdocs.com/parser/net/scan-barcode-from-r...