Sort Score
Result 10 results
Languages All
Labels All
Results 7,681 - 7,690 of 11,022 for

formatting

(0.06 sec)
  1. Chỉnh sửa và Quản lý Metadata trong Ứng dụng Py...

    Khám phá cách sử dụng GroupDocs.Metadata for Python via .NET để trích xuất, cập nhật và xóa metadata trong các ứng dụng của bạn....như PDF, Microsoft Office formats, hình ảnh, âm thanh, video...bị mã hóa if metadata . file_format != gm . common . FileFormat...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  2. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....rendering documents into PDF format. For details, see the documentation...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  3. 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/
  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. 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...
  6. 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...
  7. 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...
  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. 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...