Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 10,414 for

new

(0.14 sec)
  1. Measure Document Conversion Time using GroupDoc...

    GroupDocs.Conversion for .NET 18.11 comes with a lot of New features and some improvements. Conversion from EPS, TSV and PCL formats is introduced. Furthermore, API provides an option for page rotation when converting to PDF. Please check GroupDocs.Conversion for .NET 18.11 release notes for further reference. Improvements Move HideWordTrackedChanges option to WordsLoadOptions class HidePdfAnnotations option to PdfLoadOptions class HideComments option to CellsLoadOptions, Slides CellsLoadOptions and WordsLoadOptions class Features Setting Default Font and Font Substitution Options When Converting OneNote Document const string source = "source....11 comes with a lot of new features and some improvements..."source.one"; var loadOptions = new OneLoadOptions { DefaultFont...

    blog.groupdocs.com/conversion/measure-document-...
  2. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); // Specify...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. XLSX comparison causes memory leak! - Free Supp...

    Using c# and latest version of Groupdocs Comparison, our service hangs on the Compare method using following files and code: using (MemoryStream sourceStream = New MemoryStream(sourcePdfFile)) { using (Comparer comp…...(MemoryStream sourceStream = new MemoryStream(sourcePdfFile))...{ using (Comparer comparer = new Comparer(sourceStream)) { using...

    forum.groupdocs.com/t/xlsx-comparison-causes-me...
  4. Text redaction | Documentation

    This article explains that how C# 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...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/text-redactions/
  5. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the New updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Consulting Blog Knowledge Base New Releases Status Websites aspose...the main reasons for using the new updated API provided by GroupDocs...

    docs.groupdocs.com/search/net/migration-notes/
  6. Generate document pages preview | Documentation

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...source document const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/gener...
  7. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the New updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Consulting Blog Knowledge Base New Releases Status Websites aspose...the main reasons for using the new updated API provided by GroupDocs...

    docs.groupdocs.com/search/java/migration-notes/
  8. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  9. Load CAD document with options | Documentation

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadContext => new CadLoadOptions { LayoutNames = new []{ "Layout1"...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  10. Font Substitution not working as expected - Fre...

    Hi, We are trying to provide few font substitutes during PDF conversion, but even after providing the font files the PDF is generated using “Dejavu Sans”. Code snippet: public byte[] generatePdfUsingGroupDocs(byte[] co…...List<String> customFontDirectoryP = new ArrayList<>(); customFontDirectoryP...customFontsFolderNam; File directory = new File(customFontsDirectory); File[]...

    forum.groupdocs.com/t/font-substitution-not-wor...