Sort Score
Result 10 results
Languages All
Labels All
Results 6,061 - 6,070 of 186,578 for

paged

(0.14 sec)
  1. 使用 C++ 合并 PDF 到 TEXT | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PDF 文档合并为一个 TEXT 单个文件...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/zh-hans/cpp/merger/pdf-...
  2. 使用 C++ 合并 SVG 到 PDF | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 SVG 文档合并为一个 PDF 单个文件...Aspose Document // Adust pdf page size to svg size opt1 = MakeObject...( u "1.svg" , opt1 ); // add page from one document to another...

    products.aspose.com/pdf/zh-hans/cpp/merger/svg-...
  3. Open and Modify a Document|Aspose.Words for .NET

    Open and modify an existing Word document easily and fast instead of using Open XML SDK in C#....Hide ] What is this page about? This page explains how to open...text programmatically. On this page we will look at how to open...

    docs.aspose.com/words/net/open-and-add-text-to-...
  4. 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...
  5. تعليق التمييز في ملفات 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/
  6. ค้นหา

    ค้นหา...คลาสใหม่ ทำการสร้างออบเจ็กต์ของคลาส Page และ Outline เริ่มต้นวัตถุคลาส...ให้เพิ่ม Outline ไปที่ Page และจากนั้นเพิ่ม Page ไปที่ Document บันทึกเอกสาร...

    blog.aspose.com/th/note/create-bulleted-or-numb...
  7. Архивы

    Архивы...Pages.Add() . Создайте новый объект...Добавить страницу Page page = document.Pages.Add(); // Добавить...

    blog.aspose.com/ru/pdf/create-pdf-files-using-c...
  8. Archiwa

    Archiwa...Pages.Add() . Utwórz nowy obiekt TextFragment...Document(); // Dodaj stronę Page page = document.Pages.Add(); // Dodaj tekst...

    blog.aspose.com/pl/pdf/create-pdf-files-using-c...
  9. ארכיון

    ארכיון...Pages.Add() . צור אובייקט חדש TextFragment...Document(); // הוסף עמוד Page page = document.Pages.Add(); // הוסף טקסט...

    blog.aspose.com/he/pdf/create-pdf-files-using-c...
  10. 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/