Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 9,576 for

paged

(0.4 sec)
  1. What You Expect from an Online Signature Service

    We’ve already talked about the benefits of an online signature application. Now we know that a reliable online signature service provides a legal and secure method of signing documents online and helps users increase their productivity in terms of time and money. With this in mind, let’s have a closer look at the online document signing process and find out more about GroupDocs’ online signature app. A Typical Process of Signing a Document with an Online Signature AppA basic online signature workflow includes the following steps: Select or upload a document you want signed....Locate a page and particular section(s) on this page where you’d...

    blog.groupdocs.com/signature/what-you-expect-fr...
  2. GroupDocs.Classification Product Family | Group...

    Build custom applications to perform documents and text categorization operations using different taxonomies within your applications GroupDocs Developers Cookbook GroupDocs.Classification for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for basic and advanced development Basic Usage Advanced Usage More .NET Code Examples GroupDocs.Classification for .NET APIs usage examples (documents classification and sentiment analysis) Live demos GroupDocs....& RTF files online 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/classification/
  3. Working with metadata standards | GroupDocs

    Read, edit, and remove the major image metadata standards — EXIF, IPTC IIM, and XMP — with GroupDocs.Metadata for Python via .NET....Working with XMP metadata 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/python-net/working-...
  4. 👨‍💻 Developer Guide | GroupDocs

    This section decsribes how to add digital signature to pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for .NET library...🛠️ Features Overview 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/signature/python-net/develop...
  5. Add Watermark to Word on GroupDocs Blog | Docum...

    Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET......filigranes par programme sur les pages à l'aide de l'API Java...filigranes par programme sur les pages à l'aide de l'API .NET...

    blog.groupdocs.com/fr/tag/add-watermark-to-word...
  6. So sánh tài liệu PDF trong .NET – Nội tuyến vs ...

    Tìm hiểu cách so sánh tài liệu PDF một cách lập trình bằng GroupDocs.Comparison cho .NET. Các ví dụ C# từng bước cho cả ba chế độ hiển thị, lọc theo phạm vi trang, và tổng quan nhanh về công cụ so sánh tích hợp sẵn của Adobe Acrobat....trình đọc PDF ở chế độ “Two Page View” sẽ tạo ra so sánh trái/phải...dụng chế độ Two Page View (hoặc “Facing Pages”). Mỗi trang nguồn...

    blog.groupdocs.com/vi/comparison/compare-pdf-do...
  7. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it.... 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/how-to-run/
  8. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor.... close (); } 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/save-overwrit...
  9. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search 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/search/java/search-flow/
  10. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction 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/net/load-from-stream/