Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 2,262 for

numbers

(0.03 sec)
  1. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...the method Check the actual number of updated properties the changes...

    docs.groupdocs.com/metadata/java/updating-metad...
  2. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the document page...The signatures with a higher number of this property will be displayed...

    docs.groupdocs.com/signature/java/sign-document...
  3. Manage annotations | GroupDocs

    Read every annotation in a document, remove a single annotation by its id, or remove all annotations at once with GroupDocs.Annotation for Python via .NET....such as id , message , page_number , and replies . get_all_annotations...

    docs.groupdocs.com/annotation/python-net/manage...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... A number of new features have been introduced...

    blog.groupdocs.com/groupdocs.blog/page/77/
  5. GroupDocs.Total para .NET 25.9 – Últimas Atuali...

    Explore o que há de novo no GroupDocs.Total para .NET 25.9. Disponível agora no NuGet e no site da GroupDocs....the Total bundle, upgrades a number of component libraries, and...

    blog.groupdocs.com/pt/total/groupdocs-total-for...
  6. Build your Full Text Search Solution in C# | Fi...

    Text searching API for .NET applications to search via indexing. Find text in multiple Word, Excel, PDF, text files of a folder & highlight search results....get the document path and the number of search term occurrences...

    blog.groupdocs.com/search/build-your-full-text-...
  7. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom...... Restart the List Numbering Dynamically within Your Document...Nested or the multi-level numbered lists allow you to group the...

    blog.groupdocs.com/categories/groupdocs.assembl...
  8. آموزش امضا دیجیتال پایتون: امضا الکترونیکی PDF،...

    آموزش کامل گام به گام برای ایجاد امضاهای الکترونیکی امن در اسناد با استفاده از پایتون و GroupDocs.Signature - مناسب برای توسعه دهندگان برنامه‌های امضا اسناد... page_number = 1 # کدام صفحه را امضا کنید...موقعیت Y در صفحه options . page_number = 1 # کدام صفحه را امضا کنید...

    blog.groupdocs.com/fa/signature/sign-documents-...
  9. Evaluation Limitations and Licensing | GroupDocs

    free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....details such as the product name, number of developers it is licensed...

    docs.groupdocs.com/redaction/java/evaluation-li...
  10. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....PropertyValue ( "test revision number" )); root . CadPackage . SetProperties...

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