Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 141,589 for

paged

(0.08 sec)
  1. Зміна сторінки XPS на події | Java

    Дізнайтеся, як вносити повторювані зміни до всіх вихідних сторінок під час конвертації файлу XPS за допомогою Aspose.Page API для Java...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/uk/java/xps/modifying-xps-...
  2. Utilisation des données de forme Visio|Document...

    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....nouvelle forme : Trouver la page - Chaque Visio diagram contient...collection de pages. Les développeurs peuvent récupérer la page par ID...

    docs.aspose.com/diagram/fr/java/working-with-vi...
  3. Java API สำหรับการประมวลผล PostScript

    ไลบรารี Java เพื่อสร้าง อ่าน หรืออัปเดตเอกสาร XPS, PS หรือ EPS Native API ที่สามารถรวมเข้ากับโปรเจ็กต์/โซลูชันของคุณเองได้อย่างง่ายดาย...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/page/th/java/
  4. Anotaciones Adhesivas en PDF usando C++|Aspose....

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto. Se utiliza para representar gráficos en la página. Consulte el fragmento de código para resolver esta tarea....pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < WatermarkAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/es/cpp/sticky-annotations/
  5. Aspose.Words.Layout module | Aspose.Words for N...

    The Aspose.Words.Layout module provides classes that allow to access information such as on what page and where on a page particular document elements are positioned, when the document is formatted into pages....information such as on what page and where on a page particular document...document is formatted into pages. Classes Class Description LayoutCollector...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Extrair Parágrafo de PDF|Aspose.PDF para Java

    Este artigo descreve como usar ParagraphAbsorber - uma ferramenta especial no Aspose.PDF para extrair texto de documentos PDF....pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/pt/java/extract-paragraph-f...
  7. PageSet.Odd | Aspose.Words for .NET

    Discover the PageSet Odd property to easily retrieve all odd pages of your document in their original order for efficient document management....Gets a set with all the odd pages of the document in their original...} Remarks Odd pages have even indices since page indices are zero-based...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Instalación | Aspose.Página para Java

    JavaLibrary para que los desarrolladores procesen archivos PS, EPS y XPS. Aprenda cómo instalar la solución API Aspose.Page para Java....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/java/installation/
  9. Добавление дугового объекта в PDF-файл|Aspose.P...

    В этой статье объясняется, как создать дуговой объект в вашем PDF-файле с помощью 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/ru/net/add-arc/
  10. PDF به HTML ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند PDF را در یک فایل HTML واحد به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ ترکیب کنید...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/fa/cpp/merger/pdf-to-html/