Sort Score
Result 10 results
Languages All
Labels All
Results 5,881 - 5,890 of 7,638 for

paged

(0.1 sec)
  1. Lock Watermarks in Word Documents using C#

    Watermarking is a famous way of adding labels to the documents that may indicate the state of the document such as draft, confidential, etc. It can be used to add a company’s logo behind the text of the document to avoid the ownership dispute. In some cases, people add watermarks to the documents to protect the content. But, are you sure that the content is protected and no one can remove those watermarks?...the document is split into one-page sections and a locked section...

    blog.groupdocs.com/watermark/lock-watermarks-in...
  2. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/build-your-first...
  3. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/use-microsoft...
  4. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for Java API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/java/how-to-use-c...
  5. Working with metadata in ASF files | GroupDocs

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Convert Image using OCR | GroupDocs

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....library could be used Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/convert-image...
  7. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....Working with Form Fields Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  8. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  9. מיזוג מסמכי Word באמצעות C# | הצטרף לכל הדפים א...

    דרך C# למיזוג שני מסמכי Word או יותר לקובץ בודד. שלב רק את הדפים הסלקטיביים של קובצי Word מרובים בתוך יישום NET....Specify the starting and ending page number // מיזוג המסמכים merger...{ 2, 4, 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/he/merger/merge-word-files-u...
  10. دمج مستندات Word باستخدام Java | انضم إلى الكل ...

    طريقة Java لدمج مستندين أو أكثر من مستندات Word في ملف واحد. اجمع فقط بين الصفحات الانتقائية لملفات Word المتعددة داخل التطبيق الخاص بك....Specify the starting and ending page number // دمج المستندات merger...{ 2, 4, 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/ar/merger/merge-word-files-u...