Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 11,625 for

new

(0.41 sec)
  1. Migration Notes | GroupDocs

    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/
  2. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....recommend you to download the new version of API and evaluate the...recommend you to download the new version of API and evaluate the...

    blog.groupdocs.com/categories/groupdocs.signatu...
  3. Accept or Reject detected changes | GroupDocs

    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...
  4. Explicit Font Substitution is Supported in Grou...

    GroupDocs.Conversion for .NET 18.7 comes with some New features and a bug fix. EmailOptions can be defined in any SaveOptions class such as PdfSaveOptions or CellsSaveOptions. Moreover, API supports explicit font substitution when converting from Word, Cell and Presentation documents. Please refer to GroupDocs.Conversion for .NET 18.7 release notes for further reference. We’d recommend you to integrate latest version of the API in your application and share your feedback....7 comes with some new features and a bug fix. EmailOptions...document. var loadOptions = new CellsLoadOptions(); loadOptions...

    blog.groupdocs.com/conversion/explicit-font-sub...
  5. 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...
  6. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailLoadOptions loadOptions = new EmailLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/email-messages/
  7. Apply Formatting to Numbers, Dates, and Text in...

    Format numeric values, date-time values, and text strings in templates using format strings and functions....Consulting Blog Knowledge Base New Releases Status Websites aspose...FormatNumbers () { var invoice = new Invoice { Amount = 1500.75 m...

    docs.groupdocs.com/assembly/net/basic-usage-for...
  8. 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-...
  9. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....Consulting Blog Knowledge Base New Releases Status Websites aspose...6, or later projects: dotnet new console -n MyParserApp cd MyParserApp...

    docs.groupdocs.com/parser/net/
  10. Add underline annotation | GroupDocs

    The page describes how to add an underline annotation to a document 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/add-underline...