Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 69,802 for

paths

(0.05 sec)
  1. Ajouter une action de signet|Aspose.PDF for Pyt...

    Cet exemple lie un PDF d'entrée, crée un signet libellé "PdfContentEditor Bookmark" qui navigue vers la page 1, puis enregistre le document mis à jour....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/fr/python-net/add-bookmark-...
  2. إضافة رابط تطبيق|Aspose.PDF for Python via .NET

    يقوم هذا المثال بربط ملف PDF للإدخال وإضافة رابط تشغيل التطبيق على الصفحة الأولى وحفظ المستند المعدل....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/ar/python-net/add-applicati...
  3. إضافة تعليق صوتي|Aspose.PDF for Python via .NET

    يقوم هذا المثال بربط ملف PDF للإدخال وإضافة تعليق توضيحي صوتي على الصفحة 1 وحفظ ملف PDF المعدل....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/ar/python-net/add-sound-ann...
  4. استخراج بيانات XFA|Aspose.PDF for Python via .NET

    يوضح هذا المثال كيفية استخراج بيانات نموذج XFA من ملف PDF باستخدام Aspose.PDF لـ Python عبر .NET. يوضح كيفية ربط مستند PDF المستند إلى XFA بواجهة النموذج وتصدير بنية البيانات الداخلية الخاصة به إلى دفق الملفات....FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/ar/python-net/extract-xfa-d...
  5. Substituir Texto na Página|Aspose.PDF for Pytho...

    Neste exemplo, a primeira ocorrência da palavra "PDF" é substituída por "Texto Substituído da Página 1" usando um tamanho de fonte especificado....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/pt/python-net/replace-text-...
  6. Робота з градієнтом у PostScript | .NET

    Додавання градієнта у файлі PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...graphics path from the first rectangle 17 GraphicsPath path = new...new GraphicsPath(); 18 path. AddRectangle ( new RectangleF(offsetX...

    docs.aspose.com/page/uk/net/ps/working-with-gra...
  7. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new rows using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/propagate-form...
  8. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing Excel files using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/how-to-prevent...
  9. Berechnung von Array Formeln in Datentabellen m...

    Lernen Sie, wie man Array Formeln für Excel Datentabellen mit Aspose.Cells für Python via .NET API berechnet, um Überschriften zu modifizieren und Tabellen programmatisch zu speichern.... path . dirname ( os . path . abspath ( __file__...__file__ )) data_dir = os . path . join ( current_dir , "data" )...

    docs.aspose.com/cells/de/python-net/calculation...
  10. Decrease the Calculation Time of Cell.Calculate...

    Learn how to optimize Excel cell calculation performance using Aspose.Cells for Python via .NET. Reduce computation time with CalculationOptions settings....prints elapsed seconds """ # The path to the documents directory current_dir...current_dir = os . path . dirname ( os . path . abspath ( __file__...

    docs.aspose.com/cells/python-net/decrease-the-c...