Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 31,380 for

new

(0.13 sec)
  1. GroupDocs.Conversion For .NET 16.10.0 Release N...

    Note This page contains release notes for GroupDocs.Conversion for .NET 16.10 Major Features There are 5 improvements and fixes in this regular monthly release. The most notable are: Converting from CAD documents to Cells, Html, Image, Pdf, Slides and Words Setting default fonts to be used when converting from Slides if used font do not exist in the system FixedLayout option when converting Word and Pdf to Html Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1318 Convert from CAD documents to Cells, Html, Image, Pdf, Slides, Words New Feature CONVERSIONNET‑1077 Setting default Fonts New Feature CONVERSIONNET‑1305 Add FixedLayout option to Words to Html conversions New Feature CONVERSIONNET‑1304 Add FixedLayout option to Pdf to Html conversions New Feature CONVERSIONNET‑1351 Coversion with document as Stream input not working Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Html, Image, Pdf, Slides, Words New Feature CONVERSIONNET‑1077 Setting...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. Document Watermark C# Java Node.js Python | add...

    Add watermark to PDF, images and documents. Watermarking Solution for Microsoft Office, PDF, OpenDocument, Images and etc....( Watermarker watermarker = new Watermarker ( "source.docx" ))...watermark = new TextWatermark ( "top secret" , new Font ( "Arial"...

    products.groupdocs.com/watermark/
  3. withnamespecification - GroupDocs.Metadata for ...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......propertyName) Initializes a new instance of the WithNameSpecificatio...boolean ignoreCase) Initializes a new instance of the WithNameSpecificatio...

    apireference.groupdocs.com/metadata/java/com.gr...
  4. SimilarityLevel Class - GroupDocs.Search for .N...

    Represents an algorithm of the fuzzy search that specifies the similarity level. The similarity level algorithm calculates the maximum number of mi...SimilarityLevel Initializes a new instance of the SimilarityLevel...= "Einstein" ; Index index = new Index(indexFolder); // Creating...

    apireference.groupdocs.com/search/net/groupdocs...
  5. GroupDocs.Assembly for .NET 22.12 Release Notes...

    GroupDocs.Assembly for .NET 22.12 Release Notes – the latest updates and fixes....Consulting Blog Knowledge Base New Releases Status Websites aspose...Category ASSEMBLYNET-222 Support new type licenses Feature ASSEMBLYNET-224...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...OrientationOptions orientationOptions = new OrientationOptions ( OrientationMode...

    docs.groupdocs.com/merger/java/change-page-orie...
  8. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose... try { InputStream stream = new FileInputStream ( "c:\\sample...

    docs.groupdocs.com/merger/java/load-document-fr...
  9. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = New Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Consulting Blog Knowledge Base New Releases Status Websites aspose...options. final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-with-def...
  10. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful New feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....delighted to announce a powerful new feature in the monthly release...DataSourceInfo dataSourceInfo = new DataSourceInfo(...); DocumentAssembler...

    blog.groupdocs.com/assembly/change-target-file-...