Sort Score
Result 10 results
Languages All
Labels All
Results 9,181 - 9,190 of 31,391 for

new

(0.21 sec)
  1. Extract annotations from document | Documentation

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotations. LoadOptions tmp0 = new LoadOptions (); // Create an...

    docs.groupdocs.com/annotation/java/extract-anno...
  2. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  3. markdown-here/CONTRIBUTING.md at master · adam-...

    Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending. - markdown-here/CONTRIBUTING.md at master · adam-p/markdown-here... Feel free to add new translations, improve existing...existing ones, or even create new language categories. If you do make...

    github.com/adam-p/markdown-here/blob/master/CON...
  4. Set Text Shadow in Text Signatures using Java E...

    The team GroupDocs is really excited to announce the another monthly release of GroupDocs.Signature for Java v18.1. This release comes up with a feature of setting Text Shadow for Slides, Words and Cells documents. Furthermore, many improvements and fixes are also introduced in this version of the API. We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience....recommend you to download the new version of API and evaluate the...SlidesSignTextOption signOptions = new SlidesSignTextOption("John Smith");...

    blog.groupdocs.com/signature/java-e-signing-api...
  5. GroupDocs.Assembly for .NET 16.12.0 Release Not...

    This page contains release notes for GroupDocs.Assembly for .NET 16.12.0 Major Features Added ability to use tables of external documents of all supported file formats as data sources. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-20 Support metered licensing Feature ASSEMBLYNET-23 Provide ability to use Spreadsheets as data sources Feature ASSEMBLYNET-24 Provide ability to use tables of Word Processing documents as data sources Feature ASSEMBLYNET-25 Provide ability to use tables of Presentation documents as data sources Feature ASSEMBLYNET-21 Support fully qualified type names in templates Enhancement ASSEMBLYNET-22 Support indexers while using contextual object member access Enhancement Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...16.12.0 It includes not only new and obsoleted public methods...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. GroupDocs.Annotation for .NET 22.3 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 22.3 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 22.3: Fixed Replacement annotation is added as a Strikeout annotation in PDF. Added ability to change font size for Replacement annotation. Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1961 Fixed adding replacement annotation as Strikeout to PDF document Bug ANNOTATIONNET-1982 Implement the ability to add font size for Replacement annotation Feature Public API and Backward Incompatible Changes Added ability to change font size for Replacement annotation, you could find full example here using (Annotator annotator = New Annotator("input....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  7. Set drawing background color | Documentation

    This article explains how to set background color when converting CAD Drawings with GroupDocs.Viewer within your Java applications...Consulting Blog Knowledge Base New Releases Status Websites aspose...color. try ( Viewer viewer = new Viewer ( "input.dwg" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/how-to-set-backg...
  8. GroupDocs.Metadata for .NET 23.4 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 23.4 Major Features There are the following features, enhancements, and fixes in this release: Added ability to remove GPS tags in CR2 files Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3999 Remove GPS tags in CR2. New Feature Public API and Backward Incompatible Changes Implement the ability to configure cache for heavy operations This improvement allows you to extract metadata from the ....Consulting Blog Knowledge Base New Releases Status Websites aspose...METADATANET-3999 Remove GPS tags in CR2. New Feature Public API and Backward...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  9. Get extended information on the summary page | ...

    This article explains how to get extended information about comparison of documents on the summary page with GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/get-extended-...
  10. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( MemoryStream stream = new MemoryStream ()) { // Constants...

    docs.groupdocs.com/metadata/net/save-a-modified...