Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 156,220 for

paged

(0.27 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-hant/cpp/merger/pdf-...
  2. MD به PDF ادغام با استفاده از C++ | Aspose.PDF

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

    products.aspose.com/pdf/fa/cpp/merger/md-to-pdf/
  3. PDF เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ PHP | As...

    รหัสตัวอย่างใน PHP สำหรับการแปลง PDF เป็น {{FILERESSULT}}ใช้โค้ดตัวอย่างสำหรับการแปลงแบทช์ PDF เป็น {{FILERESSULT}} ด้วย Aspose.PDF สำหรับ PHP ผ่าน Java...the collection of pages in the document $pages = $document -> getPages...total number of pages in the document $count = $pages -> size ();...

    products.aspose.com/pdf/th/php-java/conversion/...
  4. PDF به TEXT ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند PDF را در یک فایل TEXT واحد به صورت برنامه نویسی با کد نمونه 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-text/
  5. Dessiner un carré|Documentation

    Cette section explique comment dessiner un carré dans une page visio avec Aspose.Diagram. Prise en charge de l'utilisation de C# pour dessiner un carré et l'enregistrer au format pdf, svg, html, image, xps et autres formats....dessiner une forme carrée dans une page. L’exemple de code ci-dessous...developers to draw a square in the page and save as SVG format. The...

    docs.aspose.com/diagram/fr/net/drawing/draw-squ...
  6. 档案

    档案...Pages.Add() 方法向文档添加页面。 创建一个新的 TextFragment...添加页面 Page page = document.Pages.Add(); // 将文本添加到新页面 page.Paragraphs...

    blog.aspose.com/zh/pdf/create-pdf-files-using-c...
  7. 아카이브

    아카이브...Document (); // Page 클래스 객체 초기화 Page page = new Page (); // Outline...Outline node page . appendChildLast ( outline ); // Page 노드 추가 doc...

    blog.aspose.com/ko/note/create-bulleted-or-numb...
  8. Arşiv

    Arşiv...Page for .NET ile EPS’yi PDF belgelerine...gerçekleştirilir. Lütfen Aspose.Page for .NET ve Aspose.PDF for ...

    blog.aspose.com/tr/page/convert-eps-ps-to-svg-c...
  9. Convertitore da EMF a PDF utilizzando PHP | Asp...

    Codice di esempio in PHP per la conversione da EMF a PDF. Usa un codice di esempio per la conversione in batch da EMF a PDF con Aspose.PDF per PHP tramite Java...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/it/php-java/conversion/...
  10. Unisci da PDF a SVG usando C++ | Aspose.PDF

    Combina due o più documenti PDF in un singolo file SVG a livello di programmazione con codice di esempio C++ utilizzando Aspose.PDF per C++...pdf" ); // add page from one document to another...for ( auto const & page : firstDoc -> get_Pages ()) outputDoc ->...

    products.aspose.com/pdf/it/cpp/merger/pdf-to-svg/