Sort Score
Result 10 results
Languages All
Labels All
Results 8,461 - 8,470 of 181,649 for

paged

(0.2 sec)
  1. Archiv

    Archiv...Page page: oneSource) { oneDestination...oneDestination.appendChildLast(page.deepClone()); } // Uložte dokument OneNotu...

    blog.aspose.com/cs/note/combine-onenote-java/
  2. Manipulating WebP Images|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....store the data of all pages of a multi-page image in memory. This...implements the idea of “Loading a page into memory from an input stream...

    docs.aspose.com/imaging/net/manipulating-webp-i...
  3. Konwerter PDF na JPEG przy użyciu PHP | Aspose.PDF

    Przykładowy kod w PHP dla konwersji PDF na {{FILERESSULT}}. Użyj przykładowego kodu dla konwersji wsadowej PDF na {{FILERESSULT}} z Aspose.PDF dla PHP przez Java...$inputFile ); $pages = $document -> getPages (); $count = $pages -> size...$resolution ); // Loop through each page of the document for ( $pageCount...

    products.aspose.com/pdf/pl/php-java/conversion/...
  4. 使用 C++ 合并 JPEG 到 PDF | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 JPEG 文档合并为一个 PDF 单个文件...add new page to pdf // read image dimensions to pdf page rectangle...to new pdf page for ( String fs : images ) { page = outputDoc...

    products.aspose.com/pdf/zh-hant/cpp/merger/jpeg...
  5. TIFF ถึง PDF ผสานโดยใช้ C++ | Aspose.PDF

    รวมเอกสาร TIFF สองไฟล์ขึ้นไปเป็นไฟล์เดียว PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...(); // Display and save the pages // Get the CLSID of the PNG...encoderClsid , NULL ); // add new page to document // create new image...

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

    รหัสตัวอย่างใน PHP สำหรับการแปลง PDF เป็น {{FILERESSULT}}ใช้โค้ดตัวอย่างสำหรับการแปลงแบทช์ PDF เป็น {{FILERESSULT}} ด้วย Aspose.PDF สำหรับ PHP ผ่าน Java...$inputFile ); $pages = $document -> getPages (); $count = $pages -> size...$resolution ); // Loop through each page of the document for ( $pageCount...

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

    دو یا چند سند PDF را در یک فایل JPEG واحد به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET ترکیب کنید... Pages . Add ( pdfDocument2 . Pages ); var jpegDevice...(); foreach ( var page in pdfDocument1 . Pages ) { using var stream...

    products.aspose.com/pdf/fa/net/merger/pdf-to-jpeg/
  8. Unisci da TIFF a PDF usando C++ | Aspose.PDF

    Combina due o più documenti TIFF in un singolo file PDF a livello di programmazione con codice di esempio C++ utilizzando Aspose.PDF per C++...(); // Display and save the pages // Get the CLSID of the PNG...encoderClsid , NULL ); // add new page to document // create new image...

    products.aspose.com/pdf/it/cpp/merger/tiff-to-pdf/
  9. Dividi file PDF, HTML, TXT usando C# | Aspose.PDF

    Codice di esempio in C# per dividere file su.NET Framework, .NET Core.... Pages . Count / 2 , "pdf_half.pdf"...SaveFormat . Pdf ); MemoryStream [] pages = pdfEditor . SplitToPages (...

    products.aspose.com/pdf/it/net/splitter/
  10. 添加曲线对象到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在您的PDF中创建一个曲线对象。...(); // 将页面添加到 PDF 文件的页面集合中 Page page = pdfDocument . getPages ()...); // 将 Graph 对象添加到页面的段落集合中 page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/zh/java/add-curve/