Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 11,551 for

new

(0.19 sec)
  1. Introducing Text Signature Appearances in Java ...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard we are excitedly announcing another monthly release of eSignature for Java API version 17.11. This release not only adds a number of New features to the API, but also adds numerous enhancements along-with some bug fixes. The API now allows user to obtain verification and signing progress . We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience....release not only adds a number of new features to the API, but also...recommend you to download the new version of API and evaluate the...

    blog.groupdocs.com/signature/java-e-signing-api...
  2. Launching Servlet based Front-end of GroupDocs....

    The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend for the Java Servlets developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for Java 3.x.. It is an alpha release of the project but most important functionalities have been implemented in this release. GroupDocs users are free to customize and enhance the application by their own....Find an issue or an idea of new feature – fix it and submit a...Find an issue or an idea of new feature – create an issue in...

    blog.groupdocs.com/annotation/servlet-based-fro...
  3. Set image size limits | GroupDocs

    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...
  4. Working with metadata in AVI files | GroupDocs

    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...
  5. GroupDocs.Editor Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Great news for ASP.NET Developers, GroupDocs...Template in ASP.NET MVC. This new release is simple, efficient...

    blog.groupdocs.com/categories/groupdocs.editor-...
  6. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...Consulting Blog Knowledge Base New Releases Status Websites aspose...WavReadNativeMetadat try ( Metadata metadata = new Metadata ( Constants . InputWav...

    docs.groupdocs.com/metadata/java/handling-metad...
  7. Content added to PowerPoint footer is not visib...

    Hi, our clients complaining that content added to PowerPoint footer is not visible. Attaching file here for you to test out. It’s happening to our application using GroupDocs.Viewer, and this could be easily reproduced …...problem in library and release a new version, or if there any way...true; using (Viewer viewer = new Viewer(inputFilePath)) { viewer...

    forum.groupdocs.com/t/content-added-to-powerpoi...
  8. Output2Worksheets-with-delete.xlsx

    Sheet4 First row it is visible always Вид - Закрепить области - Закрепить верхнюю строку Edited 2nd row at 1st column 3rd row 4th row 5th row 6th row 7th row 8th row 9th row 10th row 11th row 12th ......Calibri Italic 29th row Times New Roman Bold Italic 30th row 31th...Calibri Italic 29th row Times New Roman Bold Italic 30th row 31th...

    docs.groupdocs.com/editor/net/sample-files/Outp...
  9. Optimize spreadsheets in a PDF file | GroupDocs

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Consulting Blog Knowledge Base New Releases Status Websites aspose...removes the Arial and Times New Roman characters of 32-127 codes...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Load from a local disk | GroupDocs

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = New groupdocs.metadata.Metadata("input.one"); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript try { const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...