Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 4,480 for

rotate page

(1.58 sec)
  1. Travailler avec des Artifacts en C++|Aspose.PDF...

    Cette Page décrit comment travailler avec la classe Artifact en utilisant Aspose.PDF pour C++. Les extraits de code montrent comment ajouter une image d'arrière-plan aux Pages PDF et comment obtenir chaque filigrane sur la première Page d'un fichier PDF....incluent Background, Layout, Page, Pagination et Undefined). Artifact...incluent Arrière-plan, Pied de page, En-tête, Indéfini, Filigrane)...

    docs.aspose.com/pdf/fr/cpp/artifacts/
  2. Archivo

    Archivo...e inicialícelo con el objeto Page. Use el método TextBuilder....// Obtener página particular Page pdfPage = pdfDocument.getPages()...

    blog.aspose.com/es/pdf/rotate-text-inside-pdf-d...
  3. PDF 내 텍스트 회전|Aspose.PDF for Java

    PDF에 텍스트를 회전시키는 다양한 방법을 배우세요. Aspose.PDF는 텍스트를 원하는 각도로 회전시키거나 텍스트 조각 또는 전체 단락을 회전시킬 수 있습니다....Document (); // 특정 페이지 가져오기 Page pdfPage = pdfDocument . getPages...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . setPosition...

    docs.aspose.com/pdf/ko/java/rotate-text-inside-...
  4. Ruota il PDF usando PHP | Aspose.PDF

    Ruota i documenti PDF in modo programmatico con codice di esempio PHP utilizzando Aspose.PDF per PHP via Java...new Document ( $inputFile ); $pages = $document -> getPages ();...java_values ( $pages -> size ()); // Loop through all the pages for (...

    products.aspose.com/pdf/it/php-java/rotate/
  5. JavaScriptを使用したページオプション設定(C++経由)|Documentation

    この記事では、JavaScriptを使用してExcelワークシートのページオプションをプログラム的に設定するサンプルコードを提供します。ページの向き、スケーリング係数、ページ合わせの設定、用紙サイズ、印刷品質、最初のページ番号を設定します。...Cells Example - Page Orientation </ title > </ head...head > < body > < h1 > Set Page Orientation Example </ h1 > <...

    docs.aspose.com/cells/ja/javascript-cpp/setting...
  6. PDFの個々のページの編集|Aspose.PDF for .NET

    このセクションでは、PdfPageEditorクラスを使用してPDFの個々のページを編集する方法を説明します。... 表示 表示カテゴリには、PageSize、Rotation、Zoom、DisplayDurationなどのプロ...るPageSizeオブジェクトを入力として取ります。Rotationプロパティは、個々のページの回転を設定するために使用...

    docs.aspose.com/pdf/ja/net/editing-a-pdf-s-indi...
  7. Travailler avec des transformations dans PS | .NET

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

    docs.aspose.com/page/fr/net/ps/working-with-tra...
  8. چرخش PDF با استفاده از Rust | Aspose.PDF

    اسناد PDF را به صورت برنامه نویسی با کد نمونه Rust با استفاده از Aspose.PDF برای Rust via C++ چرخانید... این کد Document و Rotation را از جعبه asposepdf وارد...asposepdf :: { Document , Rotation }; fn main () -> Result <...

    products.aspose.com/pdf/fa/rust-cpp/rotate/
  9. Rotacionar Páginas de PDF Usando C++|Aspose.PDF...

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com C++....de rotação usando o método Rotate(). void ChangePageOrientatio...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...

    docs.aspose.com/pdf/pt/cpp/rotate-pages/
  10. Ruota il PDF usando C++ | Aspose.PDF

    Ruota i documenti PDF in modo programmatico con codice di esempio C++ utilizzando Aspose.PDF per C++...( 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/it/cpp/rotate/