Sort Score
Result 10 results
Languages All
Labels All
Results 4,741 - 4,750 of 16,703 for

file

(0.14 sec)
  1. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Troubleshooting checklist Confirm the file path exists and is readable...

    docs.groupdocs.com/parser/python-net/errors-and...
  2. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local File, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...As an alternative to a local file, Redactor can open a document...

    docs.groupdocs.com/redaction/java/load-from-str...
  3. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-document-p...
  4. GroupDocs.Total for Python via .NET Overview | ...

    GroupDocs.Total for Python via .NET is a comprehensive collection of all GroupDocs on-premise .NET APIs, compiled monthly to include the latest versions for document processing and automation....Convert between more than 200 file formats, including Word, PDF...PowerPoint, images, and text files. Compare and highlight differences...

    docs.groupdocs.com/total/python-net/product-ove...
  5. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx using C#. Replace or hide the text to redact PDF Files....presentations, spreadsheets, PDF files, and images within .NET application...C# application. Load the PDF file using Redactor class. Find the...

    blog.groupdocs.com/redaction/find-and-replace-t...
  6. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API.... }; // sign document to file signature . Sign ( "signedSample"...// ... }; // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/net/processes-canc...
  7. Update annotations | GroupDocs

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....add ( original ); // Save to file annotator . save ( "outputPath"...update ( updated ); // Save to file annotator1 . save ( outputPath...

    docs.groupdocs.com/annotation/java/update-annot...
  8. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API.... }; // sign document to file signature . sign ( "Signed.pdf"...// ... }; // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/java/processes-can...
  9. Features Overview | GroupDocs

    GroupDocs.Redaction for Python via .NET removes sensitive information from documents through a single, format-independent API — text, metadata, image areas, annotations, and whole pages — and saves the result in the original format or as a sanitized PDF.... The resulting file contains no searchable text...including password-protected files, and optionally pre-rasterize...

    docs.groupdocs.com/redaction/python-net/feature...
  10. GroupDocs.Watermark Overview | GroupDocs

    Protect and customize documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 document formats including PDF, Word, Excel, PowerPoint, and images....and images across more than 50 file formats. Whether you need to...watermark before sending internal files Protecting content with invisible...

    docs.groupdocs.com/watermark/net/groupdocs-wate...