Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 4,358 for

rotate page

(0.31 sec)
  1. Lägg till vattenmärke till PDF med Node.js via ...

    Lär dig hur man lägger till text och bildvattenmärke till PDF när du konverterar Excel till PDF med Aspose.Cells for Node.js via C++....ställa in justering, offset, rotation, opacitet, förgrund/bakgrund...// prepare a workbook with 3 pages. const wb = new AsposeCells...

    docs.aspose.com/cells/sv/nodejs-cpp/add-waterma...
  2. Travailler avec des transformationsdans PS | Py...

    Comment transformer un contenu en fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Python...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/fr/python-net/ps/working-w...
  3. 使用 Python 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for Python for .NET 使用 Python 示例代码,以编程方式旋转 PDF 文档...path_infile ) for page in document . pages : # Setting Rotation angle of...of page page . rotate = apdf . Rotation . ON90 # Save output file...

    products.aspose.com/pdf/zh-hans/python-net/rotate/
  4. 档案

    档案... 创建一个新的 TextBuilder 对象并使用 Page 对象对其进行初始化。 使用 TextBuilder.a...= new Document(); // 获取特定页面 Page pdfPage = pdfDocument.getPages()...

    blog.aspose.com/zh/pdf/rotate-text-inside-pdf-d...
  5. 使用 PHP 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java 使用 PHP 示例代码,以编程方式旋转 PDF 文档...new Document ( $inputFile ); $pages = $document -> getPages ();...java_values ( $pages -> size ()); // Loop through all the pages for (...

    products.aspose.com/pdf/zh-hans/php-java/rotate/
  6. Dodaj stempel obrazu do pliku PDF za pomocą C++...

    Dodaj stempel obrazu do pliku PDF programowo za pomocą przykładowego kodu C++ przy użyciu pliku Aspose.PDF dla C++....); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...stamp to particular page document -> get_Pages () -> idx_get ( 1...

    products.aspose.com/pdf/pl/cpp/stamps/image/
  7. Wasserzeichen zu PDF mit Node.js via C++ hinzuf...

    Lernen Sie, wie Sie Text und Bild Wasserzeichen zu PDF hinzufügen, während Sie Excel in PDF konvertieren mit Aspose.Cells for Node.js via C++....Ausrichtung, Verschiebung, Rotation, Transparenz, Vordergrund/Hintergrund...// prepare a workbook with 3 pages. const wb = new AsposeCells...

    docs.aspose.com/cells/de/nodejs-cpp/add-waterma...
  8. Python 를 사용하여 PDF 회전 | Aspose.PDF

    Python for .NET 용 Aspose.PDF 를 사용하여 Python 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다....path_infile ) for page in document . pages : # Setting Rotation angle of...of page page . rotate = apdf . Rotation . ON90 # Save output file...

    products.aspose.com/pdf/ko/python-net/rotate/
  9. Añadir sellos de imagen en PDF usando Python|As...

    Añadir el sello de imagen en tu documento PDF usando la clase ImageStamp con la biblioteca Aspose.PDF para Python....método add_stamp() de la clase Page para añadir el sello al PDF...= 300 image_stamp . rotate = ap . Rotation . ON270 image_stamp...

    docs.aspose.com/pdf/es/python-net/image-stamps-...
  10. 使用 C++ 旋转 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码,以编程方式旋转 PDF 文档...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...to move page upper in order to compensate changing page size //...

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