Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 11,626 for

new

(0.16 sec)
  1. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.pst" )) { //...

    docs.groupdocs.com/viewer/net/render-outlook-da...
  2. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...Consulting Blog Knowledge Base New Releases Status Websites aspose...List < MemoryStream > pages = new List < MemoryStream >(); using...

    docs.groupdocs.com/viewer/net/save-output-to-st...
  3. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...CsvLoadOptions loadOptions = new CsvLoadOptions ();; loadOptions...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  4. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = New Watermarker("image.png"); // Initialize the font to be used for watermark Font font = New Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = New TextWatermark("Test watermark", font); // Set watermark properties watermark....Consulting Blog Knowledge Base New Releases Status Websites aspose...png" Watermarker watermarker = new Watermarker ( "image.png" );...

    docs.groupdocs.com/watermark/java/adding-text-w...
  5. Import Annotations for Presentation format now ...

    GroupDocs team is announcing another exciting monthly release. The latest GroupDocs.Annotation for .NET 16.11.0 API provides support for Import Annotations and New types (TextStrikeout , TextUndreline and TextHighlight ) for Presentation file format along with improvements and fixes. We recommend that download the latest API release to add New exciting features and enhance your application with GroupDocs.Annotation for .NET API. New Features Introduced - GroupDocs.Annoation for .NETIn this monthly release New annotation types like (TextStrikeout , TextUndreline and TextHighlight ) and import functionality introduced for Presentation file format....support for Import Annotations and new types (TextStrikeout , TextUndreline...the latest API release to add new exciting features and enhance...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  6. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the New Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...modify the below code to use the new Conversion APIs from 24.10 onwards...SpreadsheetFileType.Csv) { return new GroupDocs.Conversion.Options...

    forum.groupdocs.com/t/how-to-update-email-load-...
  7. eSign PDF with Metadata signature | GroupDocs

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/esign-pdf-wit...
  8. Handle Common Template and Data Errors | GroupDocs

    Catch and handle common exceptions during document assembly and validate template syntax and data....Consulting Blog Knowledge Base New Releases Status Websites aspose...BasicErrorHandling () { try { var data = new { Name = "John Doe" , Age = 30...

    docs.groupdocs.com/assembly/net/basic-usage-err...
  9. MSG converted to PDF with empty page of message...

    Converting MSG file to PDF gives back empty email message page...issues are typically included in new releases. For instance, a recent...file using (var converter = new GroupDocs.Conversion.Converter(Constants...

    forum.groupdocs.com/t/msg-converted-to-pdf-with...
  10. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageLoadOptions imageLoadOptions = new ImageLoadOptions (); imageLoadOptions...

    docs.groupdocs.com/conversion/java/convert/imag...