Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 151,907 for

page

(0.08 sec)
  1. Გადაიყვანეთ DOC PNG C++

    გადაიყვანეთ DOC PNG C++ ფორმატში კოდით. შეინახეთ DOC როგორც PNG C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/ka/cpp/conversion/doc...
  2. Გადაიყვანეთ DOC JPG C++

    გადაიყვანეთ DOC JPG C++ ფორმატში კოდით. შეინახეთ DOC როგორც JPG C++....for ( int page = 0 ; page < doc-> get_PageCount (); page++) { saveOptions->...set_PageSet ( MakeObject <PageSet>(page)); doc-> Save (String:: Format...

    products.aspose.com/words/ka/cpp/conversion/doc...
  3. Add Header to PDF using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET.... Add the Stamp to Page using AddStamp method. Save...on all pages foreach ( var page in pdfDocument . Pages ) { page...

    products.aspose.com/pdf/net/header/
  4. Aspose::Words::Layout::LayoutEnumerator::MoveNe...

    Aspose::Words::Layout::LayoutEnumerator::MoveNext method. Moves to the next sibling entity in visual order. When iterating lines of a paragraph broken across Pages this method will not move to the next Page but rather move to the next entity on the same Page in C++....across pages this method will not move to the next page but rather...the next entity on the same page. bool Aspose :: Words :: Layout...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. LayoutCollector.GetEndPageIndex | Aspose.Words ...

    Discover LayoutCollector's GetEndPageIndex method to easily find the 1-based index of a node's ending Page. Simplify your Page mapping today!...method Gets 1-based index of the page where node ends. Returns 0 if...if node cannot be mapped to a page. public int GetEndPageIndex...

    reference.aspose.com/words/net/aspose.words.lay...
  6. Remove Pages from PDF using Python for .NET | A...

    Remove Pages from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...to Delete pages from PDF Using Python Remove pages from PDF using...information, you may need to delete pages or sections containing confidential...

    products.aspose.com/pdf/python-net/pages/remove/
  7. FieldTA | Aspose.Words for Java

    Implements the TA field in Java....Remarks: Defines the text and page number for a table of authorities...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/java/com.aspose.word...
  8. Open and Modify a Document|Aspose.Words for .NET

    Open and modify an existing Word document easily and fast instead of using Open XML SDK in C#....Document Contents [ Hide ] On this page we will look at how to open...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/words/net/open-and-add-text-to-...
  9. Working with Text|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....Insert a Text Shape in the Visio Page Aspose.Diagram API lets developers...Visio page. To achieve this, the addText method of the Page class...

    docs.aspose.com/diagram/java/working-with-text/
  10. Add text to PDF using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/