Sort Score
Result 10 results
Languages All
Labels All
Results 3,431 - 3,440 of 47,626 for

documents

(0.1 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save overwriting original...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Render ISFF-based DGN File Format using GroupDo...

    We are delighted to announce that GroupDocs.Viewer for .NET 18.7 has been released and it is available for download. The latest version supports rendering of ISFF-based DGN (V7) file format. Furthermore, we have added 4 improvements as well as 4 critical bug fixes in this release. For details about the changes in version 18.7, please have a look at the release notes. Below is the list of new features, improvements, and fixes added in v18....formats, please visit this documentation article. # ImprovementsWe...when rendering presentation documents into HTML Issues when printing...

    blog.groupdocs.com/viewer/render-isff-based-dgn...
  3. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...you to generate preview for documents using custom fonts. To do...

    docs.groupdocs.com/annotation/net/loading-custo...
  4. Subscribing for search process events | GroupDocs

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...each time on searching each document page. to handle completion...

    docs.groupdocs.com/signature/java/subscribing-f...
  5. Merge PDF is doubling the Size using GroupDocs ...

    Hi Team, We use Groupdocs PDF Merge funtionality. In that, When you try to merge two PDF’s (3.2 MB & 9 KB), Scenario 1: If the first PDF is 3.2 MB and the Second PDF is 9 KB, the Outcome is doubling the Size as 6.4 MB …...8 KB) Merged Document Scenario 2.pdf (3.1 MB) evgen...PDF merge process, the first document was used as a base for the...

    forum.groupdocs.com/t/merge-pdf-is-doubling-the...
  6. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications.... Word-processing documents, spreadsheets, presentations...torrents, are among the supported document formats. More precisely, you...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  7. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...AI, not original controlled document", font); // Specify font color...Add(watermark); // Saves the document to the underlying source (stream...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  8. Signing | GroupDocs

    This section contains advanced examples and demonstrates all possible features for signing Documents with various electronic signature types, setup different options and visual effects....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Locating signature on document page Sign documents with exception handling...

    docs.groupdocs.com/signature/java/signing/
  9. Load from stream | GroupDocs

    This article explains how to load from stream while using GroupDocs. Watermarks API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Advanced usage / Loading documents / From stream Load from stream...

    docs.groupdocs.com/watermark/net/load-from-stream/
  10. Is there a way to use the doc tag inside of a f...

    I’m trying to load a document, using streams, inside of a foreach loop. The stream is being specified in the DataSources array. The doc tag is specifying the -build switch. When trying this I get a “Cannot access a cl…...Assembly Product Family dotnet , document-automation dsmeltz May 6,...2:41pm 1 I’m trying to load a document, using streams, inside of...

    forum.groupdocs.com/t/is-there-a-way-to-use-the...