Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 3,407 for

rotate page

(0.05 sec)
  1. Configuración de opciones de página con C++|Doc...

    Este artículo proporciona código de ejemplo para establecer las opciones de página de las hojas de cálculo de Excel programáticamente usando la API de C++. Podrás establecer la orientación de la página, el factor de escala, las opciones de ajuste a páginas, tamaño del papel, calidad de impresión, número de página inicial.... Get ( 0 ); // Set the page orientation to Portrait worksheet..."PageOrientation_out.xls" ); std :: cout << "Page orientation set successfully...

    docs.aspose.com/cells/es/cpp/setting-page-options/
  2. 파이썬을 사용하여 PDF 페이지 회전|Aspose.PDF for Python via ...

    이 주제는 파이썬을 사용하여 기존 PDF 파일에서 페이지 방향을 프로그래밍 방식으로 회전하는 방법을 설명합니다.... ‘rotate’ 메서드를 사용하여 회전 각도를 설정함으로써 페이지...input_pdf ) for page in doc . pages : r = page . media_box newHeight...

    docs.aspose.com/pdf/ko/python-net/rotate-pages/
  3. PDF内のテキストをPythonで回転させる|Aspose.PDF for Python vi...

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、任意の角度にテキストを回転させたり、テキストの断片や全文を回転させたりできます。...特定のページを取得 Page pdfPage = ( Page ) pdfDocument . Pages . Add ();...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . Position...

    docs.aspose.com/pdf/ja/python-net/rotate-text-i...
  4. Ajouter un filigrane au PDF en utilisant C++|As...

    Cet article explique les fonctionnalités de travail avec les artefacts et l'obtention de filigranes dans les PDFs de manière programmatique avec le C++....artefacts sur une page particulière, la classe Page a la propriété...incluent Background, Layout, Page, Pagination et Undefined). Artifact...

    docs.aspose.com/pdf/fr/cpp/add-watermarks/
  5. So drehen Sie PDF mit Python

    Dieses kurze Tutorial erklärt, wie man PDFs mit Python dreht. Es enthält detaillierte Schritte zum Schreiben der Anwendung und einen ausführbaren Beispielcode zum Drehen von PDF-Seiten mit Python....Page Product Family Aspose.PSD Product...um die Ausrichtung zu ändern Rotate ggf. auch den Seiteninhalt...

    kb.aspose.com/de/pdf/python/how-to-rotate-pdf-u...
  6. Come ruotare PDF usando Python

    Questo breve tutorial guida su come ruotare PDF usando Python. Contiene passaggi dettagliati per scrivere l'applicazione e un codice di esempio eseguibile per ruotare le pagine PDF utilizzando Python....Page Product Family Aspose.PSD Product...per modificare l’orientamento Rotate anche il contenuto della pagina...

    kb.aspose.com/it/pdf/python/how-to-rotate-pdf-u...
  7. Как да завъртите PDF с помощта на Python

    Този кратък урок ръководи как да завъртите PDF с помощта на Python. Той съдържа подробни стъпки за писане на приложението и примерен код за изпълнение за завъртане на PDF страници с помощта на Python....Page Product Family Aspose.PSD Product...за да промените ориентацията Rotate съдържанието на страницата...

    kb.aspose.com/bg/pdf/python/how-to-rotate-pdf-u...
  8. Memutar Teks di Dalam PDF menggunakan Python|As...

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....tertentu Page pdfPage = ( Page ) pdfDocument . Pages . Add ();...textFragment2 . TextState . Rotation = 45 ; // Buat fragmen teks...

    docs.aspose.com/pdf/id/python-net/rotate-text-i...
  9. Dodaj stempel tekstowy do pliku PDF za pomocą P...

    Kod źródłowy Python, aby dodać znaczek tekstowy do pliku PDF na .NET Framework, .NET Core.... pages . add () # Create text stamp...100 # Rotate stamp textStamp . rotate = ap . Rotation . ON90...

    products.aspose.com/pdf/pl/python-net/stamps/text/
  10. Ubah Ukuran Halaman PDF dengan C#|Aspose.PDF fo...

    Ubah Ukuran Halaman dari dokumen PDF Anda menggunakan pustaka Aspose.PDF for .NET.... Kelas Page berisi metode SetPageSize(…)...RunExamples . GetDataDir_AsposePdf_Pages (); // Open PDF document using...

    docs.aspose.com/pdf/id/net/change-page-size/