Sort Score
Result 10 results
Languages All
Labels All
Results 8,831 - 8,840 of 156,208 for

paged

(0.18 sec)
  1. Anotaciones Adicionales usando C#|Aspose.PDF fo...

    Aprende cómo agregar anotaciones adicionales a archivos PDF en .NET usando Aspose.PDF para características interactivas del documento.... Pages [ 1 ], new Aspose . Pdf . Rectangle...CaretAnnotation ( document . Pages [ 1 ], new Aspose . Pdf . Rectangle...

    docs.aspose.com/pdf/es/net/extra-annotations/
  2. Dividir PDF programaticamente em Python|Aspose....

    Este tópico mostra como dividir páginas de PDF em arquivos PDF individuais em suas aplicações Python via C++.... pages . count ()): page = document . pages [ pageCount...Document () newDocument . pages . copy_page ( page ) newDocument . save...

    docs.aspose.com/pdf/pt/python-cpp/split-pdf-doc...
  3. 使用 Python for .NET 创建 PDF | Aspose.PDF

    本主题向您展示如何使用适用于 Python 的 Aspose.PDF API 在 Python 应用程序中轻松生成和读取 PDF 文件。... 使用 Pages.Add () 方法添加页面。 创建一个新的 TextFragment...Document () # Add page page = document . pages . add () # Add text...

    products.aspose.com/pdf/zh-hans/python-net/create/
  4. Ejemplo de Hola Mundo usando el lenguaje C#|Asp...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF... Agregar una Page al objeto documento. Crear un...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/es/net/hello-world-example/
  5. CGM 到 PDF 使用 PHP 的转换器 | Aspose.PDF

    PHP 上的 CGM 到 PDF 转换的示例代码。使用示例代码通过 Java 使用适用于 PHP 的 Aspose.PDF 进行批处理 CGM 到 PDF 的转换...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/zh-hant/php-java/conver...
  6. BMP 到 PDF 使用 PHP 的转换器 | Aspose.PDF

    PHP 上的 BMP 到 PDF 转换的示例代码。使用示例代码通过 Java 使用适用于 PHP 的 Aspose.PDF 进行批处理 BMP 到 PDF 的转换...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/zh-hans/php-java/conver...
  7. 使用 C++ 合并 PCL 到 PDF | Aspose.PDF

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

    products.aspose.com/pdf/zh-hant/cpp/merger/pcl-...
  8. 使用 C++ 合并 PS 到 PDF | Aspose.PDF

    使用适用于 C++ 的 Aspose.PDF,使用 C++ 示例代码,以编程方式将两个或多个 PS 文档合并为一个 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/ps-t...
  9. 使用 C++ 合并 PDF 到 DOCX | Aspose.PDF

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

    PHP 上的 EMF 到 PDF 转换的示例代码。使用示例代码通过 Java 使用适用于 PHP 的 Aspose.PDF 进行批处理 EMF 到 PDF 的转换...(); // Add a new page to the document $page = $document -> getPages...Set the margins of the page to 0 $page -> getPageInfo () -> getMargin...

    products.aspose.com/pdf/zh-hant/php-java/conver...