Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 589 for

rotate

(0.03 sec)
  1. 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...
  2. 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...
  3. Python Tiling Wasserzeichen: 7 Beispiele zum Sc...

    Meistern Sie Python Tiling Wasserzeichen mit 7 praktischen Beispielen. Lernen Sie, Wasserzeichen hinzuzufügen, zu erstellen und anzupassen, um die Dokumentensicherheit zu gewährleisten, Wasserzeichen zu entfernen und Dateien mit der GroupDocs.Watermark API zum Schutz von Unternehmensinhalten zu schützen.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....

    blog.groupdocs.com/de/watermark/tiling-watermar...
  4. Marcas de Água com Tiling em Python: 7 Exemplos...

    Domine as marcas de água com tiling em Python com 7 exemplos práticos. Aprenda a adicionar, criar e personalizar marcas de água para segurança de documentos, remover marcas de água e proteger arquivos usando a API GroupDocs.Watermark para proteção de conteúdo empresarial.... rotate_angle = - 45.0 watermark .... opacity = 0.4 watermark . rotate_angle = - 45.0 watermark ....

    blog.groupdocs.com/pt/watermark/tiling-watermar...
  5. 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/ko/conversion/convert-word-d...
  6. C# 将 JPG、PNG、GIF、TIFF 图像转换为 PDF | .NET 图像转换器

    在 C# 中将图像转换为 PDF。使用 .NET 的转换 API 转换 JPG、TIFF、PNG、JPEG、GIF、BMP 和更多带有旋转、调整大小、边距选项的文件。...20, MarginRight = 20, Rotate = Rotation.On180 }; converter.Co...

    blog.groupdocs.com/zh/conversion/convert-images...
  7. 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...
  8. How to Convert Word to PDF in Java

    Easily transform documents without a third-party tool and discover how to convert Word to PDF in Java, as well as check sample code to convert DOCX to PDF in Java....including page number, page count, rotation, width, and height. An article...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for .NET. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for .NET had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms....pages Perform transformations( Rotation, Reordering) Zero Dependency...

    blog.groupdocs.com/viewer/simplest-api-to-get-i...
  10. 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-...