Sort Score
Result 10 results
Languages All
Labels All
Results 5,691 - 5,700 of 140,592 for

paged

(0.09 sec)
  1. Formatage du texte dans un PDF en utilisant C++...

    Cette page explique comment formater le texte dans votre fichier PDF. Il s'agit d'ajouter un retrait de ligne, d'ajouter une bordure de texte, d'ajouter du texte souligné, d'ajouter une bordure autour du texte ajouté, d'aligner le texte pour le contenu des boîtes flottantes, etc....Document > (); auto page = document -> get_Pages () -> Add (); auto...set_SubsequentLinesInden ( 20 ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/fr/cpp/text-formatting-insi...
  2. Printing MS Project MPP files to Separate Image...

    Aspose.Tasks for .NET allows exporting Microsoft Project (MPP) data to separate image files....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/tasks/net/printing-project-page...
  3. 使用 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-...
  4. 使用 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-...
  5. 使用 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-...
  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. 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...
  8. 程序化更改 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/
  9. 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-...
  10. 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/