Sort Score
Result 10 results
Languages All
Labels All
Results 7,111 - 7,120 of 9,041 for

release

(1.83 sec)
  1. Завантажте GroupDocs.Redaction для .NET 26.7 – ...

    GroupDocs.Redaction для .NET 26.7 додає контроль відповідності OOXML під час збереження документів Word, розширює підтримку електронних таблиць для ODS, OTS, XLSB, XLT та TAB, а також виправляє проблеми зі збереженням CSV та простих текстових файлів. Доступно на NuGet та веб‑сайті GroupDocs....7 Дізнатися більше # Full Release Notes Documentation Save Word...

    blog.groupdocs.com/uk/redaction/groupdocs-redac...
  2. Sign document with Swiss QR Barcode signature |...

    This article explains how to sign document with Swiss QR Barcode electronic signatures...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/watermark/net/email-attachme...
  4. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/net/remove-page-re...
  6. Extract emails from Outlook Storage | GroupDocs

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files). Here are the steps to extract an email text from outlook storage:...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/parser/java/extract-emails-f...
  7. Load Password-Protected Document | GroupDocs

    Open encrypted PDF, Word, Excel, and PowerPoint documents by passing a LoadOptions instance with the password parameter to the Merger constructor in GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/merger/python-net/developer-...
  8. Get Document Information | GroupDocs

    Retrieve the file type, page count, file size, and per-page dimensions of any supported document using get_document_info() with GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/merger/python-net/get-docume...
  9. Inserting Chart Axis Title Dynamically in Prese...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/assembly/net/inserting-chart...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/redaction/python-net/use-adv...