Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 4,353 for

rotate page

(0.08 sec)
  1. Ruota il PDF usando Python | Aspose.PDF

    Ruota i documenti PDF in modo programmatico con codice di esempio Python utilizzando Aspose.PDF per Python for .NET...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/it/python-net/rotate/
  2. How to Insert Draft Watermark in PowerPoint Pre...

    This brief tutorial provides details on how to insert draft watermark in PowerPoint presentation using Java. We will use background text to add draft watermark in presentation using Java....Page Product Family Aspose.PSD Product...some formatted message mostly rotated by some angle. You can perform...

    kb.aspose.com/slides/java/how-to-insert-draft-w...
  3. C++ 를 사용하여 PDF 회전 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 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/ko/cpp/rotate/
  4. افزودن واترمارک به PDF با استفاده از C++ | Aspo...

    افزودن واترمارک به فایل PDF به صورت برنامه نویسی با استفاده از کد نمونه C++ با استفاده از Aspose.PDF برای C++...Page.Artifacts. ۱. ذخیره فایل PDF...Set artifact position and rotation artifact -> set_ArtifactHorizontalAl...

    products.aspose.com/pdf/fa/cpp/watermark/add/
  5. ארכיון

    ארכיון...Document(); // קבל דף מסוים Page pdfPage = pdfDocument.getPages()...textFragment2 = new TextFragment("rotated text"); textFragment2.setPosition(new...

    blog.aspose.com/he/pdf/rotate-text-inside-pdf-d...
  6. Python を使用して PDF を回転する方法

    この短いチュートリアルでは、Python を使用して PDF を回転する方法について説明します。アプリケーションを作成するための詳細な手順と、Python を使用して PDF ページを回転させるための実行可能なサンプル コードが含まれています。...Page Product Family Aspose.PSD Product...ファイルの各ページを解析し、高さと幅を交換して向きを変更します。 Rotate 必要に応じてページのコンテンツも 向きを変更し、コンテンツを回転させて、出力...

    kb.aspose.com/ja/pdf/python/how-to-rotate-pdf-u...
  7. Comment faire pivoter un PDF avec Java

    Cet article décrit comment faire pivoter un PDF à l'aide de Java. Il contient des instructions pour définir l'environnement, écrire l'application de base et un exemple de code pour modifier l'orientation du PDF à l'aide de Java....Page Product Family Aspose.PSD Product...exécutable pour faire pivoter les pages PDF à l’aide de Java . Une explication...

    kb.aspose.com/fr/pdf/java/how-to-rotate-pdf-usi...
  8. Lägg till vattenmärke i PDF med C++|Documentation

    Lär dig hur du lägger till text och bildvattenmärken i PDF filer under rendering med Aspose.Cells och C++....in justering, förskjutning, rotation, opacitet, förgrund/bakgrund...// Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...

    docs.aspose.com/cells/sv/cpp/add-watermark-to-pdf/
  9. Aggiungi timbro immagine al PDF usando C++ | As...

    Aggiungi il timbro dell'immagine al file PDF in modo programmatico con il codice di esempio C++ usando Aspose.PDF per C++....); imageStamp -> set_Rotate ( Rotation :: on270 ); imageStamp...stamp to particular page document -> get_Pages () -> idx_get ( 1...

    products.aspose.com/pdf/it/cpp/stamps/image/
  10. تدوير صفحات PDF باستخدام C++|Aspose.PDF لـ C++

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجياً باستخدام C++....زاوية الدوران باستخدام طريقة Rotate(). void ChangePageOrientatio...( auto page : document -> get_Pages ()) { auto r = page -> get_MediaBox...

    docs.aspose.com/pdf/ar/cpp/rotate-pages/