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