Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 11,792 for

new

(0.41 sec)
  1. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new GisLoadOptions { Format = GisFileType...

    docs.groupdocs.com/conversion/net/load-gis-docu...
  2. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....Consulting Blog Knowledge Base New Releases Status Websites aspose...index IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/indexing-from-di...
  4. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML formats using GroupDocs.Assembly for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...DocumentAssembler assembler = new DocumentAssembler (); // Create...

    docs.groupdocs.com/assembly/net/basic-usage-oox...
  5. Generate Tables from Collection Data | GroupDocs

    Create dynamic tables in documents by iterating over collections and displaying data in table rows using GroupDocs.Assembly for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...Product > products = new List < Product > { new Product { Name =...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  6. Digital certificate for Spreadsheets has wrong ...

    Hi there, I’m getting this error while trying to use the certificate constructed manually (C#) … I’m trying to avoid the popup that comes up in a solution 1 that is working, The code that is working is here: Stream ex…...outStream = new MemoryStream(); using (Signature signature = new Sig...DigitalSignOptions options = new DigitalSignOptions(cert_content)...

    forum.groupdocs.com/t/digital-certificate-for-s...
  7. Update annotations | GroupDocs

    The page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/update-annota...
  8. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new TxtLoadOptions { LeadingSpacesOptions...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  9. Convert Image using OCR | GroupDocs

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...{ var api = new AsposeOcr (); var ocrInput = new OcrInput ( InputType...

    docs.groupdocs.com/conversion/net/convert-image...
  10. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...code): final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/text-redactions/