Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 4,351 for

rotate page

(0.23 sec)
  1. Comment convertir un PDF en PPTX en utilisant P...

    Ce court didacticiel explique comment convertir un PDF en PPTX à l'aide de Python. Il contient un processus par étapes et un exemple de code exécutable pour convertir un PDF en PowerPoint à l'aide de Python....Page Product Family Aspose.PSD Product...définir la mise en page, la rotation de la page et l’alignement...

    kb.aspose.com/fr/pdf/python/how-to-convert-pdf-...
  2. Dodaj, pobierz lub usuń znak wodny w pliku PDF ...

    Dodaj, pobierz lub usuń znak wodny z pliku PDF programowo za pomocą przykładowego kodu C++ przy użyciu pliku Aspose.PDF dla C++...Page.Artifacts. Zapisz plik PDF Dodaj...Center ); artifact -> set_Rotation ( 45 ); artifact -> set_Opacity...

    products.aspose.com/pdf/pl/cpp/watermark/
  3. Visio Çiziminde 3B Döndürme Efektleri|Documenta...

    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....vsdx" ); // get shape by ID and page name Shape shape = diagram .... getPages (). getPage ( "Page-1" ). getShapes (). getShape (...

    docs.aspose.com/diagram/tr/java/3d-rotation-eff...
  4. 3D-эффекты вращения в чертеже Visio|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....vsdx" ); // get shape by ID and page name Shape shape = diagram .... getPages (). getPage ( "Page-1" ). getShapes (). getShape (...

    docs.aspose.com/diagram/ru/java/3d-rotation-eff...
  5. العمل مع النص في PDF|Aspose.PDF for Java

    تشرح هذه القسم تقنيات مختلفة لمعالجة النص. تعلم كيفية إضافة، استبدال، تدوير، البحث عن النص باستخدام Aspose.PDF وJava.... Rotate Text Inside PDF - تدوير النص...TextFragment. Search and Get Text from Pages of PDF Document - يمكنك استخدام...

    docs.aspose.com/pdf/ar/java/working-with-text/
  6. Добавление изображений штампов в PDF программно...

    Добавьте изображение штампа в свой PDF документ, используя класс ImageStamp с библиотекой Aspose.PDF для Java....) класса Page для добавления штампа в PDF...); imageStamp . setRotate ( Rotation . on270 ); imageStamp . setOpacity...

    docs.aspose.com/pdf/ru/java/image-stamps-in-pdf...
  7. Chercher

    chercher...Imprimer des pages spécifiques ou une plage de pages à l’aide de...Imprimer des pages spécifiques ou une plage de pages à l’aide de...

    blog.aspose.com/fr/pdf/print-pdf-files-programm...
  8. Obtenir la Résolution et les Dimensions des Ima...

    Cette section montre les détails pour obtenir la résolution et les dimensions des Images Intégrées...images en utilisant la propriété Page.Resources.Images. Créez un objet...charge la mise à l’échelle, la rotation et l’inclinaison de tout contenu...

    docs.aspose.com/pdf/fr/java/get-resolution-and-...
  9. Tambahkan Stempel Halaman PDF|Aspose.PDF untuk ...

    Bagian ini menjelaskan cara bekerja dengan Aspose.PDF Facades menggunakan Kelas PdfFileStamp.... In order to add PDF page stamp, you first need to create...SetOrigin ( 20 , 20 ); stamp . Rotation = 90.0F ; stamp . IsBackground...

    docs.aspose.com/pdf/id/java/add-pdf-page-stamp/
  10. PDFに透かしを追加する方法 C++を使用|Aspose.PDF for C++

    この記事では、プログラムでC++を使用してPDFにおけるアーティファクトの操作と透かしの取得に関する機能を説明します。...特定のページ上のすべてのアーティファクトを取得するために、 Page クラスはArtifactsプロパティを持っています。 ...列挙の値をサポートしており、Background、Layout、Page、Pagination、Undefined が含まれます)。...

    docs.aspose.com/pdf/ja/cpp/add-watermarks/