Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 4,349 for

rotate page

(0.12 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. Drehen Sie Text in Word mit Python

    Drehen Sie Text in Word mit Python. Erhalten Sie Details zum Festlegen der IDE, eine Liste der Schritte und einen Beispielcode zum Umdrehen des Texts in Word mit Python....Page Product Family Aspose.PSD Product...Laden Sie die Word-Datei zur Rotation in das Klassenobjekt Document...

    kb.aspose.com/de/words/python/rotate-text-in-wo...
  3. Rotacionar Páginas de PDF Usando Python|Aspose....

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com Python....de rotação usando o método ‘rotate’. import aspose.pdf as ap doc...input_pdf ) for page in doc . pages : r = page . media_box newHeight...

    docs.aspose.com/pdf/pt/python-net/rotate-pages/
  4. 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/
  5. Obróć plik PDF za pomocą C++ | Aspose.PDF

    Obróć dokumenty PDF programowo za pomocą przykładowego kodu C++ przy użyciu pliku Aspose.PDF dla 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/pl/cpp/rotate/
  6. Chercher

    chercher... Rotation d’image SVG C# - Installation...SVG par programmation en C# Rotation d’image SVG C# - Installation...

    blog.aspose.com/fr/svg/rotate-svg-image-csharp/
  7. Ajouter un filigrane au PDF|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....l’alignement, le décalage, la rotation, l’opacité, l’avant-plan/l’arrière-plan...l’avant-plan/l’arrière-plan et l’échelle à la page dans RenderingWatermark . Ajouter...

    docs.aspose.com/cells/fr/net/add-watermark-to-pdf/
  8. Ajouter un filigrane au PDF|Documentation

    Apprenez comment ajouter un filigrane au PDF avec Aspose.Cells pour l API Python via .NET....l’alignement, le décalage, la rotation, l’opacité, le premier plan/arrière-plan...plan/arrière-plan, et l’échelle à la page dans RenderingWatermark . Ajouter...

    docs.aspose.com/cells/fr/python-net/add-waterma...
  9. 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/
  10. Obróć plik PDF za pomocą Python | Aspose.PDF

    Obróć dokumenty PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla 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/pl/python-net/rotate/