Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 665 for

rotate

(0.11 sec)
  1. Python Döşeme Filigranları: Belgeleri ve Görünt...

    Python döşeme filigranlarını 7 pratik örnekle ustalaşın. Belge güvenliği için filigran eklemeyi, oluşturmayı ve özelleştirmeyi, filigranları kaldırmayı ve dosyaları korumayı, kurumsal içerik koruması için GroupDocs.Watermark API kullanarak öğrenin.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....

    blog.groupdocs.com/tr/watermark/tiling-watermar...
  2. Ajouter un filigrane au PDF à l'aide de C# | Fi...

    Ajoutez des filigranes d'image ou appliquez des filigranes de texte aux fichiers PDF à l'aide de C#. Filigranez toutes les pages ou des pages sélectives du PDF à l'aide de l'API de filigrane .NET....l’apparence en ajoutant l’angle de rotation, l’alignement, l’opacité,...ajustant l’alignement, la rotation, l’opacité et d’autres options...

    blog.groupdocs.com/fr/watermark/watermark-pdf-f...
  3. C# Convertir des images WebP en JPG, PNG, TIFF ...

    Comment convertir WebP en JPG, PNG, TIFF ou PDF en C#. Utilisez l'API de conversion .NET open source. Des exemples de travail sont également disponibles sur GroupDocs GitHub Repository....Gamma - Niveaux de gris - Rotation Voici le code qui est utilisé...image RotateAngle = 90, // Rotate the image Brightness = 50,...

    blog.groupdocs.com/fr/conversion/convert-webp-t...
  4. Chuyển đổi tài liệu Word sang PDF trong Java | ...

    Chuyển đổi tài liệu Word DOC & DOCX sang PDF trong các ứng dụng Java. Tự động chuyển đổi tệp của bạn bằng API Java chuyển đổi tài liệu....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/vi/conversion/convert-word-d...
  5. Render Email Attachments and Outlook Data Files...

    We are back with a major release of GroupDocs.Viewer for Java as version 19.1. The latest release has come with some exciting new features as well as a bunch of improvements and important bug fixes. Please have a look at the release notes to know about the new features and the changes introduced in GroupDocs.Viewer for Java 19.1. Furthermore, if you are planning to upgrade the API from any previous version, we strongly recommend you to check the Public API Changes section of release notes....Improved rendering into HTML for rotated documents Improved rendering...

    blog.groupdocs.com/viewer/render-email-attachme...
  6. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality....DPI, Margins, Orientation, Rotation, and many more. We have covered...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Python 타일링 워터마크: 문서 및 이미지를 보호하는 7가지 예제

    7가지 실용적인 예제로 Python 타일링 워터마크를 마스터하세요. 문서 보안을 위한 워터마크 추가, 생성, 맞춤 설정 방법과 워터마크 제거, GroupDocs.Watermark API를 사용한 파일 보호 방법을 배웁니다.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....

    blog.groupdocs.com/ko/watermark/tiling-watermar...
  8. Adding watermarks | GroupDocs

    Advanced topics on adding text and image watermarks in various document formats using GroupDocs.Watermark for Python via .NET....watermarks Control tiling, rotation, opacity, and alignment Consider...

    docs.groupdocs.com/watermark/python-net/adding-...
  9. Rearrange PDF Pages using C# | Organize with .N...

    Reorder the pages of PDF files using C#. The running example shows how to correct the sequence of unordered PDF pages within the .NET application....changes in page orientation, and rotation of document pages within ...

    blog.groupdocs.com/merger/move-pdf-pages-using-...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....“minAngle” defines the minimal rotation angle and “randomAngleMax”...“randomAngleMax” is a maximal rotation angle, randomly added to “minAngle”....

    docs.groupdocs.com/redaction/java/use-advanced-...