Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 588 for

rotate

(0.03 sec)
  1. Ajouter un filigrane aux images en C# | Filigra...

    Façons C # d'ajouter du texte à l'image en filigrane ou d'ajouter des filigranes d'image aux images PNG, JPG / JPEG, WebP, GIF, TIFF, BMP à l'aide de l'API .NET Watermarking de GroupDocs....telles que la position, la rotation, l’opacité, etc. Ajoutez le...filigrane avec une certaine rotation du texte. // Ajouter un filigrane...

    blog.groupdocs.com/fr/watermark/add-watermark-t...
  2. Beliebiges Bild in Java in PDF konvertieren | J...

    Konvertieren Sie Bilder in PDF in Java. Konvertieren Sie JPG-, PNG-, WebP-, GIF-, TIFF-, TGA- und viele weitere Bilder mithilfe der Java-API zur Dokumenten- und Bildkonvertierung in PDF....Größe , Wasserzeichen mit Rotation und Transparenz anwenden....setMarginTop(10); //options.setRotate (Rotation.On90); // Drehung options...

    blog.groupdocs.com/de/conversion/convert-images...
  3. Watermark Tiling in Python: 7 Esempi per Proteg...

    Padroneggia i watermark tiling in Python con 7 esempi pratici. Impara ad aggiungere, creare e personalizzare watermark per la sicurezza dei documenti, rimuovere watermark e proteggere file utilizzando l'API GroupDocs.Watermark per la protezione dei contenuti aziendali.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....

    blog.groupdocs.com/it/watermark/tiling-watermar...
  4. 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...
  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. Use advanced rasterization options | Documentation

    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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var 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/net/use-advanced-r...
  7. 在 Java 中將 Word 文檔轉換為 PDF | DOCX 轉 PDF

    在 Java 應用程序中將 Word DOC 和 DOCX 文檔轉換為 PDF。使用文檔轉換 Java API 自動進行文件轉換。...Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/zh-hant/conversion/convert-w...
  8. C# Convierte imágenes JPG, PNG, GIF, TIFF a PDF...

    Convierte imágenes a PDF en C#. Convierta JPG, TIFF, PNG, JPEG, GIF, BMP y más archivos con opciones de rotación, cambio de tamaño y márgenes utilizando la API de conversión para .NET....20, MarginRight = 20, Rotate = Rotation.On180 }; converter.Co...

    blog.groupdocs.com/es/conversion/convert-images...
  9. C# Converti immagini JPG, PNG, GIF, TIFF in PDF...

    Converti le immagini in PDF in C#. Converti JPG, TIFF, PNG, JPEG, GIF, BMP e altri file con opzioni di rotazione, ridimensionamento e margini utilizzando l'API di conversione per .NET....20, MarginRight = 20, Rotate = Rotation.On180 }; converter.Co...

    blog.groupdocs.com/it/conversion/convert-images...
  10. Use advanced rasterization options | Documentation

    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-...