Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 13,530 for

new

(0.23 sec)
  1. In-Paragraph List in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Word Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS Word 2013. Write a sentence, for example, “We provide support for the following clients:”. Save the template....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  2. Add Password to PDF with Permissions | GroupDocs

    Protect a PDF with an open password and restrict specific operations such as printing using PdfSecurityOptions and PdfSecurityPermissions with GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/merger/python-net/add-passwo...
  3. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and many other formats with a couple of Python via .NET code lines and GroupDocs.Merger for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/merger/python-net/merge/powe...
  4. GroupDocs.Viewer for Python via .NET | GroupDocs

    Native Python library that renders 190+ file formats — DOCX, PDF, XLSX, PPTX, CAD, email, archives, images — to HTML, PDF, PNG, or JPG on Windows, Linux, and macOS. No Microsoft Office or Adobe Acrobat required....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/viewer/python-net/
  5. Extracting metadata | GroupDocs

    Extract the metadata properties you need from files of different types with GroupDocs.Metadata for Python via .NET using tags, categories and property attributes....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/python-net/extracti...
  6. Install GroupDocs.Conversion for .NET on Linux ...

    Step-by-step guide to install and run GroupDocs.Conversion for .NET on Linux...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/conversion/net/installation-...
  7. How to Run Examples | GroupDocs

    Learn how to clone, configure, and run GroupDocs.Comparison for Node.js via Java example projects....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  8. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/search/net/getting-documents...
  9. System Requirements | GroupDocs

    GroupDocs.Signature for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/signature/net/system-require...
  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...

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