Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 3,164 for

protected

(0.06 sec)
  1. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications.... Support for Password-Protected Documents : Work with documents...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  2. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....copy protection When rendering PDF files with protection against...tag. Use to turn off copy protection. When DisableCopyProtectio...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  3. viewer.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/viewer/java/technical-support/weekly0.5https://docs.groupdocs.com/viewer/net/techni......com/viewer/java/load-password-protected-document/weekly0.5https://docs...groupdocs.com/viewer/java/protect-pdf-documents/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/viewer.xml
  4. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....fields to documents ending in “Protected.pdf” and how to skip indexing...DocumentFullPath . EndsWith ( "Protected.pdf" , StringComparison ....

    docs.groupdocs.com/search/net/search-index-events/
  5. 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...
  6. 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...
  7. 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...
  8. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...fields to documents ending in “Protected.pdf” and how to skip indexing...getDocumentFullPath (). endsWith ( "Protected.pdf" )) { args . setAdditionalFields...

    docs.groupdocs.com/search/java/search-index-eve...
  9. 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/
  10. 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...