Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 12,048 for

new

(0.18 sec)
  1. PDF Conversion is Improved in GroupDocs.Convers...

    GroupDocs.Conversion for .NET 18.8 comes with some New features, improvements and a bug fix. PdfFormattingOptions class is introduced when converting to PDF format. Some of the obsolete constructors and properties are removed. Moreover, there’s also a security improvement. Please refer to GroupDocs.Conversion for .NET 18.8 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback. Features PdfFormattingOptions when converting to PDF var saveOptions = New PdfSaveOptions(); saveOptions....8 comes with some new features, improvements and a...converting to PDF # var saveOptions = new PdfSaveOptions(); saveOptions...

    blog.groupdocs.com/conversion/pdf-conversion-is...
  2. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using C# language and GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/sprea...
  3. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...Redactor redactor = new Redactor ( "\\Sample.docx" , new LoadOptions...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  4. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...source code we used: Item item = new Item { Text = "not empty" };...DocumentAssembler assembler = new DocumentAssembler(); // The following...

    forum.groupdocs.com/t/shorthand-check-for-null-...
  5. Bug Fixes on GroupDocs Blog | Document Automati...

    Bug Fixes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Bug Fixes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Group......12월 릴리스 하이라이트 Explore what’s new in GroupDocs.Editor for .NET...10월 릴리스 하이라이트 Explore what’s new in GroupDocs.Total for .NET 25...

    blog.groupdocs.com/ko/tag/bug-fixes/index.xml
  6. RTF/DOC to DOCX conversion - Free Support Forum...

    Hello!) I meet the following problem using GroupDocs.Conversion for RTF/DOC to DOCX conversion: the converted file content looks like encoded byte array instead of the readable text as in the source file: Here is my co…... using (var fTemp = new FileStream(@"D:\test1.rtf", FileMode...Read)) { using (var converter = new Converter( () => fTemp, (LoadContext...

    forum.groupdocs.com/t/rtf-doc-to-docx-conversio...
  7. Add distance annotation | GroupDocs

    The page describes how to add distance annotation to a document using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...annotation. Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/add-distance...
  8. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/composing-sig...
  9. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = New Converter(() => ms); var convertOptions = New PdfConvertO…...converter = new Converter(() => ms); var convertOptions = new PdfConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  10. Set image size limits | GroupDocs

    This article shows how to set image size limits when rendering image to PNG or JPEG...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.jpg" )) { //...

    docs.groupdocs.com/viewer/net/set-image-size-li...