Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 5,796 for

file watermark

(0.33 sec)
  1. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Watermark Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/parser/python-net/load-file-...
  2. 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....Watermark Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Document Viewer 2.0.0 with Image Mode, Page nav...

    Today, we are pleased to announce another release of ASP.NET WebForms Modern UI Document Viewer 2.0.0 using GroupDocs.Viewer for .NET version 17.11.0. This release v2.0.0 comes up with new features and improvements to view document in both HTML and Image representations for different document formats like DOCX, PDF, XLSX, PPTX, MSG with attachments and allow user to Zoom, Navigate to Pages, set Watermark and tools/features configuration options through JS Parameters and many more features...., Navigate to Pages, set Watermark and tools/features configuration...Default File selection, Watermark Properties (watermark text, color...

    blog.groupdocs.com/viewer/asp.net-webforms-mode...
  4. Issue with Footnote Number is Resolved

    If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word document with such footnotes was converted to PDF or any other supported File format successfully but the footnote number order was disturbed. There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt text to PDF. And the SmartArt text in the resultant document was changed to white text....to PDF or any other supported file format successfully but the...pdf to .png (or .jpeg) with watermark as background Inconsistent...

    blog.groupdocs.com/conversion/issue-with-footno...
  5. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a File of some particular format....Watermark Product Solution GroupDocs...Loading files / Load a file of a specific format Load a file of a...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  6. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Watermark Product Solution GroupDocs...Optimize the output PDF file / Optimize a PDF file for a browser Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Get supported file types | GroupDocs

    This article explains how to obtain supported File formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Watermark Product Solution GroupDocs.../ Get supported file types Get supported file types Leave feedback...

    docs.groupdocs.com/merger/java/get-supported-fi...
  8. GroupDocs.Viewer for Java 3.7.0 makes easy to r...

    Team GroupDocs is excitedly releasing a new version of GroupDocs.Viewer for Java. Many of the new features have been introduced in GroupDocs.Viewer for Java 3.7.0, such as the rendering of Email attachments and Rendering PDF document with layered content. Some of the important fixes about outstanding issues and improvements have also packed with this release. In order to enable all the rich features in your project please upgrade your document viewer applications with the latest version of the API....document Opacity setting for Watermark See more features here . Viewer...converted in image mode MSG file is not rendering properly Failed...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  9. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Watermark Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  10. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Comparison for .NET....Watermark Product Solution GroupDocs.../ Loading / Load file from stream Load file from stream Leave...

    docs.groupdocs.com/comparison/net/load-file-fro...