Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 10,115 for

new

(0.04 sec)
  1. Search text in EPUB eBooks | Documentation

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleEpub...

    docs.groupdocs.com/parser/java/search-text-in-e...
  2. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions...

    docs.groupdocs.com/editor/net/edit-pdf/
  3. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some New properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved document conversion experience. Such as, image quality is improved when converting to a WebP format....3 , some new properties are introduced in...for PDF to JPEG conversion. New Properties in ImageSaveOptions...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  4. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...TEX file Converter converter = new Converter ( "sample.tex" ); //...

    docs.groupdocs.com/conversion/java/convert/page...
  5. Value of JSON field is incorrectly outputted as...

    I have a DOCX file with the following template <<[heading]>>. My data source is a JSON like follows: { “heading”: “100.2.1” } When generating a DOCX from this template and data the output is something like Fri Jan 3…...JsonDataLoadOptions options = new JsonDataLoadOptions(); options...JsonDataSource jsonDataSource = new JsonDataSource(dataPath.toString()...

    forum.groupdocs.com/t/value-of-json-field-is-in...
  6. Optimize Memory Usage using GroupDocs.Editor fo...

    We are pleased to announce another monthly release of GroupDocs.Editor for .NET 18.9 with many New features. The main features introduced in this release are ability to adjust memory usage and generation of password protected documents. Furthermore, security improvement and few bugfixes are also introduced in this release. We’d recommend our users to download latest API and get benefits from New and enhanced API features. Features Generate password-protected Cells and Words document Additional parameters when processing text-based spreadsheet Adjust memory usage during Cells and Words document processing ExcludeHiddenWorksheets option PDF standards compliance level when generating PDF from HTML Improvements Security improvements update Bug Fixes Length and Resolution parsing modules ArgumentException with sample document Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....9 with many new features. The main features introduced...latest API and get benefits from new and enhanced API features. Features...

    blog.groupdocs.com/editor/groupdocs.editor-for-...
  7. Discount Offer on GroupDocs.Total Ending Soon |...

    Complete set of .NET & Java APIs in 25% Off. Use 'HOLOFF2020' coupon code to get GroupDocs.Total - The complete collection of APIs for document manipulation....New Year 2021 starts, but soon the big offer ends on January...This offer is only available on new GroupDocs.Total purchases and...

    blog.groupdocs.com/total/groupdocs-discount-off...
  8. Cancel rendering | Documentation

    Cancel or stop rendering rendering process with cancellation token...Consulting Blog Knowledge Base New Releases Status Websites aspose...CancellationTokenSou cancellationTokenSou = new CancellationTokenSou (); CancellationToken...

    docs.groupdocs.com/viewer/net/cancel-rendering/
  9. Convert 3D formats | Documentation

    In this article, you will learn how to convert 3D documents to PDF or other 3D formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.3ds" )) {...

    docs.groupdocs.com/conversion/net/convert/3d/
  10. Extract text from EPUB eBooks | Documentation

    To extract text from EPUB e-books GetText and GetText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...