Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 667 for

rotate

(0.04 sec)
  1. تبدیل اسناد Word به PDF در Java | DOCX به PDF

    اسناد Word DOC و DOCX را در برنامه های Java به PDF تبدیل کنید. تبدیل فایل خود را با استفاده از Java API تبدیل اسناد به صورت خودکار انجام دهید....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/fa/conversion/convert-word-d...
  2. 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...
  3. 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...
  4. 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-...
  5. 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-...
  6. 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. 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. 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-...
  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. Working with slide backgrounds | GroupDocs

    Extract, remove, and watermark slide background images using Python via .NET....sample applies a centered, rotated text watermark to every slide...VerticalAlignment . CENTER watermark . rotate_angle = 45 watermark . sizing_type...

    docs.groupdocs.com/watermark/python-net/working...