Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 7,460 for

rotate

(0.14 sec)
  1. Modifier la Taille des Pages PDF Programmatique...

    Modifier la taille des pages de votre fichier PDF en utilisant PHP....angle de 90 degrés $rotation = new Rotation (); $page -> setRotate...setRotate ( $rotation -> getOn90 ()); // Obtenir les informations...

    docs.aspose.com/pdf/fr/php-java/change-page-size/
  2. Обертайте PDF онлайн або за допомогою Python | ...

    Повертайте документ PDF за допомогою онлайн-програми безкоштовно. Код API Python для обертання файлів PDF....NET Rotate Обертайте PDF онлайн або за...керування. Explore Rotate File Options with Python Rotate PDF Files (Portable...

    products.aspose.com/total/uk/python-net/rotate/...
  3. Comment faire pivoter une cellule dans Excel en...

    Ce court tutoriel vous explique comment faire pivoter une cellule dans Excel à l'aide de Java. Vous pouvez définir l'orientation du texte dans Excel à l'aide de Java à l'aide d'étapes simples et de quelques appels d'API décrits dans cet article....cible Définissez l’angle de rotation à l’aide de la méthode setRotationAngle()...après avoir défini l’angle de rotation Ces étapes décrivent comment...

    kb.aspose.com/fr/cells/java/how-to-rotate-a-cel...
  4. Customize Barcode Appearance in C#|Documentation

    How to Adjust Barcode Appearance-Related Properties in Aspose.BarCode for .NET...properties, including image size, rotation angle, paddings, and borders...BarCodeImageFormat . Png ); Set Barcode Rotation Angle Aspose.BarCode for ...

    docs.aspose.com/barcode/net/customize-barcode-a...
  5. Ajouter filigrane au PDF avec Node.js via C++|D...

    Apprenez comment ajouter un filigrane texte et image au PDF lors de la conversion d Excel en PDF en utilisant Aspose.Cells for Node.js via C++....l’alignement, le décalage, la rotation, l’opacité, l’avant-plan/arrière-plan...TextAlignmentType . Center ); // specify rotation watermark . setRotation (...

    docs.aspose.com/cells/fr/nodejs-cpp/add-waterma...
  6. ????????? ????? ? ???-?????????? ASP.NET ?? C# ...

    ???????? ?????? ????????????? zip-?????????? C# ??? ?????????? ?????? ? ????????? ??????????? ??? ???-?????????? ASP.NET...."required" /> 3 < br /> 4 < span >Rotation angle: </ span >< input type...Copy 1 using (MemoryStream rotated = new MemoryStream()) 2 { 3...

    docs.aspose.com/zip/ru/net/upload-archive-asp-net/
  7. Rotar Páginas PDF en Node.js|Aspose.PDF para No...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente en el entorno de Node.js....Rotation’ para el valor de rotación...pdf_file , AsposePdfModule . Rotation . on270 , "ResultRotation...

    docs.aspose.com/pdf/es/nodejs-cpp/rotate-pages/
  8. Ubah Ukuran Halaman PDF Secara Programatis|Aspo...

    Ubah Ukuran Halaman dari file PDF Anda menggunakan PHP....sudut 90 derajat $rotation = new Rotation (); $page -> setRotate...setRotate ( $rotation -> getOn90 ()); // Dapatkan informasi tinggi...

    docs.aspose.com/pdf/id/php-java/change-page-size/
  9. Alterar Tamanho da Página do PDF Programaticame...

    Alterar o tamanho da página do seu arquivo PDF usando PHP....ângulo de 90 graus $rotation = new Rotation (); $page -> setRotate...setRotate ( $rotation -> getOn90 ()); // Obter informações de altura...

    docs.aspose.com/pdf/pt/php-java/change-page-size/
  10. 使用 Go 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for Go via C++ 使用 Go 示例代码,以编程方式旋转 PDF 文档...PageRotate(num int32, rotation int32) rotates page err = pdf . PageRotate...pdf . SaveAs ( "sample_page1_Rotate.pdf" ) if err != nil { log...

    products.aspose.com/pdf/zh-hant/go-cpp/rotate/