Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 5,736 for

file watermark

(0.15 sec)
  1. Save file to stream | GroupDocs

    This article demonstrates how to convert a File and save it as a stream using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...usage / Saving / Save file to stream Save file to stream Leave feedback...

    docs.groupdocs.com/conversion/net/save-file-to-...
  2. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book Files using Java programming language....Watermark Product Solution GroupDocs...How to edit e-Book file How to edit e-Book file Leave feedback On...

    docs.groupdocs.com/editor/java/how-to-edit-ebook/
  3. Features Overview | GroupDocs

    Variety of features to manipulate graphics, Watermarks and text annotations...Watermark Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/net/features-over...
  4. Features Overview | GroupDocs

    Variety of features to manipulate graphics, Watermarks and text annotations...Watermark Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/java/features-ove...
  5. Advanced Documents Conversion APIs for .NET and...

    Share this issue: Monthly NewsletterOctober 2018 Business Documents Conversion APIs for .NET and Java Convert between 50+ Document and Image File Formats GroupDocs.Conversion Product Family combines .NET and Java APIs suite for faster and accurate conversion of business documents and image File formats between Word, Excel, PowerPoint, PDF, Visio, Project, Outlook, HTML, Photoshop, AutoCAD and image formats. Using the document converter API is very simple as it uses just one method with set of options to convert between different formats....between 50+ Document and Image File Formats GroupDocs.Conversion...business documents and image file formats between Word, Excel...

    blog.groupdocs.com/total/advanced-documents-con...
  6. Introducing Point Annotation for Words in Group...

    We are excitedly announcing another monthly release of GroupDocs.Annotation for Java 18.10. Using this latest version, you can add Point, Polyline and Watermark annotations in Words and Diagrams document. Beside this, a multitude of bug fixes are also introduced in this release. We therefore recommend you to download this latest release for a better API experience. Features Add Watermark, Polyline and Point Annotations in Words and Diagrams documentYou can add Watermark, Polyline and Point Annotations in Words and Diagrams document using this latest release....can add Point, Polyline and Watermark annotations in Words and Diagrams...experience. Features # Add Watermark, Polyline and Point Annotations...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  7. Get supported file formats | GroupDocs

    List all supported File formats using Python via .NET....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/get-sup...
  8. Load Password-Protected File | GroupDocs

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Watermark Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  9. 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...
  10. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API 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/java/optimization-pdf...