Sort Score
Result 10 results
Languages All
Labels All
Results 4,091 - 4,100 of 31,397 for

new

(0.08 sec)
  1. GroupDocs.Assembly for .NET 18.10 Release Notes

    GroupDocs.Assembly for .NET 18.10 Release Notes – the latest updates and fixes.... It includes not only new and obsoleted public methods...with empty values The following new member was added to DocumentAssemblyOpti...

    releases.groupdocs.com/assembly/net/release-not...
  2. Set up logging | Documentation

    This article explains how to set up logging when processing a document with GroupDocs.Signature within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file FileLogger fileLogger = new FileLogger ( "output.log" );...

    docs.groupdocs.com/signature/net/how-to-set-up-...
  3. DocumentTable | GroupDocs.Assembly for .NET API...

    Provides access to data of a single table or spreadsheet located in an external document to be used while assembling a document....DocumentTable (Stream, int) Creates a new instance of this class using...DocumentTable (string, int) Creates a new instance of this class using...

    reference.groupdocs.com/assembly/net/groupdocs....
  4. Process Hyperlinks and Numbered Lists in Words ...

    GroupDocs team is glad to announce another monthly release where Improved Performance and New features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words document format along with Improvements and Fixes. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly release is providing three New features like processing of “Tables and hyperlink” in words document format and two improvements in Annotating “Words and CAD file formats”....where Improved Performance and new features are introduced . The...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/annotation/hyperlinks-number...
  5. Product Migration - Purchase - groupdocs.com

    Product Migration Buy Now Pricing Free Trial Policies Temporary License My Orders and Quotes ReNew an Order Upgrade a......product to use releases of the new product up until the subscription...migration). Getting started with the new product is quick and simple,...

    purchase.groupdocs.com/policies/product-migration
  6. Pdf accessibilty tags - Free Support Forum - gr...

    Hi GroupDocs, I am trying to generate a file with accessibility tags using JAVA SDK conversion library. Below is the code I am using to convert docx file to PDF try(ByteArrayInputStream is = New ByteArrayInputStream(…...try(ByteArrayInputStream is = new ByteArrayInputStream(contentInBytes))...{ try (Converter converter = new Converter(() → is)) { try (ByteArrayOutputStrea...

    forum.groupdocs.com/t/pdf-accessibilty-tags/14305
  7. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...InputStream emlStream = new FileInputStream ( new File ( emlFilename...

    docs.groupdocs.com/editor/java/edit-email/
  8. Converting file with incorrect extension to PNG...

    Converting this incorrectly named PDF file to PNG, takes several minutes (over 20 on my machine). I’m aware that it’s not probably not a good use-case that a PDF is incorrectly renamed to MSG, but we actually had th…...conv = new Converter(documentPath)) { var imgOptions = new ImageConvertOptions()...Stream> getPageStream = page => new FileStream(string.Format(filePath...

    forum.groupdocs.com/t/converting-file-with-inco...
  9. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  10. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = New FileInputStream("sample.docx"); try { final Redactor redactor = New Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(New DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...final FileInputStream stream = new FileInputStream ( "sample.docx"...

    docs.groupdocs.com/redaction/java/load-from-str...