Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 564 for

rotate

(0.24 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. 在 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...
  3. 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-...
  4. 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...
  5. 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...
  6. 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...
  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. 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...
  9. Convertir des documents Word en PDF en Java | D...

    Convertissez des documents Word DOC et DOCX en PDF dans les applications Java. Automatisez la conversion de vos fichiers à l'aide de l'API Java de conversion de documents....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/fr/conversion/convert-word-d...
  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-...