Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 190,008 for

paged

(0.25 sec)
  1. Arsip

    Arsip...kosong di dokumen kosong page = doc.pages.add() # Buat objek gambar...Tambahkan gambar pada halaman page.paragraphs.add(image) # Simpan...

    blog.aspose.com/id/pdf/convert-jpg-to-pdf-in-py...
  2. Travailler avec des cellules définies par l'uti...

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

    docs.aspose.com/diagram/fr/java/working-with-us...
  3. JPEG إلى EPS | واجهة برمجة تطبيقات التحويل | ال...

    NET API Solution للعمل مع ملفات EPS. تحويل الصور إلى ملفات EPS. أمثلة C# على تحويل JPEG إلى EPS....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/ar/net/conversion/imag...
  4. واجهة برمجة تطبيقات تحويل PS إلى PDF | سي ++

    يتم توفير تحويل PS إلى PDF بواسطة Aspose.Page لحل C++ API. يعمل في بيئة تشغيل C++ لأنظمة التشغيل Windows 32 بت، وWindows 64 بت، وLinux 64 بت....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/ar/cpp/conversion/ps-t...
  5. XPS to BMP Conversion API for | Java

    Sample Java conversion code for XPS format to BMP file. Use this example code to convert XPS to BMP within any Web or Desktop Java based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/java/conversion/xps-to...
  6. JPEG в EPS | API конвертер | .NET

    .NET API Рішення для роботи з файлами EPS. Перетворення зображень у файли EPS. C# приклади коду конверсії....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/uk/net/conversion/imag...
  7. Création d'un PDF complexe|Aspose.PDF for .NET

    Aspose.PDF pour NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....métadonnées mais sans pages. Ajouter une Page à l’objet document...maintenant une page. Ajouter une Image à la Page. Créer un TextFragment...

    docs.aspose.com/pdf/fr/net/complex-pdf-example/
  8. Python.NET ile Excel sayfasını Fit edilmiş Sayf...

    Aspose.Cells for Python via .NET API kullanarak Excel yazdırma için fit_to_pages_wide ve fit_to_pages_tall özelliklerini ayarlamayı öğrenin....Hide ] Giriş fit_to_pages_wide ve fit_to_pages_tall ayarları, yazdırma...içinde olmasını sağlar: fit_to_pages_wide : Yazdırma için yatay sayfa...

    docs.aspose.com/cells/tr/python-net/how-to-prin...
  9. Utiliser Aspose.PDF for .NET avec Python|Aspose...

    Dans ce tutoriel, vous explorerez les différentes manières de créer et de modifier des fichiers PDF en Python....détaillée, veuillez suivre cette page class HelloWorld ( object ):...Document () # Add page page = document . Pages . Add () # Add text...

    docs.aspose.com/pdf/fr/net/python-net/
  10. Ajouter un objet Ellipse au fichier PDF|Aspose....

    Cet article explique comment créer un objet Ellipse dans votre PDF en utilisant Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of page page . Paragraphs . Add ( graph...

    docs.aspose.com/pdf/fr/net/add-ellipse/