Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 566 for

rotate

(0.03 sec)
  1. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java.... specifies page rotation. Available options are: None...( groupdocs . conversion . Rotation . On180 ); convertOptions...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. تبدیل اسناد Word به PDF با استفاده از C# | DOCX...

    اسناد Word DOC و DOCX را با استفاده از C# در برنامه های NET به PDF تبدیل کنید. تبدیل فایل های خود را با استفاده از تبدیل سند .NET API به صورت خودکار انجام دهید....2, PagesCount = 1, // Rotate = Rotation.On180، Dpi = 300, Width...

    blog.groupdocs.com/fa/conversion/convert-word-d...
  3. Převod dokumentů Word do PDF v Java | DOCX do PDF

    Převádějte dokumenty Word DOC a DOCX do PDF v aplikacích Java. Automatizujte převod souborů pomocí rozhraní Java API pro převod dokumentů....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/cs/conversion/convert-word-d...
  4. Add a Watermark to Converted Document | Documen...

    Learn how to add a watermark to a document after converting it to another format using GroupDocs.Conversion for Python via .NET.... rotation_angle : The rotation angle of the watermark...

    docs.groupdocs.com/conversion/python-net/develo...
  5. המרת מסמכי Word ל-PDF ב-Java | DOCX ל-PDF

    המר מסמכי Word DOC ו-DOCX ל-PDF בתוך יישומי Java. הפוך את המרת הקובץ שלך לאוטומטית באמצעות Java API להמרת מסמכים....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate(Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/he/conversion/convert-word-d...
  6. Konvertieren Sie Word-Dokumente in PDF in Java ...

    Konvertieren Sie Word DOC- und DOCX-Dokumente innerhalb von Java-Anwendungen in PDF. Automatisieren Sie Ihre Dateikonvertierung mit der Java-API für die Dokumentenkonvertierung....Rotation; import com.groupdocs.conversion...setPagesCount(1); // options.setRotate (Rotation.On180); options.setDpi(300);...

    blog.groupdocs.com/de/conversion/convert-word-d...
  7. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...rotate_angle = -45.0 watermark.text_alignment...watermark.opacity = 0.4 watermark.rotate_angle = -45.0 options = gwos...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  8. 在 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/conversion/convert-word-d...
  9. Convertir des documents Word en PDF à l'aide de...

    Convertissez des documents Word DOC et DOCX en PDF à l'aide de C# dans les applications .NET. Automatisez la conversion de vos fichiers à l'aide de l'API .NET de conversion de documents.... PagesCount = 1, // Rotation = Rotation.On180, Dpi = 300, Width...

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