Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 2,015 for

numbers

(0.22 sec)
  1. GroupDocs.Comparison pour .NET 26.1 – Dernières...

    Découvrez les nouveautés de GroupDocs.Comparison pour .NET 26.1. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....releasePageStreamDel = delegate ( int number, Stream stream) { stream.Close();...

    blog.groupdocs.com/fr/comparison/groupdocs-comp...
  2. GroupDocs.Annotation 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....document which show up as numbered markers....

    blog.groupdocs.com/categories/groupdocs.annotat...
  3. How to Compare Text Files in Java

    Get yourself familiar with the process to compare text files in Java and learn how to create Java code to compare two text files word by word....Moreover, you can compare a number of other document formats including...

    kb.groupdocs.com/comparison/java/how-to-compare...
  4. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#....such as the position, page number, etc. Call the Add method of...

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  5. How to Add Distance Annotation in PDF using Java

    This article will help you to add distance annotation in PDF using Java. We'll provide you complete step-by-step guide to insert distance annotation to PDF in Java.... position, page number, etc. Call Annotator.add method...

    kb.groupdocs.com/annotation/java/how-to-add-dis...
  6. How to Add Underline Annotation into PDF Using ...

    In this tutorial, we will discuss how to add underline annotation into PDF using Java. Also, we will provide a code to insert underline annotation in PDF using Java.... position, page number, point, etc. Call Annotator...

    kb.groupdocs.com/annotation/java/how-to-add-und...
  7. Add Arrow Annotation to JPG using C#

    You will learn how to add arrow annotation to JPG using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation to JPG in C#....properties like position and page number Call the Annotator.Add method...

    kb.groupdocs.com/annotation/net/add-arrow-annot...
  8. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file formats. We would encourage you to explore the API and share your valuable feedback....0 in a larger number of scenarios. # Document Automation...

    blog.groupdocs.com/assembly/releasing-next-gene...
  9. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size.... Every object has its number (ID) and may belong to one...following types: name, string, number, boolean, null object, dictionary...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Stream number: {0}" , metadataDescriptor...Console . WriteLine ( "Stream number: {0}" , property . StreamNumber...

    docs.groupdocs.com/metadata/net/working-with-me...