Sort Score
Result 10 results
Languages All
Labels All
Results 4,791 - 4,800 of 142,854 for

paged

(0.06 sec)
  1. Dividir PDF programaticamente|Aspose.PDF for C++

    Este tópico mostra como dividir páginas de PDF em arquivos PDF individuais com C++....objeto Documento e copie o objeto Page individual para o documento...páginas for ( auto page : document -> get_Pages ()) { auto newDocument...

    docs.aspose.com/pdf/pt/cpp/split-pdf-document/
  2. Verschiedene Kopf und Fußzeilen für verschieden...

    Dieser Artikel liefert Beispielcode, der zeigt, wie Sie die verschiedenen Kopf und Fußzeilen der Excel Page Setup Einstellungen programmgesteuert mit der C++ Bibliothek und API festlegen können. Sie können die Kopf und Fußzeilen für die erste Seite, ungerade Seiten und gerade Seiten einstellen....// Get the first worksheet's page setup PageSetup pageSetup =...different headers for odd and even pages pageSetup . SetIsHFDiffOddEven...

    docs.aspose.com/cells/de/cpp/setting-different-...
  3. FootnotePosition enumeration | Aspose.Words for...

    aspose.words.notes.FootnotePosition enumeration. Defines the footnote position....BOTTOM_OF_PAGE Footnotes are output at the bottom of each page. BENEATH_TEXT...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PDF to BMP Converter using Python | Aspose.PDF

    Sample code on Python for PDF to BMP conversion. Use example code for batch PDF to BMP conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...DOCument(), allowing access to its pages and other features. Initialize...

    products.aspose.com/pdf/python-net/conversion/p...
  5. EPUB to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for EPUB to JPEG conversion. Use example code for batch EPUB to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...image resolution to convert PDF pages into JPEG images, utilizing...

    products.aspose.com/pdf/python-net/conversion/e...
  6. HTML to JPEG Converter using Python | Aspose.PDF

    Sample code on Python for HTML to JPEG conversion. Use example code for batch HTML to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...input PDF pages as JPEG images. Iterate through each page of the...

    products.aspose.com/pdf/python-net/conversion/h...
  7. HTML to EMF Converter using Python | Aspose.PDF

    Sample code on Python for HTML to EMF conversion. Use example code for batch HTML to EMF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...resolution. Check the number of pages in the input document and set...

    products.aspose.com/pdf/python-net/conversion/h...
  8. Annotation de surlignage PDF utilisant C#|Aspos...

    Apprenez à ajouter des annotations de surlignage aux documents PDF en .NET en utilisant Aspose.PDF pour l'accentuation et la révision du texte....toutes les annotations à la page. // For complete examples and...); tfa . Visit ( document . Pages [ 1 ]); // Create annotations...

    docs.aspose.com/pdf/fr/net/highlights-annotation/
  9. Trabajar con EPS | Solución API .NET

    Aspose.Page para .NET ofrece varias operaciones con archivos EPS. Vea ejemplos de código aquí....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/es/net/working-with-eps/
  10. 移动 PDF 页面|Aspose.PDF for PHP via Java

    尝试使用 Aspose.PDF for PHP via Java 将页面移动到所需位置或 PDF 文件的末尾。...new Document ( $outputFile ); $page = $document -> getPages () ->...$dstDocument -> getPages () -> add ( $page ); // 保存输出文件 $dstDocument ->...

    docs.aspose.com/pdf/zh/php-java/move-pages/