Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 47,625 for

documents

(1.65 sec)
  1. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save in original format...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. GroupDocs.Signature for Python via .NET | Group...

    GroupDocs.Signature for Python via .NET is an easy to use electronic signature API designed for C#/.NET applications...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...signatures on electronic documents. The quite captivating fact...

    docs.groupdocs.com/signature/python-net/
  3. GroupDocs.Signature for Java | GroupDocs

    GroupDocs.Signature for Java is an easy to use electronic signature API designed for Java applications...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...to authenticate and sign documents using passwords and digital...

    docs.groupdocs.com/signature/java/
  4. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering Documents with Image Viewer by GroupDocs for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PNG or JPEG /...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  5. Load document from Amazon S3 Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint Documents from Amazon S3 storage when using GroupDocs.Annotation for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...Loading documents from different sources / Load document from Amazon...

    docs.groupdocs.com/annotation/net/load-document...
  6. Create Document Viewer in ASP.NET Core MVC for ...

    The online document viewers have become popular after the grown usage of digital Documents, especially in the content management systems. The reason behind this popularity is you can view a variety of document formats without purchasing or installing dedicated software programs. Considering the importance of document viewers, I thought to write an article on how to create a universal document viewer in ASP.NET MVC. We are going to create an ASP....Tiếng Việt 中文 中國傳統的 The online document viewers have become popular...the grown usage of digital documents, especially in the content...

    blog.groupdocs.com/viewer/document-viewer-in-as...
  7. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of Documents in a browser....developers to write their own document viewer using GroupDocs.Viewer...viewing and navigation of documents in a browser. Most commonly...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...
  8. Indexing | GroupDocs

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...easily run the code from documentation articles and see the features...

    docs.groupdocs.com/search/java/indexing/
  9. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save to stream Save to stream...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...password-protected documents Extracting information about hidden document pages...

    docs.groupdocs.com/metadata/java/features-overv...