Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 156,230 for

paged

(0.23 sec)
  1. C++ を使用して PostScript ファイルを PDF に結合

    C++ 用 Aspose.Page API ソリューションの Merger PS 機能を使用すると、複数の PS ファイルを 1 つの PDF ドキュメントに結合できます。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/ja/cpp/merge/ps/
  2. 使用 C++ 合并 PDF 到 EPUB | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PDF 文档合并为一个 EPUB 单个文件...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-...
  3. 使用 C++ 合并 EPS 到 PDF | Aspose.PDF

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

    products.aspose.com/pdf/zh-hant/cpp/merger/eps-...
  4. 使用 C++ 合并 PDF 到 EPUB | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PDF 文档合并为一个 EPUB 单个文件...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-...
  5. PDF به XLS ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند PDF را در یک فایل XLS واحد به صورت برنامه نویسی با کد نمونه 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-xls/
  6. PCL به PDF ادغام با استفاده از C++ | Aspose.PDF

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

    products.aspose.com/pdf/fa/cpp/merger/pcl-to-pdf/
  7. Använd anslutningsindex för att koppla samman f...

    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....Diagram (); // get page by index Page page = diagram . getPages...shapes by ID Shape shape1 = page . getShapes (). getShape ( shape1_ID...

    docs.aspose.com/diagram/sv/java/use-connection-...
  8. Procurar

    Procurar...new Document( "sample-multi-page.docx" ); // Extrair páginas...uma for ( int page = 0 ; page < doc.PageCount; page++) { // Salve...

    blog.aspose.com/pt/words/extract-word-pages-in-...
  9. Comment convertir OneNote en HTML en utilisant ...

    Cet article simple se concentre sur la conversion de OneNote en HTML à l'aide de Java. Il représente tous les détails pour configurer l'environnement, un flux de travail de programmation complet et un exemple de code pour exporter OneNote au format HTML à l'aide de Java....Page Product Family Aspose.PSD Product...classe Document et ajoutez une page vide à l’intérieur. Initialisez...

    kb.aspose.com/fr/note/java/how-to-convert-oneno...
  10. 程序化更改 PDF 页面大小|Aspose.PDF for Java

    使用 Java 库从您的 PDF 文件更改页面大小。... Page 类包含 SetPageSize(…) 方法,允许您设置...pdfDocument . getPages (); // 获取特定页面 Page pdfPage = pageCollection . get_Item...

    docs.aspose.com/pdf/zh/java/change-page-size/