Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 143,542 for

paged

(0.13 sec)
  1. Add Footer to PDF using Java | Aspose.PDF

    Add footer to PDF programmatically with Java sample code using Aspose.PDF for Java.... Add the Stamp to Page using AddStamp method. Save...// Add footer on all pages for ( Page page : pdfDocument . getPages...

    products.aspose.com/pdf/java/footer/
  2. ضبط حجم الصورة باستخدام C++|Aspose.PDF لـ C++

    يصف هذا القسم كيفية ضبط حجم الصورة في ملف PDF باستخدام مكتبة C++....في ملف PDF auto page = document -> get_Pages () -> Add (); //..._dataDir + u "aspose-logo.jpg" ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/ar/cpp/set-image-size/
  3. Ajouter une chaîne HTML en utilisant DOM dans P...

    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....Ajouter une page à la collection de pages du fichier PDF $page = $doc...collection de paragraphes de la page $page -> getParagraphs () -> add...

    docs.aspose.com/pdf/fr/java/add-html-string-usi...
  4. Travailler avec des Documents PDF en utilisant ...

    Cet article vous décrit quelles manipulations peuvent être effectuées avec le document à l'aide de la bibliothèque Aspose.PDF pour JavaScript via C++....protéger le contenu et la mise en page d’un document - peu importe...- optimiser le contenu des pages, optimiser la taille du fichier...

    docs.aspose.com/pdf/fr/javascript-cpp/working-w...
  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. FootnotePosition Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Notes.FootnotePosition enum for customizable footnote placement, enhancing document formatting and readability....output at the bottom of each page. BeneathText 2 Footnotes are...output beneath text on each page. Examples Shows how to select...

    reference.aspose.com/words/net/aspose.words.not...
  7. RowFormat.headingFormat property | Aspose.Words...

    RowFormat.headingFormat property. True if the row is repeated as a table heading on every page when the table spans more than one page....on every page when the table spans more than one page. get headingFormat...with rows that repeat on every page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentBuilder.MoveToSection | Aspose.Words fo...

    Discover the DocumentBuilder MoveToSection method to easily navigate to the start of any section's body, enhancing your document editing efficiency....footers for first, even and odd pages. builder . PageSetup . DifferentFirstPageHe...the headers, then add three pages to the document to display each...

    reference.aspose.com/words/net/aspose.words/doc...
  9. LayoutEntityType | Aspose.Words for Java

    Types of the layout entities in Java.... // Layout entities are pages, cells, rows, lines, and other...yType.PAGE); Assert.assertEquals(LayoutEntityType.PAGE, layoutEnumerator...

    reference.aspose.com/words/java/com.aspose.word...
  10. 以编程方式旋转PDF页面|Aspose.PDF for PHP via Java

    使用Java更改页面方向并使页面内容适应新页面方向。...new Document ( $inputFile ); $pages = $document -> getPages ();...$pagesSize = java_values ( $pages -> size ()); // 遍历所有页面 for (...

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