Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 181,248 for

page

(0.26 sec)
  1. Features|Aspose.Words for C++

    Aspose.Words for C++ provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting....module that allows building page by page model of a document) Rendering...document layout, like TOC , PAGE , etc. Comparing Two Word Documents...

    docs.aspose.com/words/cpp/features/
  2. 使用 C# 创建 PDF 粘性注释|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中创建粘性注释,例如笔记和高亮。...)) { // Load Page object to add Annotation var page = document...document . Pages [ 1 ]; // Create Watermark Annotation var wa = new Aspose...

    docs.aspose.com/pdf/zh/net/sticky-annotations/
  3. How to Split Word Document using Java

    This tutorial provides information on how to split Word document using Java. It contains configuration details, detailed steps to accomplish the task and a runnable sample code to split Word document into multiple documents using Java....Page Product Family Aspose.PSD Product...demonstrates the process to split pages in Word using Java . It describes...

    kb.aspose.com/words/java/how-to-split-word-docu...
  4. Გადაიყვანეთ DOC Გამოსახულება Javascript

    გადაიყვანეთ DOC Გამოსახულება JavaScript ფორმატში კოდით. შეინახეთ DOC როგორც Გამოსახულება JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/ka/nodejs-net/convers...
  5. Გადაიყვანეთ WORD Გამოსახულება Javascript

    გადაიყვანეთ WORD Გამოსახულება JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც Გამოსახულება JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/ka/nodejs-net/convers...
  6. getColorType does not reply with expected answe...

    Hi there, we wanted to retrieve the color-type of every single Page (Rgb, Grey, BlackAndWhite) of the attached PDF : ThesisUniBasel.pdf, but it didn’t seems to work correctly. The Page 3 to 9, 12 to 15, 18 to 24, 26 to …...the color-type of every single page (Rgb, Grey, BlackAndWhite) of...seems to work correctly. The page 3 to 9, 12 to 15, 18 to 24,...

    forum.aspose.com/t/getcolortype-does-not-reply-...
  7. Work with Tables in C#|Aspose.Words for .NET

    How to work with tables in C#. Introducing to work with tables and Table node concepts in Aspose.Words for .NET....Hide ] What is this page about? This page explains how to work...They are also often used as a page layout tool and a better alternative...

    docs.aspose.com/words/net/working-with-tables/
  8. PDF Forms. Manage via Java | Aspose.PDF

    Manage PDF Forms programmatically with Java sample code using Aspose.PDF for Java.... Access the Page via its index. Call the Form...Document ( inputFile )) { Page page = pdfDocument . getPages ()...

    products.aspose.com/pdf/java/acroforms/
  9. Resize PDF using C++ | Aspose.PDF

    Resize PDF documents programmatically with C++ sample code using Aspose.PDF for C++....Resize PDF Pages with C++ Do you need to resize PDF? Programmatic...easily to update or change the page dimensions in an existing PDF...

    products.aspose.com/pdf/cpp/resize/
  10. Generate PDF from XML|Aspose.PDF for Java

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF for Java Schema....<fo:simple-page-master master-name= "simpleA4" page-height= "29..."29.7cm" page-width= "21cm" margin-top= "2cm" margin-bottom= "2cm"...

    docs.aspose.com/pdf/java/generate-pdf-from-xml/