Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 187,800 for

paged

(0.18 sec)
  1. Настройка параметров печати|Documentation

    В этом разделе объясняется, как установить параметры печати с помощью Aspose.Diagram....//Get page Aspose . Diagram . Page page = diagram . Pages . GetPage...); //Set PrintPageOrientation page . PageSheet . PrintProps . ...

    docs.aspose.com/diagram/ru/net/setting-print-op...
  2. How to Add Table to PDF using Java

    This short tutorial is about how to add table to PDF using Java. In order to insert table in PDF using Java running in MS Windows, macOS or Linux operating systems can be used with no dependence on Adobe Acrobat or any other tool....Page Product Family Aspose.PSD Product...the Document class and add a page to it Create a table with the...

    kb.aspose.com/pdf/java/how-to-add-table-to-pdf-...
  3. Working with Headers|Aspose.Words for Java

    Remove headers from a document easily and fast instead of using Apache POI....of the first page to be different from other pages. // You can...headers/footers for odd and even pages. pageSetup . setDifferentFirstPag...

    docs.aspose.com/words/java/working-with-headers/
  4. Add background to PDF with C++|Aspose.PDF for C++

    Learn how to add customizable backgrounds to PDF documents with Aspose.PDF for C++. Follow this step-by-step guide....document is a collection of pages and each page contains a collection...add a background image to a page object. The following code snippet...

    docs.aspose.com/pdf/cpp/add-backgrounds/
  5. Mover páginas de PDF programáticamente C++|Aspo...

    Intente mover páginas a la ubicación deseada o al final de un archivo PDF usando Aspose.PDF para C++....Document > (); auto page = srcDocument -> get_Pages () -> idx_get (...dstDocument -> get_Pages () -> Add ( page ); // Guardar archivo...

    docs.aspose.com/pdf/es/cpp/move-pages/
  6. Archivo

    Archivo...Pages para acceder a cada página usando la clase Page . En...foreach (Aspose.Pdf.Page pdfPage in pdfDocument.Pages) { // Crear un...

    blog.aspose.com/es/pdf/split-pdf-into-multiple-...
  7. Converting Word document to PDF does not render...

    Please find attached the word document that does not render correctly when converted to PDF. Some of the pages are not rendered correctly and new page is added at the end. Input Word file Employee evaluation form - 5 …...of the pages are not rendered correctly and new page is added...Employee evaluation form - 5 page.docx (679.7 KB) Output PDF file...

    forum.aspose.com/t/converting-word-document-to-...
  8. Aspose::Words::PageSetup::get_OddAndEvenPagesHe...

    Aspose::Words::PageSetup::get_OddAndEvenPagesHeaderFooter method. True if the document has different headers and footers for odd-numbered and even-numbered pages in C++....odd-numbered and even-numbered pages. bool Aspose :: Words :: PageSetup...how to enable or disable even page headers/footers. auto doc =...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. PageSetup.PageNumberStyle | Aspose.Words per .NET

    Scopri la proprietà PageSetup PageNumberStyle per personalizzare facilmente il formato dei numeri di pagina, migliorando la presentazione e la chiarezza del documento.... Writeln ( "Section 1, page 1." ); builder . InsertBreak...builder . Writeln ( "Section 1, page 2." ); builder . InsertBreak...

    reference.aspose.com/words/it/net/aspose.words/...
  10. LayoutEnumerator | Aspose.Words for Java

    Enumerates page layout entities of a document in Java....LayoutEnumerator Enumerates page layout entities of a document...this class to walk over the page layout model. Available properties...

    reference.aspose.com/words/java/com.aspose.word...