Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 3,090 for

protection

(0.13 sec)
  1. C# を使用してプログラムで PDF を HTML に変換する

    数行のコードを使用して、PDF ドキュメントを HTML に変換してみましょう。 .NET アプリケーション内で PDF 変換を自動化し、ドキュメント全体または選択したページを変換します。...converter = new Converter("path/protected-document.pdf", getLoadOptions))...

    blog.groupdocs.com/ja/conversion/convert-a-pdf-...
  2. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, PDF, PNG, and JPEG formats.... For instance, you can protect the output PDF file, reorder...

    docs.groupdocs.com/viewer/java/render-images/
  3. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats.... For instance, you can protect the output PDF file, reorder...

    docs.groupdocs.com/viewer/nodejs-java/render-te...
  4. 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/
  5. Ajouter un filigrane aux présentations en Java ...

    Ajoutez un filigrane d'image aux diapositives de présentation ou appliquez des filigranes de texte aux formats PPT, PPTX, PPS et autres en Java à l'aide de l'API GroupDocs Watermarking....Tiếng Việt 中文 中國傳統的 Pour la protection des documents et des présentations...

    blog.groupdocs.com/fr/watermark/watermark-prese...
  6. GroupDocs.Search Product Family on GroupDocs Bl...

    GroupDocs.Search Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Product Family on GroupDocs Blog | Document Automatio......Supports Searching for Password Protected Documents We are really pleased...apply search to password protected documents. Not only this,...

    blog.groupdocs.com/categories/groupdocs.search-...
  7. Existing objects in PDF document | GroupDocs

    Removing watermark from a particular page of PDF document using C#....watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/existing-obje...
  8. conversion.xml

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

    docs.groupdocs.com/sitemaps/conversion.xml
  9. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/working-with-...
  10. C# Comparer Excel, Word, Fichiers texte | API d...

    Comparez deux fichiers ou plus à l'aide de C#. .NET SDK permet de comparer deux feuilles de calcul Excel, des documents Word, des fichiers PDF ou de comparer des fichiers texte dans CSharp....de calcul Excel en C# # La protection par mot de passe est courante...

    blog.groupdocs.com/fr/comparison/compare-excel-...