Sort Score
Result 10 results
Languages All
Labels All
Results 6,131 - 6,140 of 186,610 for

paged

(0.2 sec)
  1. واجهة برمجة تطبيقات تحويل EPS إلى JPEG | سي ++

    تحويل EPS إلى JPEG مقدم من 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/eps-...
  2. API перетворення EPS у BMP | C++

    Перетворення EPS у BMP, надане Aspose.Page для рішення C++ API. Працює в C++ Runtime Environment для Windows 32 bit, Windows 64 bit і Linux 64 bit....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/uk/cpp/conversion/eps-...
  3. Об’єднати XPS у PDF | Рішення C++ API

    Рішення C++ API для об’єднання файлів XPS у кілька рядків коду. Збережіть об’єднаний результат як PDF-файли. Приклад коду C++ функції об’єднання....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/uk/cpp/merge-xps-files/
  4. FAQ|Aspose.Words pour .NET

    Aspose.Words pour .NET répond aux questions les plus fréquemment posées. Apprenez cette page pour résoudre rapidement votre problème sur des questions générales ou des sujets spécifiques....FAQ Contents [ Hide ] Cette page contient les réponses aux questions...fréquemment posées. Veuillez lire la page actuelle – cela vous permettra...

    docs.aspose.com/words/fr/net/faq/
  5. Trabajando con Acciones en PDF|Aspose.PDF para C++

    Esta sección explica cómo agregar acciones al documento y campos de formulario programáticamente con C++.... Obtén la clase Page a la que deseas añadir el enlace...LinkAnnotation usando los objetos Page y Rectangle . El objeto rectangle...

    docs.aspose.com/pdf/es/cpp/actions/
  6. Arbeta med Visio Shape Data|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 page by name Page page = diagram . getPages...getPages (). getPage ( "Page-2" ); // Add master with stencil file...

    docs.aspose.com/diagram/sv/java/working-with-vi...
  7. تعليق التمييز في ملفات PDF باستخدام C++|Aspose....

    يتم عرض تعليقات التوصيف في النص كتمييزات أو خطوط تحتية أو خطوط مشطوبة أو خطوط متعرجة في نص المستند....-> Visit ( document -> get_Pages () -> idx_get ( 1 )); //Create...HighlightAnnotation > ( document -> get_Pages () -> idx_get ( 1 ), tfa ->...

    docs.aspose.com/pdf/ar/cpp/highlights-annotation/
  8. Faire pivoter du texte dans un PDF en utilisant...

    Apprenez à faire pivoter du texte dans des fichiers PDF en .NET en utilisant Aspose.PDF pour ajuster l'alignement du texte et améliorer la présentation....Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/fr/net/rotate-text-inside-pdf/
  9. إضافة تعليق تمييز PDF باستخدام C#|Aspose.PDF fo...

    تعلم كيفية إضافة تعليق تمييز إلى مستندات PDF في .NET باستخدام Aspose.PDF لتأكيد النص ومراجعته.... Pages [ 1 ]); // Create annotations...HighlightAnnotation ( document . Pages [ 1 ], tfa . TextFragments [...

    docs.aspose.com/pdf/ar/net/highlights-annotation/
  10. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...insertField("PAGE", ""); // 奇数页页码在右侧 builder....RIGHT); builder.insertField("PAGE", ""); builder.moveToDocumentEnd();...

    forum.aspose.com/t/topic/315401