Sort Score
Result 10 results
Languages All
Labels All
Results 8,751 - 8,760 of 187,939 for

paged

(0.23 sec)
  1. Ajouter une chaîne HTML en utilisant DOM en Rub...

    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....Ajouter une page à la collection de pages du fichier PDF page = doc...collection de paragraphes de la page page . getParagraphs (). add (...

    docs.aspose.com/pdf/fr/java/add-html-string-usi...
  2. 从形状对象中检索 ActiveX 控件以修改属性|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....vsd" ); // get a Visio page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get a shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/java/retrieve-an-act...
  3. عام API تغييرات في Aspose.Diagram 16.12.0|Docum...

    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/ar/java/public-api-chan...
  4. Split PDF API | Aspose.PDF

    Split PDF Pages Using .NET, Java, C++, and Android...share specific sections or pages of a document via email, cloud...object to split PDF pages. Add current page to the document. Save...

    products.aspose.com/pdf/splitter/
  5. PDF Footer Insertion Using Java | Aspose.PDF

    Add footer to PDF programmatically with Java sample code using Aspose.PDF for Java.... Add the Stamp to Page using AddStamp method. Save...// Add footer on all pages for ( Page page : pdfDocument . getPages...

    products.aspose.com/pdf/java/footer/
  6. How to add Circle Annotation using .NET | Aspos...

    Add Circle annotations programmatically in PDF with C# sample code on .NET Framework, .NET Core, and PHP, VBScript, C++ via COM Interop....Document class Create a new page or get a reference to an existing...Add for Circle annotation from Page.Annotations collections Save...

    products.aspose.com/pdf/net/annotation/circle/add/
  7. Récupérer un contrôle ActiveX à partir d'un obj...

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

    docs.aspose.com/diagram/fr/java/retrieve-an-act...
  8. افزودن هدر به PDF با استفاده از PHP | Aspose.PDF

    PHP کد نمونه برای اضافه کردن هدر در سند PDF بر روی هر پلت فرم....$verticalAlignment -> Top ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/fa/php-java/header/
  9. 使用 PHP 向 PDF 添加标题 | Aspose.PDF

    PHP 示例代碼,以便在任何平臺上的PDF文檔中添加頁眉。...$verticalAlignment -> Top ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/zh-hant/php-java/header/
  10. 使用 PHP 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式向 PDF 添加页脚。...$verticalAlignment -> Bottom ); $pages = $document -> getPages ();...footer to 1st page $page = $pages -> get_Item ( 1 ); $page -> addStamp...

    products.aspose.com/pdf/zh-hant/php-java/footer/