Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 10,575 for

new

(0.08 sec)
  1. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/character...
  2. Get Image Representation of a Document

    Did you ever wish to get image representation of a document? GroupDocs.Merger for Java 19.6 will make your wish come true. This feature is also helpful for front end application development. Let’s have a look at its implementation. It will return page number and page stream. Using getPagePreview method you will get list of page image representations for a document of known format. So, source document file format should be specified....introduced/added support for some new file formats: XLT XLTM XLTX TSV...

    blog.groupdocs.com/merger/get-image-representat...
  3. Adjust Contrast when Converting a Document to I...

    Up till now, there was a simple document to image conversion process. With the GroupDocs.Conversion for Java release version 19.10, we’ve added a number of interesting features for image conversion. Set color mode when converting to JPEG Option to set compression mode Adjust image brightness and contrast Set gamma Option to flip image Have a look at its implementation of the above features in Java Conversion from CDR CDR is a vector graphics file.... Improvements # Along with new features, there are some improvements...

    blog.groupdocs.com/conversion/adjust-contrast-w...
  4. Change Position of the Annotation using Java An...

    Keeping feedback of our valuable customers in view, we are pleased to announce a New version of GroupDocs.Annotation for Java 17.10.2. This release comes up with number of bug fixes. The main fix introduced in this release is visibility and color behavior of added annotation. We therefore recommend you to download this latest release for a better API experience. Java Annotation API v17.10.2 - Fixes Area annotation is invisible on adding Unable to change position of the annotation Annotation properties are not behaving same in Java as in ....we are pleased to announce a new version of GroupDocs.Annotation...

    blog.groupdocs.com/annotation/bug-fixes-in-java...
  5. PimCore Extension for Easy Integration of the G...

    We’re pleased to announce the release of the PimCore extension for the .NET version of our HTML5 document viewer. PimCore developers can now seamlessly integrate the viewer’s functionality into their projects. Once installed, you will be able to embed and display almost 50 types of documents, including PDF and Microsoft Office, in your website or web app. This extension compliments the cloud-based one, which we’ve released earlier. So, from now you can choose between two deployment options: a cloud on-demand service or the downloadable ....NET library can use the new extension for free. In case you...

    blog.groupdocs.com/viewer/pimcore-extension-for...
  6. How to Upload PHP Project to Heroku? - Advanced...

    In the previous article, we learned how to create a New PHP project on Heroku. But sometimes our project requires additional extensions that do not exist in the Heroku PHP configuration. So we need to find out how to create and install extensions for PHP on Heroku. In this post, I’ll show you these advanced steps, and create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application.... we learned how to create a new PHP project on Heroku. But sometimes...origin master That’s all, your new PHP application is ready to use...

    blog.groupdocs.com/total/how-to-upload-php-proj...
  7. Scan Barcode from RTF using C#

    This guide explains how to scan barcode from RTF using C#, with a code example to help you efficiently extract barcode from RTF in C#, ensuring a smooth and seamless process....barcodes from RTF files Create a new Parser object by giving the path...elevate your C# applications to new heights. Previously, we provided...

    kb.groupdocs.com/parser/net/scan-barcode-from-r...
  8. Merge TEX | Documentation

    Learn how to merge TEX files, combine TEX files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.tex" ))...

    docs.groupdocs.com/merger/net/merge/tex/
  9. How to merge WAV files using Java | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source WAV file Merger merger = new Merger ( "c:\sample1.wav" ))...

    docs.groupdocs.com/merger/java/getting-started/...
  10. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...archive file Merger merger = new Merger ( "c:\sample1.zip" );...

    docs.groupdocs.com/merger/java/merge/archives/