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

paged

(0.53 sec)
  1. Configuration Parameters|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.... IS_ONE_PAGE_PER_SHEET A Boolean value specifying...specifying whether each report page should be written to a different...

    docs.aspose.com/cells/jasperreports/configurati...
  2. Add text to PDF using Python | Aspose.PDF

    Add text to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET... Add the TextParagraph to Page using TextBuilder. Save the...# Get particular page page = document . pages [ 1 ] # Create text...

    products.aspose.com/pdf/python-net/text/
  3. Tworzenie pliku PDF przy użyciu C++ | Aspose.PDF

    W tym temacie przedstawiono, jak używać interfejsu API Aspose.PDF for C++ do łatwego generowania i odczytywania plików PDF w aplikacjach C++....Dodaj stronę za pomocą metody Pages.add (). Utwórz nowy obiekt TextFragment...(); // Add page auto page = document -> get_Pages () -> Add ();...

    products.aspose.com/pdf/pl/cpp/create/
  4. Configurar encabezados y pies de página diferen...

    Este artículo proporciona código de ejemplo que muestra cómo configurar programáticamente varios encabezados y pies de página en la configuración de página de la hoja de trabajo de Excel usando la biblioteca y API de C++. Puedes establecer los encabezados y pies de página para la primera página, páginas impares y páginas pares....// Get the first worksheet's page setup PageSetup pageSetup =...different headers for odd and even pages pageSetup . SetIsHFDiffOddEven...

    docs.aspose.com/cells/es/cpp/setting-different-...
  5. Finding character bounding boxes|Documentation

    Character-by-character recognition and automatic detection of character bounding boxes inside images....image on the page. When working with single-page images, this...always 0. Page int Page number. When working with single-page images...

    docs.aspose.com/ocr/java/image-regions-characte...
  6. Genel API Aspose.Diagram 16.12.0'daki değişikli...

    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....); // get page by name Aspose . Diagram . Page page = diagram...diagram . Pages . GetPage ( "Page-1" ); // get shape by ID Aspose ....

    docs.aspose.com/diagram/tr/net/public-api-chang...
  7. Ekstrak Tautan dari File PDF|Aspose.PDF untuk C++

    Ekstrak tautan dari PDF dengan C#. Topik ini menjelaskan bagaimana cara mengekstrak tautan menggunakan kelas AnnotationSelector.... Dapatkan Page yang ingin Anda ekstrak tautannya...ke metode Accept dari objek Page. 1. Dapatkan semua anotasi tautan...

    docs.aspose.com/pdf/id/cpp/extract-links/
  8. 使用 Python for .NET 将页面移至 PDF | Aspose.PDF

    通过 COM Interop 在.NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上以编程方式移动文档的 PDF 页面的 Python 示例代码。... 从 pageCollection 集合中获取 Page。 使用 保存 方法保存输出 PDF。 将页面添加到目标文档。保存输出文件。...dst_file ) page = srcDocument . pages [ 2 ] dstDocument . pages . add...

    products.aspose.com/pdf/zh-hans/python-net/page...
  9. Redazione di un PDF utilizzando C# | Aspose.PDF

    Codice sorgente C# per modificare le informazioni sensibili nel file PDF su.NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop.... Pages . Accept ( textFragmentAbsorber...textFragmentCollecti ) { var page = textFragment . Page ; var annotationRectangle...

    products.aspose.com/pdf/it/net/redaction/
  10. Working with Images in Java|Aspose.Words for Java

    Image shapes in details and advanced features provided by Aspose.Words for Java....Insert Barcode on each Document Page This example lets you add the...barcodes on all or specific pages of a Word document. There is...

    docs.aspose.com/words/java/working-with-images/