Sort Score
Result 10 results
Languages All
Labels All
Results 3,081 - 3,090 of 10,606 for

page count

(0.28 sec)
  1. تبدیل فایل SVG به EMF با استفاده از Python | As...

    کد نمونه در پایتون برای تبدیل SVG به EMF. استفاده از کد نمونه برای دسته SVG به EMF تبدیل با پایتون و .NET...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/fa/python-net/conversio...
  2. تبدیل فایل TEX به EMF با استفاده از Python | As...

    کد نمونه در پایتون برای تبدیل TEX به EMF. استفاده از کد نمونه برای دسته TEX به EMF تبدیل با پایتون و .NET...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/fa/python-net/conversio...
  3. 使用 Python 將 SVG 文件轉換為 BMP | Aspose.PDF

    SVG 到 BMP 轉換的 Python 示例代碼片段。 檢查使用 Python 和 .NET 將 SVG 批量轉換為 BMP 的示例代碼...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/zh-hant/python-net/conv...
  4. 使用 Python 将 SVG 文件转换为 PNG | Aspose.PDF

    Python 上用于 SVG 到 PNG 转换的示例代码。使用 Python 和.NET 将 SVG 批量转换为 PNG 使用示例代码...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  5. 使用 Python 将 PDF 文件转换为 BMP | Aspose.PDF

    Python 上用于 PDF 到 BMP 转换的示例代码。使用 Python 和.NET 将 PDF 批量转换为 BMP 使用示例代码...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/zh-hans/python-net/conv...
  6. 使用 Python 將 SVG 文件轉換為 GIF | Aspose.PDF

    SVG 到 GIF 轉換的 Python 示例代碼片段。 檢查使用 Python 和 .NET 將 SVG 批量轉換為 GIF 的示例代碼...( resolution ) page_count = 1 while page_count <= len ( document...document . pages ): image_stream = FileIO ( path_outfile + str ( page_count...

    products.aspose.com/pdf/zh-hant/python-net/conv...
  7. Buka dokumen PDF secara programatik|Aspose.PDF ...

    Pelajari cara membuka file PDF di C# Aspose.PDF for .NET pustaka PDF. Anda dapat membuka PDF yang ada, dokumen dari aliran, dan dokumen PDF yang terenkripsi....WriteLine ( "Pages " + document . Pages . Count ); } } Buka dokumen...WriteLine ( "Pages " + document . Pages . Count ); } } Buka dokumen...

    docs.aspose.com/pdf/id/net/open-pdf-document/
  8. Abrir documento PDF programáticamente|Aspose.PD...

    Aprenda cómo abrir un archivo PDF en C# Aspose.PDF for .NET biblioteca PDF. Puede abrir PDF existentes, documentos desde un flujo y documentos PDF encriptados....WriteLine ( "Pages " + document . Pages . Count ); } } Abrir...WriteLine ( "Pages " + document . Pages . Count ); } } Abrir...

    docs.aspose.com/pdf/es/net/open-pdf-document/
  9. เพิ่มตารางใน PDF โดยใช้ C# | Aspose.PDF

    การเพิ่มตารางในไฟล์ PDF แบบโปรแกรมด้วยรหัสตัวอย่าง C# โดยใช้ Aspose.PDF สำหรับ .NET...for ( int row_count = 1 ; row_count < 10 ; row_count ++) { // Add...Cells . Add ( "Column (" + row_count + ", 1)" ); row . Cells . Add...

    products.aspose.com/pdf/th/net/table/add/
  10. Lưu trữ

    Lưu trữ...Pages.Add() . Tạo một đối tượng TextFragment...Document(); // Thêm trang Page page = document.Pages.Add(); // Thêm văn...

    blog.aspose.com/vi/pdf/create-pdf-files-using-c...