Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 10,672 for

new

(0.1 sec)
  1. GroupDocs.Assembly for Java 18.12 Release Notes...

    This page contains release notes for GroupDocs.Assembly for Java 18.12. Major Features Supported document assembly of external documents being dynamically inserted for Word Processing and Email formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-94 Support document assembly of external documents being dynamically inserted for Word Processing formats  Feature  ASSEMBLYNET-95  Support document assembly of external documents being dynamically inserted for Email formats  Feature  ASSEMBLYNET-96  An evaluation mark is added to a nested document being inserted dynamically  Bug  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...18.12. It includes not only new and obsoleted public methods...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  2. Spell checking | Documentation

    This article shows that how spell checking works during the search....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/spell-che...
  3. How to merge images to PDF using C# | Documenta...

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

    docs.groupdocs.com/merger/net/getting-started/u...
  4. How to merge TIFF images using java | Documenta...

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

    docs.groupdocs.com/merger/java/getting-started/...
  5. How to merge GIF images using Java | Documentation

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

    docs.groupdocs.com/merger/java/getting-started/...
  6. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/delete-digital...
  7. Spell checking | Documentation

    This article shows that how spell checking works during the search....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/spell-checking/
  8. Set image size limits | Documentation

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

    docs.groupdocs.com/viewer/net/set-image-size-li...
  9. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = New Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputAvi...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Dictionary<int, string> jPGFilePaths = new Dictionary<int, string>(); foreach...convertedImagePath); using (var converter = new GroupDocs.Conversion.Converter(PDFFilePath))...

    forum.groupdocs.com/t/font-processing-issue-wit...