Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 143,031 for

paged

(0.08 sec)
  1. PDF به DOC ادغام با استفاده از C++ | Aspose.PDF

    دو یا چند سند PDF را در یک فایل DOC واحد به صورت برنامه نویسی با کد نمونه 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-doc/
  2. Führen Sie EPS-Dateien mit .NET zu PDF zusammen

    Mit der Merger-EPS-Funktionalität der Aspose.Page-API-Lösung für .NET können Sie mehrere EPS-Dateien in einem einzigen PDF-Dokument kombinieren....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/net/merge/eps/
  3. Convertisseurs PS, EPS et XPS | Python

    Pour convertir un fichier au format PDL en un fichier plus simple comme PDF, BMP, JPG, etc., utilisez cette API pour Python....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/fr/python-net/convert/
  4. Aspose.PDF Java pour Ruby|Aspose.PDF pour Java

    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....document et de l’affichage des pages en Ruby Obtenir des informations...document et de l’affichage des pages en Ruby Définir l’expiration...

    docs.aspose.com/pdf/fr/java/aspose-pdf-java-for...
  5. Java Split A File

    Split documents programmatically in Java: DOCX, PDF, DOC, ODT, RTF, HTML, TXT and many more....can integrate the extracted pages with other data and, as a result...functions to extract document pages according to the specified mode...

    products.aspose.com/words/java/split/
  6. Python 를 사용하여 EPS 에서GIF 로 변환하는 변환기 | Aspose.PDF

    EPS 을 GIF 로 변환하기 위한 파이썬 샘플 코드입니다.Python과.NET을 사용하여 일괄 EPS 을 GIF 로 변환하는 예제 코드를 사용하십시오...resolution ) page_count = 1 pages_count = len ( document . pages ) if...document . pages ) > 4 : pages_count = 4 while page_count <= pages_count...

    products.aspose.com/pdf/ko/python-net/conversio...
  7. EPS 到 JPEG 使用 Python 的转换器 | Aspose.PDF

    Python 上用於 EPS 到 JPEG 轉換的示例代碼。 使用 Python 和 .NET 進行批量 EPS 到 JPEG 轉換的示例代碼...resolution ) page_count = 1 pages_count = len ( document . pages ) if...document . pages ) > 4 : pages_count = 4 while page_count <= pages_count...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  8. 更新 PDF 中的链接|Aspose.PDF for Java

    以编程方式更新 PDF 中的链接。本指南介绍如何在 Java 语言中更新 PDF 中的链接。...pdf" ); Page page = document . getPages ()....linkAnnot = ( LinkAnnotation ) page . getAnnotations (). get_Item...

    docs.aspose.com/pdf/zh/java/update-links/
  9. C++でPDFファイルにリンクを作成する|Aspose.PDF for C++

    このセクションでは、C++でPDFドキュメントにリンクを作成する方法を説明します。... リンクを追加したい Page を取得します。 Pageと Rectangle オブジェクトを使用して...PDFファイルのページコレクションにページを追加 auto page = document -> get_Pages () -> idx_get (...

    docs.aspose.com/pdf/ja/cpp/create-links/
  10. 使用 C# 在 PDF 中旋转文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中旋转 PDF 文件中的文本,以调整文本对齐和改善展示效果。...Get particular page var page = document . Pages . Add (); // Create...TextBuilder ( page ); // Append the text fragment to the PDF page textBuilder...

    docs.aspose.com/pdf/zh/net/rotate-text-inside-pdf/