Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 9,413 for

page

(1.64 sec)
  1. 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...
  2. Compare documents | GroupDocs

    Compare two documents in C# with GroupDocs.Comparison for .NET. Covers the basic Comparer workflow, file and stream inputs, default highlight colours, and the CompareOptions class for customizing the result....documents Leave feedback On this page detects changes in text (paragraphs...full list is available on the page. By default, GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/compare-docum...
  3. Sample Document ver.1

    Created with evaluation version of GroupDocs.Editor Aspose Pty Ltd 2001-2026. All Rights Reserved. Title of the document Subtitle #1 Text is normal, then bold, then italic, then underscore, and fin...... [1] Standard footnote on page #1. [2] See https://www.techrepublic...footnote on page #2. [4] Second standard footnote on page #2. [i]...

    docs.groupdocs.com/editor/python-net/_sample_fi...
  4. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....information Leave feedback On this page allows to get extended document...); Console . WriteLine ( $" - page count : {documentInfo.PageCount}"...

    docs.groupdocs.com/signature/net/obtain-documen...
  5. Search for Multiple e-Signature Types | GroupDocs

    This article explains how to search for multiple electronic signature types within document Pages using GroupDocs.Signature for Python via .NET API...." ) print ( f "Page: { text_signature . page_number } " ) print..." ) print ( f "Page: { image_signature . page_number } " ) print...

    docs.groupdocs.com/signature/python-net/search-...
  6. Indexing password protected documents | GroupDocs

    This article demonstrates that how to perform indexing of password protected documents....documents Leave feedback This page describes how to perform indexing...password dictionary see the page in the [Managing dictionaries](https://docs...

    docs.groupdocs.com/search/net/indexing-password...
  7. Developer Guide | GroupDocs

    Explains GroupDocs.Watermark for Python watermark features and shows how to add watermark in the documents...usage Advanced usage 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/watermark/python-net/develop...
  8. Loading Documents | GroupDocs

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Documents Leave feedback 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/developer-gu...
  9. Agents and LLM Integration | GroupDocs

    GroupDocs.Metadata for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for metadata-driven AI pipelines....Integration Leave feedback On this page AI agent and LLM friendly GroupDocs...documentation Every documentation page is available as a plain Markdown...

    docs.groupdocs.com/metadata/python-net/agents-a...
  10. EML to PDF conversion issue in Java - Free Supp...

    Hello, We are facing an issue with eml to pdf conversion, Conversion is successful but pdf get generated with cut edges. please find the attached files for your reference – (https://drive.google.com/drive/folders/1FhGNC…...generated with 3 pages i.e single image on each page. they are supposed...next page. If you want to keep whole content on one page, you...

    forum.groupdocs.com/t/eml-to-pdf-conversion-iss...