Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,170 for

protected

(0.04 sec)
  1. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide.... close (); Protecting watermark using unreadable...allows strengthening the protection of text watermark. Using...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output....is corrupted or password-protected Ensure the file path is correct...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....when trying to load password-protected documents. String inputFilePath...

    docs.groupdocs.com/editor/java/introduction/
  4. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....pptx" ); } Protecting watermark using unreadable...allows strengthening the protection of text watermark. Using...

    docs.groupdocs.com/watermark/net/add-watermarks...
  5. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....trying to load the password-protected documents. string inputFilePath...

    docs.groupdocs.com/editor/net/introduction/
  6. How to implement a custom document handler? - F...

    Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such as Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…...method looks as follows: protected AnnotationHandler annotationHandler()...

    forum.groupdocs.com/t/how-to-implement-a-custom...
  7. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....exist and are not password-protected" ) # Run the comparison c...

    blog.groupdocs.com/comparison/compare-pdfs-usin...
  8. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....imageWatermark = new ImageWatermark ( "protect.jpg" )) { PdfArtifactWatermark...watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Introduction | GroupDocs

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....when dealing with password-protected documents. // Import the necessary...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  10. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....imageWatermark = new ImageWatermark ( "protect.jpg" ); PdfArtifactWatermark...watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/add-watermark...