Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 715 for

rotate

(0.56 sec)
  1. eSign Document with Text Signature | GroupDocs

    This article explains how to sign a document with Text signature using GroupDocs.Signature for Python via .NET API. Learn how to add a digital signature to a PDF programmatically in Python.... rotation_angle = 45 # Set text alignment...opacity = 0.8 text_options . rotation_angle = 45 # Set text alignment...

    docs.groupdocs.com/signature/python-net/esign-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. راهنمای ترکیب PDFهای دارای رمز عبور با GroupDoc...

    راهنمای عملی که نشان می‌دهد چگونه PDFهای محافظت‌شده با رمز عبور را باز کنید، ترکیب کنید و دوباره محافظت کنید با استفاده از GroupDocs.Merger برای Java. آموزش گام به گام با مثال‌های کد عملی....a unified password Step 4 – Rotate the password on an already‑protected...را dispose() کنید. Step 4 – Rotate the password on an already‑protected...

    blog.groupdocs.com/fa/groupdocs.merger/password...
  5. Fusionner des PDF protégés par mot de passe ave...

    Guide pratique montrant comment déverrouiller, fusionner et re‑protéger des PDF avec GroupDocs.Merger pour Java. Tutoriel étape par étape avec des exemples de code fonctionnels....votre organisation impose une rotation périodique des mots de passe...System . out . println ( "Rotated output: " + new File ( outputPath...

    blog.groupdocs.com/fr/groupdocs.merger/password...
  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. 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-...
  7. 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...
  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. 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...
  9. 在 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...
  10. 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-...