This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....js / Developer Guide / Advanced...
Hi,
With regards to link generations (related to
Using GroupDocs in ASP.NET Core Linux Docker - Free Support Forum - groupdocs.com), when we use PathBase in ASP.NET Core, the PathBase value is not prepended in the gene…...js files are OK now. But for config...
C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 📄 使用 Azure Key Vau......js 為文件產生平鋪浮水印的技術。透過此逐步指南增強文件安全性。...
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....js 애플리케이션에서 암호로 보호된 Word 문서의 특정...
This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package.
Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors
JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;ijs / Developer Guide / Advanced...
Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation.
To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter.
You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....js / Developer Guide / Advanced...
This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....js / Developer Guide / Advanced...